detect_secrets
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Scan code or config files for hardcoded secrets: AWS keys, GitHub tokens, OpenAI/Anthropic API keys, Stripe secrets, JWTs, database connection strings, and generic passwords. Returns findings with severity. Run before every commit.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "Code or config content to scan (max 500KB)"
},
"filename": {
"type": "string",
"description": "Optional filename for context (e.g. \".env\", \"config.js\")"
}
}
}Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries