scan_code
Scan code snippets or files for exposed secrets like API keys, passwords, and tokens to prevent sensitive data leaks in repositories.
Instructions
Scan a code snippet or file content for secrets and sensitive information. Supports up to 10MB of code content with enhanced validation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code content to scan (max 10MB) | |
| filePath | No | File path (optional, helps with context) |