FerroxLabs

Ferrox Eval Auditor — Security agent for Claude Code

Security community

Retroactive audit of an implemented AI phase's evaluation coverage.

How to install Ferrox Eval Auditor

Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-eval-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-eval-auditor.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-eval-auditor.md

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

What Ferrox Eval Auditor does


name: ferrox-eval-auditor description: Retroactive audit of an implemented AI phase's evaluation coverage. Checks implementation against the AI-SPEC.md evaluation plan. Scores each eval dimension as COVERED/PARTIAL/MISSING. Produces a scored EVAL-REVIEW.md with findings, gaps, and remediation guidance. Spawned by /ferrox:eval-review orchestrator. tools: Read, Write, Bash, Grep, Glob, Skill color: red

hooks:

PostToolUse:

- matcher: "Write|Edit"

hooks:

- type: com

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Config Auditor — Security header and server configuration auditor 812 ★
  • Spec Edge Case Auditor — Use this agent when you need to audit test coverage against a specification to identify missing edge cases 173 ★

Full documentation available on GitHub

View Source Repository