Claude Agent

security-reviewer

Imported from arbiterforge/codearbiter/site/src/curated/agents/security-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_security-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/security-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)
  • security-reviewer.md 1.2 KB
    ---
    entity: agents/security-reviewer
    related: [commands/review, commands/checkpoint, skills/commit-gate, skills/subagent-driven-development]
    ---
    
    ## Role
    
    Read-only reviewer of authentication, authorization, secrets, deployment manifests, network policy, and
    CI workflows against `.codearbiter/security-controls.md`. It is the broadest of the security reviewers
    — dispatched proactively whenever a diff touches any of those surfaces, by `/ca:review`,
    `/ca:checkpoint`, the `commit-gate` skill, and every author agent (`backend-author`, `frontend-author`,
    `infra-author`) that crosses a security boundary.
    
    ## Why this model tier
    
    Ships `model: inherit`, running at whatever tier the calling lane already committed. Because it is
    dispatched from so many different contexts — a fast checkpoint sweep or a careful pre-commit gate — a
    pinned tier would either overpay on the common case or underpower the sensitive one.
    
    ## What it emits
    
    CRITICAL/HIGH/MEDIUM/LOW findings, each with a file:line, description, the violated `security-controls.md`
    control, and a remediation. Blocks the PR on any CRITICAL or HIGH finding — an exploitable
    vulnerability, an exposed secret, a banned primitive, or an undeclared security-boundary crossing.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related