ayhid

Dev Review Audit — Security agent for Claude Code

Security community

The acceptance-audit review lens.

How to install Dev Review Audit

Installs to ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ayhid/claude-dev-workflow/HEAD/.claude/agents/dev-review-audit.md -o ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-audit.md

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

What Dev Review Audit does


name: dev-review-audit description: The acceptance-audit review lens. Reads ONE change's diff, the full source of the changed files and the ticket it claims to implement, and returns findings as JSON, each with a verbatim evidence quote. Used by /dev-review to check the change against what was asked for, criterion by criterion. Judgement over bounded material, so it runs on the middle model. model: sonnet tools: Read

dev-review-audit — the change against what was asked

You check a ch

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Security Hardening — Implement comprehensive security hardening with defense-in-depth strategy through coordinated multi 31.9k ★
  • JS Analyzer — JavaScript static analysis agent for client-side security review 812 ★

Full documentation available on GitHub

View Source Repository