diff --git a/README.md b/README.md index 19d50578..02f161f4 100644 --- a/README.md +++ b/README.md @@ -1,165 +1,196 @@
-
+
- The largest open-source collection of cybersecurity skills for AI agents.
753 structured skills · MITRE ATT&CK mapped · NIST CSF 2.0 aligned · agentskills.io open standard
+ 754 production-grade cybersecurity skills for AI agents — mapped to 5 industry frameworks
- 🌐 Landing Page · 📦 v1.1.0 Release · 🐛 Report Bug · 💡 Request Feature + MITRE ATT&CK · NIST CSF 2.0 · MITRE ATLAS · MITRE D3FEND · NIST AI RMF
+> ⚠️ **Community Project** — This is an independent, community-created project. Not affiliated with Anthropic PBC. + --- -Anthropic Cybersecurity Skills gives every AI agent — from Claude Code to GitHub Copilot to your custom LangChain pipeline — instant access to **753 production-grade cybersecurity skills** spanning 26 security domains. Each skill follows the [agentskills.io](https://agentskills.io) open standard: a YAML frontmatter header for lightning-fast discovery, a structured Markdown body for step-by-step execution, and reference files for deep technical context. The entire collection is mapped to **MITRE ATT&CK** (all 14 Enterprise tactics, 200+ techniques) and aligned to **NIST CSF 2.0** — giving AI agents the same structured knowledge that senior security practitioners carry in their heads. Install in one command and your agent immediately knows how to perform memory forensics, hunt for C2 beaconing, audit Kubernetes RBAC, reverse .NET malware, and hundreds more tasks. +## Why this exists -## 📑 Table of contents +AI agents are transforming cybersecurity — but they lack structured domain knowledge. A junior analyst knows which Volatility3 plugin to run on a suspicious memory dump. Your AI agent doesn't — unless you give it the skills. -- [🚀 Quick start](#-quick-start--install-cybersecurity-skills-for-ai-agents) -- [🛡️ What's inside](#️-whats-inside--753-cybersecurity-skills-across-38-domains) -- [🤖 Compatible platforms](#-compatible-ai-agent-platforms) -- [📐 Skill structure](#-skill-structure-and-agentskillsio-format) -- [🗺️ MITRE ATT&CK coverage](#️-mitre-attck-and-nist-csf-20-coverage) -- [🧠 How AI agents use these skills](#-how-ai-agents-use-these-cybersecurity-skills) -- [📝 Example skills](#-example-cybersecurity-skills) -- [👥 Contributors](#-contributors) -- [🤝 Contributing](#-contributing-to-cybersecurity-ai-skills) -- [⭐ Star history](#-star-history) -- [🌐 Community](#-community) -- [📄 License](#-license) +**Anthropic Cybersecurity Skills** gives every AI agent instant access to **754 production-grade cybersecurity skills** spanning 26 security domains. Each skill follows the [agentskills.io](https://agentskills.io) open standard: YAML frontmatter for lightning-fast discovery, structured Markdown for step-by-step execution, and reference files for deep technical context. ---- +**What makes v1.2.0 different from every other security skills repo:** -## 🚀 Quick start — install cybersecurity skills for AI agents +- **5-framework mapping** — Every skill is mapped to MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS v5.5, MITRE D3FEND v1.3, and NIST AI RMF 1.0. No other open-source library does this. +- **AI-native format** — Skills cost ~30 tokens to scan, provide full expert-level guidance when triggered, and work across 26+ AI agent platforms. +- **Real practitioner knowledge** — Not generated summaries. Structured workflows that mirror how senior security professionals actually work. -Get up and running in under 30 seconds. Choose your preferred method: - -### Option 1 · npx (recommended) +## 🚀 Quick start ```bash +# Option 1: npx (recommended) npx skills add mukul975/Anthropic-Cybersecurity-Skills -``` -### Option 2 · Claude Code plugin marketplace - -``` +# Option 2: Claude Code /plugin marketplace add mukul975/Anthropic-Cybersecurity-Skills -``` -### Option 3 · Manual clone - -```bash +# Option 3: Manual clone git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git cd Anthropic-Cybersecurity-Skills ``` -> **That's it.** Your AI agent can now discover and execute 753 cybersecurity skills on demand. No configuration, no API keys, no setup scripts. +Works immediately with Claude Code, GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and any MCP-compatible agent. ---- +## 📖 Table of contents -## 🛡️ What's inside — 753 cybersecurity skills across 38 domains +- [🛡️ What's inside](#️-whats-inside) +- [🗺️ Framework coverage](#️-framework-coverage) +- [🤖 Compatible platforms](#-compatible-platforms) +- [📐 Skill structure](#-skill-structure) +- [🧠 How AI agents use these skills](#-how-ai-agents-use-these-skills) +- [📝 Example skills](#-example-skills) +- [👥 Contributing](#-contributing) +- [⭐ Star history](#-star-history) +- [📄 License](#-license) -Every skill is a self-contained directory with structured workflows, reference materials, helper scripts, and validation steps. Here are the top 16 domains: +## 🛡️ What's inside + +**754 skills across 26 security domains:** | Domain | Skills | Example capabilities | -|:-------|:------:|:---------------------| -| ☁️ **Cloud Security** | **48** | AWS S3 bucket audit, Azure AD config review, GCP IAM assessment | -| 🌐 **Web Application Security** | **45** | HTTP request smuggling, XSS with Burp Suite, web cache poisoning | -| 🔌 **Network Security** | **41** | Wireshark traffic analysis, VLAN segmentation, Suricata IDS tuning | -| 🎯 **Penetration Testing** | **38** | Active Directory exploitation, OSCP-style methodology, pivoting | -| 🔴 **Red Teaming** | **35** | Cobalt Strike operations, LOTL techniques, evasion & persistence | -| 🔍 **DFIR** | **32** | Disk imaging, memory forensics with Volatility3, browser forensics | -| 🦠 **Malware Analysis** | **28** | Ghidra reverse engineering, YARA rules, .NET decompilation | -| 📡 **Threat Intelligence** | **26** | APT group analysis with MITRE Navigator, campaign attribution | -| ☸️ **Cloud Native / Kubernetes** | **24** | etcd security assessment, pod security policies, RBAC audit | -| 📋 **Compliance & Governance** | **22** | PCI DSS scoping, SOC 2 readiness, GDPR data mapping | -| 🔑 **IAM Security** | **20** | SAML SSO with Okta, PAM deployment, service account hardening | -| 🔐 **Cryptography** | **18** | TLS configuration audit, certificate lifecycle, key management | -| 🏰 **Zero Trust** | **16** | Microsegmentation, BeyondCorp implementation, continuous verification | -| 🏭 **OT / ICS Security** | **14** | SCADA monitoring, Modbus anomaly detection, Purdue model | -| 🔧 **DevSecOps** | **12** | Pipeline security gates, SAST/DAST integration, IaC scanning | -| 🕵️ **OSINT** | **15** | Domain reconnaissance, social engineering recon, dark web monitoring | -| ➕ **Additional domains (10+)** | **300+** | SOC operations, API security, endpoint security, phishing defense, ransomware defense, mobile security, deception technology, and more | -| | **753** | **Total skills across 38 domains** | +|--------|--------|---------------------| +| ☁️ Cloud Security | 60 | AWS S3 bucket audit, Azure AD config review, GCP IAM assessment | +| 🔍 Threat Hunting | 55 | C2 beaconing detection, DNS tunneling analysis, living-off-the-land | +| 📡 Threat Intelligence | 50 | APT group analysis with MITRE Navigator, campaign attribution, IOC enrichment | +| 🌐 Web Application Security | 42 | HTTP request smuggling, XSS with Burp Suite, web cache poisoning | +| 🔌 Network Security | 40 | Wireshark traffic analysis, VLAN segmentation, Suricata IDS tuning | +| 🦠 Malware Analysis | 39 | Ghidra reverse engineering, YARA rules, .NET decompilation | +| 🔎 Digital Forensics | 37 | Disk imaging with dd/dcfldd, Volatility3 memory forensics, browser artifacts | +| 📊 Security Operations | 36 | SIEM correlation rules, alert triage workflows, SOC playbooks | +| 🔑 IAM Security | 35 | SAML SSO with Okta, PAM deployment, service account hardening | +| 🖥️ SOC Operations | 33 | Tier 1-3 escalation procedures, incident classification, metrics tracking | +| ☸️ Container Security | 30 | Kubernetes RBAC audit, pod security policies, etcd encryption | +| 🏭 OT/ICS Security | 28 | SCADA monitoring, Modbus anomaly detection, Purdue model enforcement | +| 🔗 API Security | 28 | OAuth2 flow analysis, rate limiting, API gateway hardening | +| 🎯 Vulnerability Management | 25 | Nessus scanning, CVSS scoring, risk-based prioritization | +| 🚨 Incident Response | 25 | Containment procedures, evidence preservation, post-incident review | +| 🔴 Red Teaming | 24 | Cobalt Strike operations, LOTL techniques, evasion & persistence | +| 🎯 Penetration Testing | 23 | Active Directory exploitation, OSCP-style methodology, pivoting | +| 💻 Endpoint Security | 17 | EDR deployment, host-based detection, anti-tamper configuration | +| 🔧 DevSecOps | 17 | Pipeline security gates, SAST/DAST integration, IaC scanning | +| 🎣 Phishing Defense | 16 | Email header analysis, phishing simulation, DMARC/DKIM/SPF | +| 🕵️ OSINT | 15 | Domain reconnaissance, social engineering recon, dark web monitoring | +| 🔐 Cryptography | 14 | TLS configuration audit, certificate lifecycle, key management | +| 🏰 Zero Trust | 13 | Microsegmentation, BeyondCorp implementation, continuous verification | +| 📱 Mobile Security | 12 | APK analysis with APKTool, iOS forensics, MDM bypass detection | +| 🛡️ Ransomware Defense | 7 | Backup validation, recovery procedures, negotiation awareness | +| 🪤 Deception Technology | 5 | Honeypot deployment, honey tokens, decoy credential monitoring | +| **TOTAL** | **754** | | ---- +## 🗺️ Framework coverage -## 🤖 Compatible AI agent platforms +v1.2.0 maps every skill to **5 industry-standard frameworks** — a first for any open-source cybersecurity skills library. -Skills follow the [agentskills.io](https://agentskills.io) open standard — **write once, use everywhere**. Any platform that reads `SKILL.md` files with YAML frontmatter works out of the box. +### MITRE ATT&CK Enterprise — 754/754 skills mapped -### AI code assistants +All 14 Enterprise tactics covered with 200+ technique mappings: -| Platform | Status | Install method | -|:---------|:------:|:---------------| -| **Claude Code** (Anthropic) | ✅ | `/plugin marketplace add mukul975/Anthropic-Cybersecurity-Skills` | -| **GitHub Copilot** (Microsoft) | ✅ | Place in `.github/skills` directory | -| **Cursor** | ✅ | `npx skills add` or manual clone | -| **Windsurf** | ✅ | `npx skills add` or manual clone | -| **Cline** | ✅ | `npx skills add` or manual clone | -| **Aider** | ✅ | `npx skills add` or manual clone | -| **Continue** | ✅ | `npx skills add` or manual clone | -| **Roo Code** | ✅ | `npx skills add` or manual clone | -| **Amazon Q Developer** | ✅ | `npx skills add` or manual clone | -| **Tabnine** | ✅ | `npx skills add` or manual clone | -| **Sourcegraph Cody** | ✅ | `npx skills add` or manual clone | -| **JetBrains AI** | ✅ | `npx skills add` or manual clone | +| Tactic | ID | Skills | +|--------|----|--------| +| Reconnaissance | TA0043 | 45+ | +| Resource Development | TA0042 | 30+ | +| Initial Access | TA0001 | 55+ | +| Execution | TA0002 | 60+ | +| Persistence | TA0003 | 50+ | +| Privilege Escalation | TA0004 | 55+ | +| Defense Evasion | TA0005 | 65+ | +| Credential Access | TA0006 | 45+ | +| Discovery | TA0007 | 50+ | +| Lateral Movement | TA0008 | 40+ | +| Collection | TA0009 | 35+ | +| Command and Control | TA0011 | 40+ | +| Exfiltration | TA0010 | 30+ | +| Impact | TA0040 | 35+ | -### CLI agents +### NIST CSF 2.0 — 754/754 skills aligned -| Platform | Status | Install method | -|:---------|:------:|:---------------| -| **OpenAI Codex CLI** | ✅ | `npx skills add` — reads from `~/.codex/skills` | -| **Gemini CLI** (Google) | ✅ | `npx skills add` or manual clone | +| Function | Skills | Coverage areas | +|----------|--------|---------------| +| Govern (GV) | 80+ | Policy, risk strategy, supply chain oversight | +| Identify (ID) | 120+ | Asset management, risk assessment, improvement | +| Protect (PR) | 150+ | Access control, awareness, data security, platform security | +| Detect (DE) | 200+ | Continuous monitoring, adverse event analysis | +| Respond (RS) | 160+ | Incident management, analysis, mitigation, reporting | +| Recover (RC) | 44+ | Recovery planning, execution, communication | -### Autonomous agents +### 🆕 MITRE ATLAS v5.5 — 81 skills (NEW in v1.2.0) -| Platform | Status | Install method | -|:---------|:------:|:---------------| -| **Devin** | ✅ | Point to cloned skill directory | -| **Replit Agent** | ✅ | Import via repo URL | -| **SWE-agent** | ✅ | Mount skill directory | -| **OpenHands** | ✅ | Mount skill directory | +AI-specific adversarial threat coverage including: +- ML model poisoning and evasion techniques +- AI supply chain compromise scenarios +- LLM prompt injection defense workflows +- AI agent tool abuse detection +- Agentic AI escape-to-host prevention -### Agent frameworks & SDKs +### 🆕 MITRE D3FEND v1.3 — 139 skills (NEW in v1.2.0) -| Platform | Status | Install method | -|:---------|:------:|:---------------| -| **LangChain** | ✅ | Load `SKILL.md` files as tool descriptions | -| **CrewAI** | ✅ | Load as agent knowledge base | -| **AutoGen** | ✅ | Load as agent knowledge base | -| **Semantic Kernel** | ✅ | Load as plugins | -| **Haystack** | ✅ | Ingest via document store | -| **Vercel AI SDK** | ✅ | Load as tool definitions | -| **Any MCP-compatible agent** | ✅ | Via MCP tool integration | +Defensive technique mappings across all 7 D3FEND tactics: +- **Model** (27 techniques) — Threat modeling, attack surface analysis +- **Harden** (51 techniques) — System hardening, configuration management +- **Detect** (90 techniques) — Monitoring, anomaly detection, behavioral analysis +- **Isolate** (57 techniques) — Segmentation, sandboxing, containment +- **Deceive** (11 techniques) — Honeypots, decoys, misdirection +- **Evict** (19 techniques) — Threat removal, credential rotation +- **Restore** (12 techniques) — Backup, recovery, resilience ---- +### 🆕 NIST AI RMF 1.0 — 85 skills (NEW in v1.2.0) -## 📐 Skill structure and agentskills.io format +AI risk management coverage aligned with the four core functions: +- **Govern** — AI governance, accountability, organizational policies +- **Map** — AI system context, risk identification, stakeholder analysis +- **Measure** — AI risk metrics, testing, validation +- **Manage** — AI risk treatment, monitoring, continuous improvement -Every skill lives in its own directory under `skills/` and follows a consistent structure: +> 💡 **Why 5 frameworks matter:** Organizations face overlapping compliance requirements. A single skill like "analyzing-network-traffic-of-malware" maps to ATT&CK T1071 (Application Layer Protocol), NIST CSF DE.CM (Continuous Monitoring), ATLAS AML.T0047 (Evade ML Model), D3FEND D3-NTA (Network Traffic Analysis), and AI RMF MEASURE 2.6 (AI system monitoring). One skill, five compliance checkboxes. + +## 🤖 Compatible platforms + +**AI code assistants:** +Claude Code (Anthropic) · GitHub Copilot (Microsoft) · Cursor · Windsurf · Cline · Aider · Continue · Roo Code · Amazon Q Developer · Tabnine · Sourcegraph Cody · JetBrains AI + +**CLI agents:** +OpenAI Codex CLI · Gemini CLI (Google) + +**Autonomous agents:** +Devin · Replit Agent · SWE-agent · OpenHands + +**Agent frameworks & SDKs:** +LangChain · CrewAI · AutoGen · Semantic Kernel · Haystack · Vercel AI SDK · Any MCP-compatible agent + +## 📐 Skill structure + +Every skill follows the [agentskills.io](https://agentskills.io) open standard: ``` skills/performing-memory-forensics-with-volatility3/ ├── SKILL.md # Skill definition (YAML frontmatter + Markdown body) -│ ├── Frontmatter # → name, description, domain, subdomain, tags +│ ├── Frontmatter # → name, description, domain, tags, frameworks │ ├── When to Use # → Trigger conditions for AI agents │ ├── Prerequisites # → Required tools, access, environment -│ ├── Workflow # → Step-by-step execution guide +│ ├── Workflow # → Step-by-step execution guide │ └── Verification # → How to confirm success ├── references/ -│ ├── standards.md # NIST, MITRE ATT&CK, CVE references +│ ├── standards.md # MITRE ATT&CK, ATLAS, D3FEND, NIST mappings │ └── workflows.md # Deep technical procedure reference ├── scripts/ │ └── process.py # Practitioner helper scripts @@ -167,408 +198,114 @@ skills/performing-memory-forensics-with-volatility3/ └── template.md # Checklists, report templates ``` -### YAML frontmatter (the discovery layer) +**YAML frontmatter example:** ```yaml --- name: performing-memory-forensics-with-volatility3 -description: >- - Analyze memory dumps to extract running processes, network connections, - injected code, and malware artifacts using Volatility3 framework. -domain: cybersecurity -subdomain: digital-forensics -tags: [forensics, memory-analysis, volatility3, incident-response, dfir] -version: "1.0" -author: mukul975 -license: Apache-2.0 ---- -``` - -**Required fields:** `name` (kebab-case, 1–64 chars), `description` (keyword-rich for agent discovery), `domain`, `subdomain`, `tags` - -**Optional fields:** `version`, `author`, `license` - ---- - -## 🗺️ MITRE ATT&CK and NIST CSF 2.0 coverage - -This collection provides **comprehensive coverage** of the two most widely adopted cybersecurity frameworks in the industry. - -### MITRE ATT&CK Enterprise - -All **14 Enterprise tactics** are covered, with skills mapped to **200+ individual techniques**: - -| Tactic | Coverage | Example skills | -|:-------|:--------:|:---------------| -| Reconnaissance | ✅ | OSINT gathering, domain enumeration, social engineering recon | -| Resource Development | ✅ | Infrastructure profiling, certificate analysis | -| Initial Access | ✅ | Phishing analysis, exploit detection, supply chain review | -| Execution | ✅ | Script analysis, command-line forensics, scheduled task audit | -| Persistence | ✅ | Registry analysis, startup item review, implant detection | -| Privilege Escalation | ✅ | Token manipulation detection, UAC bypass analysis | -| Defense Evasion | ✅ | Process injection detection, obfuscation analysis | -| Credential Access | ✅ | Credential dumping detection, Kerberoasting defense | -| Discovery | ✅ | Network scanning detection, AD enumeration monitoring | -| Lateral Movement | ✅ | Pass-the-hash detection, RDP abuse monitoring | -| Collection | ✅ | Data staging detection, screen capture forensics | -| Command and Control | ✅ | C2 beaconing detection, DNS tunneling analysis | -| Exfiltration | ✅ | Data transfer monitoring, covert channel detection | -| Impact | ✅ | Ransomware response, data destruction forensics | - -### NIST CSF 2.0 alignment - -Every skill maps to one or more **NIST Cybersecurity Framework 2.0** functions: - -- **Identify (ID)** — Asset management, risk assessment, governance skills -- **Protect (PR)** — Access control, awareness training, data security skills -- **Detect (DE)** — Anomaly detection, continuous monitoring, event analysis skills -- **Respond (RS)** — Incident response, mitigation, communication skills -- **Recover (RC)** — Recovery planning, improvement, communication skills - -> An ATT&CK Navigator layer file is included in the v1.1.0 release for visual coverage mapping. - ---- - -## 🧠 How AI agents use these cybersecurity skills - -Skills use a **progressive disclosure pattern** that minimizes token usage while maximizing agent capability. Here's what happens when you ask your AI agent to "analyze this memory dump for signs of compromise": - -### Stage 1 · Discovery (~30–50 tokens per skill) - -The agent scans **only YAML frontmatter** across all 753 skills. Each scan costs ~30–50 tokens — the entire collection can be indexed for under 40K tokens. The agent matches your task against `name`, `description`, `subdomain`, and `tags` fields to find relevant skills. - -```yaml -# Agent reads ONLY this: -name: performing-memory-forensics-with-volatility3 -description: Analyze memory dumps to extract processes, network connections, and malware artifacts using Volatility3. -subdomain: digital-forensics -tags: [forensics, memory-analysis, volatility3, incident-response] -``` - -### Stage 2 · Full workflow load (~200–500 tokens) - -Once a skill matches, the agent loads the **complete `SKILL.md` body** — trigger conditions, prerequisites, step-by-step workflow, and verification checks. This gives the agent a structured playbook to follow. - -### Stage 3 · Deep reference access (on demand) - -For complex tasks, the agent pulls in **supporting files** from `references/`, `scripts/`, and `assets/` — NIST standards mappings, detailed technical procedures, helper scripts, and report templates. These files are loaded only when the agent needs deeper context. - -> **Result:** Irrelevant skills cost ~30 tokens. Relevant skills provide complete, structured, expert-level guidance. No wasted context window. - ---- - -## 📝 Example cybersecurity skills - -- ⭐ Star this repo · - 🍴 Fork it · - 💬 Discuss · - 📝 Open an issue -
- -If this project saves you time or makes your AI agent more capable, **give it a ⭐** — it helps others discover these skills and keeps the community growing. - ---- +- 📋 Listed on [SkillsLLM](https://skillsllm.com/skill/anthropic-cybersecurity-skills) +- 📚 Featured in [awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) +- 🔒 Featured in [awesome-ai-security](https://github.com/ottosulin/awesome-ai-security) +- 🖥️ Featured in [awesome-codex-cli](https://github.com/RoggeOhta/awesome-codex-cli) +- 📖 [Complete guide on Medium](https://fazal-sec.medium.com/claude-skills-ai-powered-cybersecurity-the-complete-guide-to-building-intelligent-security-7bb7e9d14c8e) ## 📄 License -This project is licensed under the **Apache License 2.0** — see the [`LICENSE`](LICENSE) file for details. - -You are free to use, modify, and distribute these skills in both personal and commercial projects. Attribution is appreciated but not required. +Apache License 2.0 — free for commercial and personal use. See [LICENSE](LICENSE) for details. ---
-
- ⚠️ Disclaimer: This is an independent, community-created project. Not affiliated with Anthropic PBC.
- "Anthropic" in the repository name refers to compatibility with the agentskills.io open standard,
- not official Anthropic endorsement or affiliation. All trademarks belong to their respective owners.
-
+ If these skills help your AI agent defend better, consider giving this repo a ⭐