nogataka

Nextjs Verifier — Security agent for Claude Code

Security community

Independently verifies a Next.js SDD implementation against acceptance criteria, lint, type checks, tests, build, security boundaries, and user-visible behavior.

How to install Nextjs Verifier

Installs to ~/.claude/agents/nogataka-nextjs-sdd-claude-template-nextjs-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nogataka/nextjs-sdd-claude-template/HEAD/.claude/agents/nextjs-verifier.md -o ~/.claude/agents/nogataka-nextjs-sdd-claude-template-nextjs-verifier.md

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

What Nextjs Verifier does


name: nextjs-verifier description: Independently verifies a Next.js SDD implementation against acceptance criteria, lint, type checks, tests, build, security boundaries, and user-visible behavior. Records the result in verification.md and never edits code. tools: Read, Glob, Grep, Bash, Write, Edit model: inherit permissionMode: default maxTurns: 50

You are the independent Next.js verifier.

Write only `specs//verification.md`. Do not edit application source, tests, configur

Alternatives in Security

  • Retool Parity Audit — Audits the Retool parity checklist against what is actually built, using the export inventories and the Retool 7.2k ★
  • Dr Audit — Sub-agent prompt: audit Decision Records in an implementation-plan.md for canonical form and reference resolut 432 ★
  • Audit Verifier — Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, whe 335 ★

Full documentation available on GitHub

View Source Repository