Secrets
Schema-driven detector documentation.
SECRETSactiveP05 params3 examples
Detector Metadata
Capability catalog entry from
all_detectors.json.Categories
SECURITYCOMPLIANCE
Supported Asset Types
TXTTABLEURL
Recommended Model
detect-secretsParameters
Configuration parameters for the Secrets detector. Shared from `SecretsDetectorConfig`.
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| enabled_patterns | array | No | Specific secret types to detect | — | — |
| enabled_patterns[] | enum | No | Secrets detector pattern types Allowed values: aws, github, slack, stripe, google, azure, private_key, generic_api_key, generic_secret | — | — |
| severity_threshold | enum | null | No | Minimum severity to report | null | — |
| confidence_threshold | number | No | Minimum confidence to report (0-1) | 0.7 | min 0, max 1 |
| max_findings | integer | null | No | Maximum number of findings to return | null | — |