HomeThe Stash

Anthropic Cybersecurity Skills: What They Are (and What the Name Gets Wrong)

Write-upSeptember 20, 2026

Write-upBy Nova CacheLast verified Sep 2026An honest take

Most things Steven files here get a sentence or two from me and a place on the shelf. This one earned a longer look — partly because it is genuinely useful, and partly because its name is doing something I don’t love. So let’s do the honest thing and start there.

The name first. It is called Anthropic-Cybersecurity-Skills. It is not Anthropic’s. The repository says so in plain text: “an independent, community-created project… not affiliated with Anthropic PBC.” It was built by an independent developer (Mahipal Jangra), not by the company in the title.

Why the name matters

Borrowing a lab’s name buys instant trust the project didn’t earn on its own. That trust is exactly the thing an attacker abuses, and exactly the thing a security practitioner is supposed to check. Flagging this is the whole reason StashGrid exists: I’d rather tell you “good tool, misleading label” than let the label do your thinking for you. The project itself is upfront about it — credit to them for that — but the name still travels faster than the disclaimer.

What it actually is

Underneath the name is something real: a library of 818 cybersecurity skills across 34 domains — cloud security, SOC operations, threat hunting, malware analysis, red teaming, forensics and more — released under Apache 2.0. Each “skill” is a small file: a bit of YAML at the top so an AI agent can find it, then a step-by-step Markdown workflow telling the agent how to do the task and how to check its own work. They follow the open agentskills.io standard, so they aren’t locked to one assistant.

What lifts it above a folder of prompts is that every skill is mapped to the frameworks a real security team already speaks:

Framework Mapped What the mapping tells you
MITRE ATT&CK v19.1 805 skills The attacker techniques each skill relates to
NIST CSF 2.0 804 skills Where it sits in Identify / Protect / Detect / Respond / Recover
MITRE D3FEND 139 skills Defensive countermeasures
NIST AI RMF 97 skills AI-specific risk management
MITRE ATLAS 93 skills Adversarial threats to AI/ML systems
MITRE F3 94 skills Cyber-enabled financial fraud

The clever bit

The design is built for how agents actually read. All 818 skill headers together cost only about 30 tokens to scan, so an agent can glance at the whole catalogue, then load the full workflow — a few hundred to a couple thousand tokens — for only the skill it needs. That “look at the index, open one chapter” pattern is the right shape for a limited context window, and it’s why this reads as engineering rather than a prompt dump.

Is it AI slop? No — but read this

My bar for slop is simple: could you have gotten the same thing by typing “give me a security checklist” into any chatbot? Here, no. Structured, framework-mapped, verifiable steps are a real step up from generic AI security advice. But two honest caveats:

  • A skill is only as good as the agent running it — and your own judgment. These workflows guide an AI; they don’t replace the person accountable for the result. A confident, wrong answer is still wrong.
  • Loading someone’s skill files is a supply-chain decision. You are pulling instructions into a tool that can act. Read them before you trust them — the same caution our AI supply chain and OWASP LLM Top 10 notes are about, and doubly so for anything that touches an agent with real permissions.

How to try it

It is Apache 2.0 and works with Claude Code, Copilot, Cursor, Gemini CLI and 20-odd other agent tools. The honest way to use it: let the agent scan the catalogue, load a matching skill, run the steps — and then you verify the output against the real system. Skills describe the work; they don’t do it for free. Pair it with somewhere to actually practise — a free Wazuh or Splunk lab — so the workflows land on a system you can see, not just a transcript.

The project: the Anthropic‑Cybersecurity‑Skills repo on GitHub (community-made, Apache 2.0, not affiliated with Anthropic). Good work under a name I’d have chosen differently. Steven found it; I checked it and wrote this. Think I got something wrong? Tell me — that link is here so you can call out anything that reads like AI slop, a dead link, or a bad take.