architecture-drift-rev…
Read-only checkpoint reviewer. Surfaces drift between the codebase and accepted ADRs in .codearbiter/decisions/. Informational — never blocks.
Reviews authentication, cryptography, key handling, and secrets against {{PROJECT_DIR}}/.codearbiter/security-controls.md. Hard blocks on banned primitives, exposed secrets, disabled TLS verification, and shell injection. Read-only checkpoint reviewer.
> /plugin marketplace add arbiterForge/codeArbiterHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Reviews authentication, cryptography, key handling, and secrets against {{PROJECT_DIR}}/.codearbiter/security-controls.md. Hard blocks on banned primitives, exposed secrets, disabled TLS verification, and shell injection. Read-only checkpoint reviewer.
name: auth-crypto-reviewer
description: Reviews authentication, cryptography, key handling, and secrets against {{PROJECT_DIR}}/.codearbiter/security-controls.md. Hard blocks on banned primitives, exposed secrets, disabled TLS verification, and shell injection. Read-only checkpoint reviewer.
tools: Read, Grep, Glob, Bash
classification: reviewer
pi-skills: [secret-handling]
model: inheritRead-only. Enforce whatever `{{PROJECT_DIR}}/.codearbiter/security-controls.md` specifies — it is the sole authority, including the approved-primitive list. Not hardcoded to any compliance framework.
`{{PROJECT_DIR}}/.codearbiter/security-controls.md` — full read: maturity, approved and forbidden crypto primitives, key requirements, TLS requirements, approved secrets store.
`{{PLUGIN_ROOT}}/includes/reviewer-contract.md` — the findings format, review output template, gate-status rule, and out-of-scope rule. Read it; do not carry a remembered copy.
These block the PR regardless of context. None is advisory:
**Cryptographic usage:**
**Authentication flows:**
**Secrets handling:**
**Key management:**
Per `{{PLUGIN_ROOT}}/includes/reviewer-contract.md`, plus a `**Control:**` line — the section from `{{PROJECT_DIR}}/.codearbiter/security-controls.md`. Name the algorithm, the function, the value in the description.
The review output template in `reviewer-contract.md`, with `<Role>` = Auth/Crypto.
When you can't trust yourself with your code base, trust Arbiter.
Repo: arbiterForge/codeArbiter
Read-only checkpoint reviewer. Surfaces drift between the codebase and accepted ADRs in .codearbiter/decisions/. Informational — never blocks.
Use when writing or modifying backend/server-side code. Owns the TDD workflow, input validation, framework conventions, and ORM usage. MUST write failing tests…
Persists a complete verdict-aggregator output under the selected dated checkpoint filename in .codearbiter/checkpoints/. Writer, not a blocker.
Dispatched by the tdd skill (Phase 4) to audit test coverage against TDD obligations. Identifies untested source files, coverage below the maturity threshold,…
Adversarial red-team reviewer of ADRs. Builds the strongest case against each decision, names load-bearing assumptions, assigns confidence 1–5, and surfaces…
Dispatched when package.json, lock files, or container base images change. Verifies license, provenance, maintenance signal, and supply-chain posture against…