Loading...
Loading...
Scans source code, configuration files, and git history for hardcoded credentials, API keys, and tokens. Use when auditing repositories for security leaks or ensuring sensitive data is not committed to version control.
npx skill4agent add jorgealves/agent_skills secret-leak-detectorsecret-leak-detectorscan_history: truedirectory_path: "./config"
scan_history: false{
"leaks": [
{
"file": "config/production.yaml",
"line": 45,
"type": "Stripe Secret Key",
"risk_level": "critical",
"snippet": "sk_live_**********"
}
]
}scan_history.git