security-review

security-review is a skill for Claude Code, Codex from Hmbown/CodeWhale. It costs 33 tokens per session (142 once invoked), scanned A, original, MIT.

A structured security check for software that examines who can access what, where inputs cross trust boundaries, and how data or code could be exposed.

In plain words
What is it for?
Use it to review an application, change, or dependency setup and receive evidence-based findings, risk rankings, suggested fixes, and verification steps.
Why use it?
It helps find authentication gaps, unsafe input handling, leaked secrets, risky dependencies, and excessive filesystem or network access before attackers do.

Skill for Claude CodeCodex

About the project

Hmbown/CodeWhale is an open-source coding agent that runs in the terminal and is written in Rust. Developers use it to inspect repositories, edit files, run commands, and coordinate work with configurable model providers, skills, MCP servers, and approval controls; the catalogue entries extend its available workflows.

Hmbown/CodeWhale · 40,889 stars · on GitHub · codewhale.net

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/hmbown/codewhale/security-review
Any agent
npx skills add Hmbown/CodeWhale --skill security-review
Clone the repo
git clone --depth 1 https://github.com/Hmbown/CodeWhale

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/hmbown/codewhale/security-review.svg)](https://agentmods.dev/skills/hmbown/codewhale/security-review)
Your own site
<a href="https://agentmods.dev/skills/hmbown/codewhale/security-review"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/security-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 142 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.00033 $0.00142
Opus 5 $0.00016 $0.00071
Sonnet 5 $0.00007 $0.00028
Haiku 4.5 $0.00003 $0.00014

Measured 6d ago against content hash 07e9c826e066, 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 6d 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.

crates/tui/assets/skills/security-review/SKILL.md · 21 lines

What it actually says

Security Review

When to use

Use when looking for vulnerabilities, auth holes, secret leaks, or unsafe trust boundaries.

Non-goals

  • This is not a formal audit certificate.
  • Do not claim exploitability without evidence.

Workflow

  1. Map trust boundaries and entry points.
  2. Check auth/authz, injection, secrets, FS/network exposure, deps.
  3. Rank findings by exploitability and impact.
  4. Recommend fixes and verification steps.
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. 6d ago First seen · 21 lines · 33 tokens per session scan A 07e9c826e066

Subscribe to this mod's changes

security-review is a skill published in the GitHub repository Hmbown/CodeWhale (40,889 stars, last pushed 3d ago), licensed MIT. It adds 33 tokens to every session and 142 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

computer-use

See the screen and operate it. Use when the user asks to click, type, or check something visually on this machine.

Hmbown/Codewhale · 28 tokens

ship-and-babysit

End-to-end PR shipping workflow for tinyhumansai/openhuman: commit local changes, push to the user's fork, open or reuse a PR against main, then babysit CI and CodeRabbit feedback until the PR is green and clean. Use when the user asks to ship, open a PR, monitor CI, address review comments, or 'babysit' a branch.

tinyhumansai/openhuman · 83 tokens

claw-orchestrator

Manage persistent coding sessions across Claude Code, Codex, Antigravity (agy), Grok Build, and OpenCode engines. Use when orchestrating multi-engine coding agents, starting/sending/stopping sessions, running multi-agent council collaborations, cross-session messaging, ultraplan deep planning, ultrareview parallel…

Enderfga/claw-orchestrator · 468 tokens

write-documentation

Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers voice & tone, prose style (opening lines, explicit subjects, verb tense), structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte…

r3bl-org/r3bl-open-core · 0 tokens

organize-modules

Apply private modules with public re-exports (barrel export) pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.

r3bl-org/r3bl-open-core · 47 tokens

check-bounds-safety

Apply type-safe bounds checking patterns using VPIndex/VPLength types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

r3bl-org/r3bl-open-core · 46 tokens