security-check

security-check is a skill for Claude Code from fatihkan/badi. It costs 91 tokens per session (1,419 once invoked), scanned A, original, MIT.

A broad security scanning suite for code and related project files. It combines vulnerability checks, language-specific reviews, dependency and supply-chain checks, infrastructure configuration checks, and report generation.

In plain words
What is it for?
It is for running full security audits, reviewing code changes, scanning for vulnerabilities, checking dependencies and infrastructure settings, and filtering findings by severity.
Why use it?
It gives a coding assistant a structured way to look for security problems across an application rather than checking only one file or vulnerability type.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the badi plugin — 81 skills, 86 commands, 30 agents, 7 hooks shipped together

Good fit It is for running full security audits, reviewing code changes, scanning for…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fatihkan/badi/security-check
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 fatihkan/badi --skill security-check
Clone the repo
git clone --depth 1 https://github.com/fatihkan/badi

Made for: Claude Code.

Or install badi, the plugin that ships this one along with the rest of its 81 skills, 86 commands, 30 agents, 7 hooks.

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-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/fatihkan/badi/security-check.svg)](https://agentmods.dev/skills/fatihkan/badi/security-check)
Your own site
<a href="https://agentmods.dev/skills/fatihkan/badi/security-check"><img src="https://agentmods.dev/badge/skills/fatihkan/badi/security-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,419 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 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.00091 $0.01419
Opus 5 $0.00046 $0.00709
Sonnet 5 $0.00018 $0.00284
Haiku 4.5 $0.00009 $0.00142

Measured today against content hash e3319cf3d794, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

security-check 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 today.

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.

.claude/skills-vault/security-check/SKILL.md · 123 lines

How it starts

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

security-check

Your AI Becomes a Security Team. Every Language. Every Layer. Zero Tools.

Entry points (v1.31.0+):

  • /security-review — Anthropic native command (Claude Code 2.1.140+, AI semantic)
  • badi security baseline — deterministic baseline (secret-scan + audit)
  • badi security triage — /security-review report severity filtering
  • This skill: sc-orchestrator 4-phase pipeline (Recon → Hunt → Verify → Report)

What This Skill Does

security-check transforms your AI coding assistant into a comprehensive security scanning team. It runs a 4-phase pipeline — Recon → Hunt → Verify → Report — entirely through natural language. No binaries, no dependencies, no CI pipeline changes.

Quick Start

After installation, open your AI assistant and say:

  • "run security check" — Full security audit
  • "scan diff" — PR/diff-level incremental scan
  • "scan for vulnerabilities" — Same as full scan

What's Included

48 Security Skills

Category Count Skills
Core Pipeline 6 Orchestrator, Recon, Dependency Audit, Verifier, Report, Diff Report
Injection 9 SQLi, NoSQLi, GraphQL, XSS, SSTI, XXE, LDAP, CMDi, Header Injection
Code Execution 2 RCE, Deserialization
Access Control 4 Auth, AuthZ, Privilege Escalation, Session
Data Exposure 3 Secrets, Data Exposure, Crypto
Server-Side 4 SSRF, Path Traversal, File Upload, Open Redirect
Client-Side 4 CSRF, CORS, Clickjacking, WebSocket
Logic & Design 3 Business Logic, Race Conditions, Mass Assignment
API Security 3 API Security, Rate Limiting, JWT
Infrastructure 3 IaC, Docker, CI/CD
Language Scanners 7 Go, TypeScript, Python, PHP, Rust, Java, C#

10 Security Checklists (3000+ items)

Each language scanner includes a 400+ item checklist with specific CWE references.

4-Phase Pipeline

Phase 1: RECON        → Architecture mapping, tech stack detection
Phase 2: HUNT         → 40+ vulnerability skills run in parallel
Phase 3: VERIFY       → False positive elimination, confidence scoring
Phase 4: REPORT       → CVSS severity, remediation roadmap

Read the full file on GitHub · 123 lines

Files

What ships with it

58 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 123 lines · 91 tokens per session scan A e3319cf3d794

Subscribe to this mod's changes

security-check is a skill published in the GitHub repository fatihkan/badi (7 stars, last pushed yesterday), licensed MIT. It adds 91 tokens to every session and 1,419 once invoked, about $0.0005 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-09-06.