Leak Review — Security agent for Claude Code
Security review of commits by OTHER contributors before they are built — data exfiltration, key material and whatever the project declares as its secret surface.
How to install Leak Review
Installs to ~/.claude/agents/guyverino-claudrules-leak-review.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/leak-review.md -o ~/.claude/agents/guyverino-claudrules-leak-review.md Restart Claude Code, or start a new session, for it to be picked up.
What Leak Review does
name: leak-review description: Security review of commits by OTHER contributors before they are built — data exfiltration, key material and whatever the project declares as its secret surface. Reads the report file leak-check.js wrote (the project's `## Secrets` section, code of every foreign commit, Cargo.lock delta — the one lockfile it reads today, fork-pin diffs, signature pre-scan) and returns a verdict. Invoke ONLY by name when the session-start hook or /publish reports unreviewed fore
Alternatives in Security
- Retool Parity Audit — Audits the Retool parity checklist against what is actually built, using the export inventories and the Retool 7.2k ★
- Aspm Correlator — Application Security Posture Management persona 548 ★
- Dashclaw Security Reviewer — Read-only security reviewer specialized for the DashClaw stack (Next.js 16 App Router, Neon/Postgres via repos 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Engine QA Review Security Governance
After a change you've asked for is built, checks whether it is safe to release — how it could be attacked or m
Kenaz
Audits the security of Claude Code plugins, MCP servers, and AI agents before installation. Analyzes executabl
Lens AI Security
AI security lens of the production readiness audit. Treats LLM and agent integrations as attack surface - prom
ForensicAgent
Forensic security analyst — PII detection, secret scanning, identity leak auditing across git history, staged
Byok Token Security Expert
BYOK (Bring-Your-Own-Key) and OAuth token security expert. Deep on cross-platform OS keychain integration (mac
What Skeletons Are Hiding In Node Modules?
npm audit --json 2>/dev/null true cargo audit 2>/dev/null true pip-audit 2>/dev/null true grep -rn "password\
Related Skills
Architecture Container Secret Cmdline Leak Fix
Use when: (1) a secret like ANTHROPIC_API_KEY is passed to a container via -e VAR=value on a podman/docker run
UX Fix
Opt-in fix loop. Reads the latest report from .ux/, validates working tree, and applies findings as atomic com
Narthex
Prompt-injection defenses for Claude Code. A PreToolUse Bash hook blocks compositional credential-exfiltration