scan_for_secrets
Scan a repository to detect hardcoded secrets, high-entropy tokens, and potential credential leaks before they become a security risk.
Instructions
Search the repository for hardcoded secrets, high-entropy tokens and other potential credential leaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository or directory to scan. | . |
| max_file_size_mb | No | Skip files larger than this (default 5 MB). |