# 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: `tomevault-io/leak-hunter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/leak-hunter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/leak-hunter/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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.

---
> Source: [doggy8088/leak-hunter](https://github.com/doggy8088/leak-hunter) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-23 -->

