scan_secrets
Recursively scan directories like jadx/apktool output for hardcoded secrets: AWS/Google keys, Slack/GitHub tokens, JWTs, and private key headers. Pinpoint likely credentials in mobile app code.
Instructions
Recursively scan a directory (e.g. jadx/apktool output) for likely hardcoded secrets - AWS/Google API keys, private key headers, Slack/GitHub tokens, JWTs. A curated high-precision starting set, not exhaustive - not a replacement for a maintained secret-scanner on anything that actually matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | Directory to scan, e.g. a jadx output directory | |
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". | |
| extensions | No | File extensions to include, e.g. [".java", ".xml"]. Omit to scan all non-binary-looking files. | |
| maxResults | No | Cap on results, default/max 200 |