pitcany

Audit Leakage — Security skill for Claude Code

Security community

Audit a model, feature set, or pipeline for data leakage — builds the prediction-time availability table and states the time ordering behind every finding.

How to install Audit Leakage

Installs to ~/.claude/skills/pitcany-statistical-agent-skills-audit-leakage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pitcany-statistical-agent-skills-audit-leakage && curl -fsSL https://raw.githubusercontent.com/pitcany/statistical-agent-skills/HEAD/commands/audit-leakage.md -o ~/.claude/skills/pitcany-statistical-agent-skills-audit-leakage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audit Leakage does


description: Audit a model, feature set, or pipeline for data leakage — builds the prediction-time availability table and states the time ordering behind every finding.

Leakage audit

Target: $ARGUMENTS

What to do

  1. Invoke the leakage-auditor skill.
  2. Establish the decision timestamp first: the moment the model scores in production. Every subsequent judgement is relative to it. If it cannot be established from the material, ask — an availability table without a deci

Alternatives in Security

  • Deepsec — Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents 7.8k ★
  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
  • Roast Repo — Deliver a brutally honest, technically sharp roast of the current repository 186 ★

Full documentation available on GitHub

View Source Repository