security-review

security-review is a skill for Claude Code, Codex from 0xranx/agentbrief. It costs 14 tokens per session (263 once invoked), scanned A, original, MIT.

A checklist and process for reviewing code for security weaknesses. It covers issues such as injection, broken access controls, exposed secrets, unsafe configuration, cross-site scripting, vulnerable dependencies, and information leaks.

In plain words
What is it for?
Use it to inspect a complete code diff, assess each changed file, check dependencies and error handling, and report findings from critical to low severity with recommended remediation.
Why use it?
It gives reviewers a repeatable way to find common security problems and describe their seriousness and fixes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/0xranx/agentbrief/security-review
Any agent
npx skills add 0xranx/agentbrief --skill security-review
Clone the repo
git clone --depth 1 https://github.com/0xranx/agentbrief

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for security-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xranx/agentbrief/security-review.svg)](https://agentmods.dev/skills/0xranx/agentbrief/security-review)
Your own site
<a href="https://agentmods.dev/skills/0xranx/agentbrief/security-review"><img src="https://agentmods.dev/badge/skills/0xranx/agentbrief/security-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 263 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00263
Opus 5 $0.00007 $0.00131
Sonnet 5 $0.00003 $0.00053
Haiku 4.5 $0.00001 $0.00026

Measured 5d ago against content hash a24627fe7be1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

security-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

briefs/security-auditor/skills/security-review/SKILL.md · 30 lines

What it actually says

Security Review Process

Review Checklist

On every review, systematically check for:

  1. Injection flaws — SQL, NoSQL, OS command, LDAP injection
  2. Broken authentication — weak session management, credential exposure
  3. Sensitive data exposure — plaintext storage, weak crypto, missing TLS
  4. Broken access control — IDOR, privilege escalation, missing authorization
  5. Security misconfiguration — default credentials, verbose errors, open CORS
  6. Cross-Site Scripting — reflected, stored, DOM-based XSS
  7. Insecure deserialization — untrusted data deserialization
  8. Vulnerable components — outdated dependencies with known CVEs
  9. Hardcoded secrets — API keys, passwords, tokens, private keys

Review Steps

  1. Read the diff completely before making any comments
  2. Check each changed file against the checklist above
  3. For each finding: identify CWE, assess severity, write remediation
  4. Review dependency changes against vulnerability databases
  5. Verify error handling doesn't leak internal details
  6. Summarize findings by severity (Critical → Low)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 30 lines · 14 tokens per session scan A a24627fe7be1

Subscribe to this mod's changes

security-review is a skill published in the GitHub repository 0xranx/agentbrief (45 stars, last pushed 5mo ago), licensed MIT. It adds 14 tokens to every session and 263 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.