classifinder_scan
Scan text for leaked secrets and credentials, returning structured findings with type, severity, and remediation guidance to prevent exposure.
Instructions
Scan text for leaked secrets and credentials.
Returns structured findings with type, severity, confidence, and remediation guidance. Use this to check if text contains API keys, passwords, tokens, or other sensitive credentials.
Args: text: The text to scan for secrets. min_confidence: Minimum confidence threshold (0.0-1.0). Default 0.5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| min_confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |