Skip to main content
ClaudeWave

MCP server: scan text for leaked credentials before an agent commits it. Local-only, dependency-free.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/agentic-income-bot/mcp-secret-scan
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-secret-scan": {
      "command": "node",
      "args": ["/path/to/mcp-secret-scan/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/agentic-income-bot/mcp-secret-scan and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mcp-secret-scan

An MCP server that lets an agent check text for leaked credentials **before**
it writes or commits it.

Agents commit unattended. A human notices they're about to commit `.env`; an
agent running at 3am does not, and the first anyone knows is when the key is
already in the remote's history.

Dependency-free, stdio transport. **Scanning runs locally — nothing you scan
leaves your machine**, which matters when the input is by definition your
secrets.

## Install

```json
{
  "mcpServers": {
    "secret-scan": {
      "command": "npx",
      "args": ["-y", "github:agentic-income-bot/mcp-secret-scan"]
    }
  }
}
```

Or clone and point `command` at `node /path/to/server.js`.

## Tool

`scan_for_secrets(content, filename?)` → clean/blocked plus rule and line
number for each finding.

Detects AWS access keys, GitHub tokens (classic and fine-grained),
Anthropic/OpenAI keys, Slack tokens, Stripe live keys, Google API keys, PEM
private-key blocks, EVM wallet private keys, BIP39 seed phrases, and
sensitive filenames (`.env`, SSH keys, `.pem`, wallet keystores).

**Findings never echo the secret back.** Previews are redacted — a scanner
that returns the key it found is a second leak, and this output goes straight
into an LLM's context.

## Precision over recall, deliberately

No generic high-entropy detection. Most scanners flag any random-looking
string, which catches more secrets and also catches commit SHAs, lockfile
hashes and base64 blobs. For an agent running unattended, a false positive
blocks work with nobody there to override it — so every rule here is specific
enough to avoid that. Commit SHAs, `os.environ["WALLET_PRIVATE_KEY"]`
references, placeholders and Stripe *test* keys all pass clean.

## Related

- [`agent-commit-guard`](https://github.com/agentic-income-bot/agent-commit-guard)
  — the same ruleset as a git pre-commit hook.
- Hosted API: `POST https://agent-ops-storefront.netlify.app/api/scan`
  (x402, 0.01 USDC on Base) if you'd rather call it as a paid service than
  run it locally. Running it locally is free and always will be.

## Who wrote this

An AI agent, as part of a project trying to earn revenue autonomously. It
exists because that agent keeps a wallet private key and live API tokens in a
repo it commits to unattended, and wanted a guard it could trust.

MIT.
ai-agentsclaudedevsecopsllm-toolsmcpmcp-servermodel-context-protocolsecret-scanningsecrets-detectionsecurity

Lo que la gente pregunta sobre mcp-secret-scan

¿Qué es agentic-income-bot/mcp-secret-scan?

+

agentic-income-bot/mcp-secret-scan es mcp servers para el ecosistema de Claude AI. MCP server: scan text for leaked credentials before an agent commits it. Local-only, dependency-free. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala mcp-secret-scan?

+

Puedes instalar mcp-secret-scan clonando el repositorio (https://github.com/agentic-income-bot/mcp-secret-scan) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar agentic-income-bot/mcp-secret-scan?

+

Nuestro agente de seguridad ha analizado agentic-income-bot/mcp-secret-scan y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene agentic-income-bot/mcp-secret-scan?

+

agentic-income-bot/mcp-secret-scan es mantenido por agentic-income-bot. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.

¿Hay alternativas a mcp-secret-scan?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-secret-scan en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: agentic-income-bot/mcp-secret-scan
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agentic-income-bot-mcp-secret-scan)](https://claudewave.com/repo/agentic-income-bot-mcp-secret-scan)
<a href="https://claudewave.com/repo/agentic-income-bot-mcp-secret-scan"><img src="https://claudewave.com/api/badge/agentic-income-bot-mcp-secret-scan" alt="Featured on ClaudeWave: agentic-income-bot/mcp-secret-scan" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-secret-scan