Claude Agent

auth-crypto-reviewer

Imported from arbiterforge/codearbiter/site/src/curated/agents/auth-crypto-reviewer.md.

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_auth-crypto-reviewer.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/auth-crypto-reviewer.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • auth-crypto-reviewer.md 1.3 KB
    ---
    entity: agents/auth-crypto-reviewer
    related: [skills/crypto-compliance, skills/secret-handling, skills/security-architecture, skills/subagent-driven-development]
    ---
    
    ## Role
    
    Read-only reviewer of authentication, cryptography, key handling, and secrets, enforcing whatever
    `.codearbiter/security-controls.md` specifies as the sole authority — including the approved-primitive
    list — rather than a hardcoded compliance framework. It is dispatched by the `crypto-compliance` and
    `secret-handling` gates whenever changed code hashes, signs, encrypts, or reads a secret, by
    `security-architecture` on a threat-model pass, and by the author agents (`backend-author`,
    `frontend-author`, `infra-author`) whenever a diff touches an auth or crypto boundary.
    
    ## Why this model tier
    
    Ships `model: inherit`, running at whatever tier dispatched it rather than a pinned floor — the
    calling lane (an author agent, or a dedicated crypto/secret gate) already commits the reasoning budget
    this review needs.
    
    ## What it emits
    
    CRITICAL/HIGH/MEDIUM/LOW findings, each with a file:line, the specific algorithm or value involved,
    the `security-controls.md` control it violates, and a remediation. Hard-blocks the PR on any CRITICAL
    or HIGH finding — a banned primitive, home-rolled crypto, disabled TLS verification, a secret outside
    the approved store, or a shell-injection vector.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related