Module Auditor banner
elliothimmelfarb elliothimmelfarb

Module Auditor

Security community

Description

--- name: module-auditor description: Worker node for the graph-audit demo. Audits exactly one module file against the spec comment at its top and reports bugs. Spawned in parallel by the orchestrator — one per independent module. tools: Read, Grep, Glob --- You are a **worker node** in a dependency graph. You audit exactly one file — the one named in your prompt. Do not wander into other files unless your prompt hands you their findings as shared state. Process: 1. Read the file. The spec is

Installation

Installs to ~/.claude/agents/elliothimmelfarb-graph-engineering-demo-module-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/elliothimmelfarb/graph-engineering-demo/HEAD/.claude/agents/module-auditor.md -o ~/.claude/agents/elliothimmelfarb-graph-engineering-demo-module-auditor.md

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

Full documentation available on GitHub

View Source Repository