# 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.

- Skill: `doggy8088/leak-hunter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add doggy8088/leak-hunter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/doggy8088/leak-hunter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: doggy8088 (https://skillmd.com/u/doggy8088)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/doggy8088/leak-hunter

---


# Leak Hunter

Prefer JSON output for agent workflows:

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

If running inside this source tree:

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

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

