scan
Extract strings from binary artifacts and apply all detectors to identify leaks of sensitive tokens like DSNs, Slack tokens, and AWS keys. Returns findings grouped by category.
Instructions
Full pipeline: extract strings → apply all detectors → return findings.
Convenience wrapper for the typical workflow. Equivalent to
find_secrets(path, detector_set="all", max_per_category=...).
Returns the same shape as :func:find_secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_per_category | No |