Leak Hunter

Use when agent needs to run or guide leak-hunter, the repository secret scanner, to detect likely leaked secrets in local folders or GitHub repositories; produce JSON reports for AI/tool integrations; inspect findings safely; configure scans with include/exclude, risk thresholds, redaction, GitHub target resolution, or CI/security workflows.

doggy8088 Updated

File contents

Leak Hunter

Prefer JSON output for agent workflows:

leak-hunter --json --min-risk 40 .

If running inside this source tree:

cargo run --quiet -- --json --min-risk 40 .

Keep redaction enabled unless the user explicitly asks for raw values. Do not publish unredacted reports.

doggy8088/leak-hunter/tree/main/.agents/skills/leak-hunter commit eb12f10168

Frequently asked questions

npx skillmds@latest add doggy8088/leak-hunter