Function Auditor banner
thomasdullien thomasdullien

Function Auditor

Security community

Description

--- name: function-auditor description: Stage 6 of Vulpine — dispatcher. Given a feature's functions.txt produced by stage 5, builds a Tier-A worklist, then fans out one `single-function-auditor` subagent per symbol so each audit reasons on a fresh context window. Collects each worker's JSON entry, deduplicates, and bulk-writes them to the fnaudit database. Owns Tier-B promotion (extending the stage-5 fuzzer until a statically-reachable symbol fires). Invoke on "stage 6", "audit these functions"

Installation

Installs to ~/.claude/agents/thomasdullien-vulpine-function-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thomasdullien/vulpine/HEAD/.claude/agents/function-auditor.md -o ~/.claude/agents/thomasdullien-vulpine-function-auditor.md

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

Full documentation available on GitHub

View Source Repository