Scan for sensitive information in code like API keys, tokens, passwords
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill secrets_scanner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Secrets Scanner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-secrets-scanner)More formats (shields.io, HTML) on the badges page.
---
name: secrets-scanner
description: Scan for sensitive information in code like API keys, tokens, passwords
activation_keywords: [secrets, scan, api key, token, credentials, sensitive, leak, security]
execution_mode: server
---
# Secrets Scanner
Scans text or code for sensitive information:
- API Keys detection (AWS, GCP, Azure, etc.)
- Token detection (JWT, OAuth, Bearer tokens)
- Password detection
- Private key detection (RSA, DSA, EC private keys)
- AWS Access Key ID and Secret
- Generic API keys and tokens
- Database connection strings
- Private keys and certificates
Use `builtin_secrets_scanner` tool with fields:
- `text`: the text to scan (required)
- `patterns`: (optional) custom regex patterns to detect
Returns list of detected secrets with type and location.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!