verify-code

verify-code is a skill for Claude Code, Codex from Srajangpt1/ai-security-crew. It costs 155 tokens per session (1,322 once invoked), scanned A, original, MIT.

A security checklist and review process for source code. It looks for common weaknesses based on the programming language and framework being used.

In plain words
What is it for?
Use it to review pasted code or a specified file for vulnerabilities in Python, JavaScript, TypeScript, Go, Java, Ruby, PHP, and related frameworks.
Why use it?
Security problems such as command injection, unsafe file paths, or SQL injection can be easy to miss during ordinary code review. This process gives developers specific issues to inspect.

Skill for Claude CodeCodex

Part of the mcp-security-review plugin — 3 skills, 3 commands, 1 MCP server shipped together

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/srajangpt1/ai-security-crew/verify-code
Any agent
npx skills add Srajangpt1/ai-security-crew --skill verify-code
Clone the repo
git clone --depth 1 https://github.com/Srajangpt1/ai-security-crew

Made for: Claude Code, Codex.

Or install mcp-security-review, the plugin that ships this one along with the rest of its 3 skills, 3 commands, 1 MCP server.

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 verify-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/srajangpt1/ai-security-crew/verify-code.svg)](https://agentmods.dev/skills/srajangpt1/ai-security-crew/verify-code)
Your own site
<a href="https://agentmods.dev/skills/srajangpt1/ai-security-crew/verify-code"><img src="https://agentmods.dev/badge/skills/srajangpt1/ai-security-crew/verify-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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 $0.00155 $0.01322
Opus 5 $0.00077 $0.00661
Sonnet 5 $0.00031 $0.00264
Haiku 4.5 $0.00015 $0.00132

Measured 5d ago against content hash 86f58fea7403, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify-code scanned grade A with 1 finding 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- Command injection: `os.system()`, `subprocess` with `shell=True`
skills/verify-code/SKILL.md · 155 lines

How it starts

The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Perform a security review of the following code:

$ARGUMENTS


What to do

Review the code provided in the arguments above. If no code was provided, ask the user to paste the code or specify a file path to read. If a file path is mentioned, read the file first.

Step 1 — Detect Technologies

Identify language and frameworks from:

  • File extension: .py → Python, .ts/.tsx → TypeScript, .go → Go, .java → Java, .rb → Ruby, .php → PHP, .sql → SQL
  • Import statements: import django, require('express'), import React, use actix_web
  • Syntax patterns: def/class → Python, func → Go, public class → Java, fn → Rust
  • Framework indicators: @app.route → Flask, useState → React, @Controller → Spring

Step 2 — Check for Vulnerabilities by Language

Python:

  • Command injection: os.system(), subprocess with shell=True
  • Unsafe deserialization: pickle.loads() on untrusted data
  • Code execution: eval() / exec() with user-controlled input
  • SQL injection via f-strings or % formatting in queries
  • Path traversal in open() with user-supplied paths

JavaScript / TypeScript:

  • XSS: innerHTML, document.write(), dangerouslySetInnerHTML without sanitization
  • Prototype pollution via Object.assign / spread with user data
  • eval() or new Function() with dynamic content
  • Unvalidated postMessage handlers
  • Sensitive data in localStorage or sessionStorage

React:

  • dangerouslySetInnerHTML without DOMPurify or equivalent
  • User input rendered directly in JSX without escaping
  • Sensitive tokens/data stored in component state

Java:

  • Statement instead of PreparedStatement for SQL
  • Runtime.exec() with user-controlled input
  • XXE vulnerabilities in XML parsers
  • Unsafe deserialization (ObjectInputStream)

Go:

  • SQL injection in raw database/sql queries
  • Command injection in exec.Command with user input
  • Path traversal in file serving handlers
  • Race conditions in concurrent code without proper locking

Read the full file on GitHub · 155 lines

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 · 155 lines · 155 tokens per session scan A 86f58fea7403

Subscribe to this mod's changes

verify-code is a skill published in the GitHub repository Srajangpt1/ai-security-crew (68 stars, last pushed 4mo ago), licensed MIT. It adds 155 tokens to every session and 1,322 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens