Turn secret scanner findings into owner-assigned revoke/rotate actions.
- Secret finding ingestion (JSON/CSV)
- Token type classification + blast radius estimation
- Action queue:
REVOKE_NOW/ROTATE_NOW/MONITOR - Slack digest and ticket payload generation
- Audit logging
npm install
npm test
node src/cli.js --input examples/findings.json --top 10Returns service health.
Body:
{"findings":[{"id":"f1","repo":"org/repo","secret":"ghp_xxx","path":".env"}]}Ingests scanner findings.
Builds prioritized action queue.
Returns queued remediation actions.
Returns issue-tracker payloads derived from queue actions.
Body:
{"webhook_url":"https://hooks.slack.com/services/..."}Sends digest to Slack (or uses SLACK_WEBHOOK_URL).
Returns audit trail events.
This software is free for personal and non-commercial use.
For commercial/business use, open an issue with subject:
[COMMERCIAL LICENSE INQUIRY]