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.
npx skills add martinholovsky/SOTA-skills --skill sota-code-securitygit clone --depth 1 https://github.com/martinholovsky/SOTA-skillsWrote 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.
[](https://agentmods.dev/skills/martinholovsky/sota-skills/sota-code-security)<a href="https://agentmods.dev/skills/martinholovsky/sota-skills/sota-code-security"><img src="https://agentmods.dev/badge/skills/martinholovsky/sota-skills/sota-code-security.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00250 | $0.04832 |
| Opus 5 | $0.00125 | $0.02416 |
| Sonnet 5 | $0.00050 | $0.00966 |
| Haiku 4.5 | $0.00025 | $0.00483 |
Grade A, and why
sota-code-security 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.
The source is not reproduced here
Licensed CC-BY-4.0
The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
15 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.
- rules/01-input-injection.md 16 KB
- rules/02-authentication.md 15 KB
- rules/03-authorization.md 14 KB
- rules/04-cryptography.md 21 KB
- rules/05-web-security.md 14 KB
- rules/06-memory-resource-safety.md 13 KB
- rules/07-data-exposure.md 13 KB
- rules/08-llm-ai-security.md 20 KB
- rules/09-untrusted-data-ingestion.md 16 KB
- rules/10-silent-control-failure.md 25 KB
- rules/11-dead-path-diagnostics.md 27 KB
- rules/12-verifying-the-verifier.md 13 KB
- rules/13-context-dependent-silence.md 14 KB
- rules/14-control-not-in-force.md 23 KB
- rules/15-instruments-and-guards.md 23 KB
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.
- today Changed · +1 lines 75ab736c0ad4
- 4d ago Changed f0770eb5a536
- 8d ago First seen · 179 lines · 250 tokens per session scan A f493995354bf
sota-code-security is a skill published in the GitHub repository martinholovsky/SOTA-skills (18 stars, last pushed today), licensed CC-BY-4.0. It adds 250 tokens to every session and 4,832 once invoked, about $0.0013 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.
Other skills, from other repositories
claude-md-review
Audit a CLAUDE.md file for the patterns that actually degrade Claude Code's output — vagueness, unnamed files, stale facts, and bloat. Use when asked to review, audit, improve, shrink, or fix a CLAUDE.md, and when a project's results feel inconsistent or Claude keeps rediscovering the same context.
eval-agents
Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when…
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.
git-ai-archaeology
Analyze AI config evolution in a git repo. Use when mapping AI adoption history, finding when configs were first introduced, charting commit velocity by month, or identifying maturity phases in a project's AI tooling.
investigate
Systematic root-cause debugging: find the cause before writing any fix.
source-command-methodology-advisor
Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.