dev-security-review

dev-security-review is a skill for Claude Code, Codex from BlueSkyXN/Codex-is-all-you-need. It costs 26 tokens per session (342 once invoked), scanned A, original, GPL-3.0.

A software security review guide covering login, permissions, input handling, secrets, dependencies, workflows, and configuration.

In plain words
What is it for?
Use it to check application security before merging changes or releasing software.
Why use it?
It helps find common security risks across the parts of an application that handle access, data, and setup.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to check application security before merging changes or releasing software.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blueskyxn/codex-is-all-you-need/dev-security-review
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.

Any agent
npx skills add BlueSkyXN/Codex-is-all-you-need --skill dev-security-review
Clone the repo
git clone --depth 1 https://github.com/BlueSkyXN/Codex-is-all-you-need

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 dev-security-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-security-review/github.svg)](https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-security-review)
Your own site
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-security-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-security-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dev-security-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-security-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-security-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00026 $0.00342
Opus 5 $0.00013 $0.00171
Sonnet 5 $0.00005 $0.00068
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

dev-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 10d 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.

examples/catalog/dev/skills/dev-security-review/SKILL.md · 61 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 10d ago First seen · 61 lines · 26 tokens per session scan A 7223a316b322

Subscribe to this mod's changes

dev-security-review is a skill published in the GitHub repository BlueSkyXN/Codex-is-all-you-need (21 stars, last pushed 26d ago), licensed GPL-3.0. It adds 26 tokens to every session and 342 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.

Related

Other skills, from other repositories

code-review

Code review assistance with linting, style checking, and best practices.

agno-agi/agno · 16 tokens

cross-review

Verify an implementer's diff with an INDEPENDENT, different-vendor sub-agent (diff plus contract only); turn blocking issues into fix-tasks and loop until clean.

omnigent-ai/omnigent · 37 tokens

verify-implementation

A workflow that runs a project’s verification skills to produce a report on coding patterns, architecture rules, and project conventions. It is intended for work after implementation, before a pull request, or during code review.

sangrokjung/claude-forge · 37 tokens

review-loop

Run the adversarial verification loop — implement, then hand the change to a fresh checker that did not write it, fix what it finds, and re-dispatch until APPROVE. Use before claiming any behavioural change is done, and on requests like "review loop", "adversarial review", "independent review", "get this verified"…

sangrokjung/claude-forge · 100 tokens

frontend-code-review

Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.

sangrokjung/claude-forge · 42 tokens

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

tobihagemann/turbo · 95 tokens