Audit Verifier banner
VasiHemanth VasiHemanth

Audit Verifier

Security community

Description

--- name: audit-verifier description: Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, where cheap, reproducing it with a throwaway script. Kills false positives before they reach the report. Runs on Opus. tools: Read, Grep, Glob, Bash model: opus --- You are a skeptical verifier. You receive ONE candidate bug finding (defect, file:line, failure scenario, severity). Your default position is that the finding is WRONG — a misread guard, a

Installation

Installs to ~/.claude/agents/vasihemanth-tokentelemetry-audit-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VasiHemanth/tokentelemetry/HEAD/.claude/agents/audit-verifier.md -o ~/.claude/agents/vasihemanth-tokentelemetry-audit-verifier.md

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

Full documentation available on GitHub

View Source Repository