Keyscan
Description
Keyscan: AI-powered API key scanner for GitHub Gists.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Built with [Operator Memory](https://github.com/aerovato/operator-memory)
Keyscan
Keyscan: LLM-powered API key scanner.
Keyscan searches public GitHub Gists for exposed API keys and helps surface potential exposures for further review. It uses GitHub's web search pages to locate candidate gists, fetches gist contents via the GitHub API, and calls an OpenAI-compatible chat completions endpoint to classify whether a value looks like an API key. When a likely exposure is found, the project saves a structured record and prepares a user-facing message to notify the gist owner.
This repository is intended as a research / defensive tool to help users find and remediate accidentally exposed credentials. Do not use Keyscan to access, exfiltrate, or otherwise misuse credentials that do not belong to you. See the terms of use below.
Features
- Scan entire lists of keywords.
- Bring your own LLM model and customizable prompts for classification.
- Configurable file types.
- Optional GitHub token support for increased rate limits.
- Verification of discovered values against provider endpoints when possible.
- Structured output saving for manual review.
Installation
- Clone the repository:
git clone https://github.com/aerovato/keyscan.git
cd keyscan
# OR, if project directory already created:
git clone https://github.com/aerovato/keyscan.git .
- (Recommended): Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Configure application settings. Copy
config.py.exampletoconfig.pyand update values as needed.
GITHUB_TOKEN = "ghp_..." # GitHub Token for increased API rate limits
GITHUB_SESSION_COOKIE = "..." # Optional: GitHub session cookie for HTML requests
LLM_BASE_
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI