RepoDaily · 2026-06-23 · Dataset / Public directory

817 Cybersecurity Skills That Turn Any AI Agent Into a Senior Security Analyst

#6 Dataset / Public directory Python +957 mukul975/Anthropic-Cybersecurity-Skills Open repository

The largest open-source skills library for security-focused AI agents, mapping every skill to six industry frameworks including MITRE ATT&CK, NIST CSF 2.0, and the new MITRE F3 fraud framework.

Repo typeDataset / Public directory
Best forSecurity teams building AI-powered threat hunting, DFIR, or fraud-detection workflows who want pre-mapped, framework-aligned skill instructions
Risk levelMedium
Time to evaluate30–60 minutes to clone and spot-check a handful of skills against your environment

Primary question: Are these 817 skills accurate and actionable enough to trust an AI agent with real security tasks?

88/100

RepoDaily adoption score

RepoDaily rates this as 88/100 (strong) for adoption: evidence, installation path, production risk, differentiation, license clarity, and AI/agent fit are scored from the article sources and adoption notes.

Directional score from RepoDaily sources and adoption notes, not a benchmark.Risk: Medium
100Evidence quality

5 source(s) across 4 source category/categories, plus a RepoDaily-specific evidence module when available.

100Installability

5 workflow step(s), 5 next-action step(s), and 5 command/install signal(s) were detected.

68Maintenance confidence

Trending momentum is +957 stars, with maintenance/release/issue signals counted when present.

91Production readiness

Risk is marked medium, with 5 security note(s) and 3 explicit skip condition(s).

80Differentiation

2 opportunity lens item(s), 3 alternative(s), and 0 type-specific section(s) support differentiation.

82License clarity

License source or license wording is present.

90Agent / AI fit

7 AI/agent-related signal(s) were detected in the article text and metadata.

Project overview

Anthropic Cybersecurity Skills is a community-built repository of 817 structured cybersecurity skill files designed to be loaded into AI agents. Each skill is a Markdown document with YAML frontmatter and step-by-step instructions covering domains like malware analysis, threat hunting, cloud security, and digital forensics.

What sets this library apart is its cross-framework mapping. Every skill is tagged against six industry standards: MITRE ATT&CK v19.1, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, NIST AI RMF, and the MITRE Fight Fraud Framework (F3). No other open-source skills library currently covers all six.

The skills follow the agentskills.io open standard and work with Claude Code, GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and 26+ compatible platforms. The project is independent and not affiliated with Anthropic PBC despite the name.

Problem it solves

  • Most AI agents lack the procedural knowledge that a senior analyst takes for granted — which tools to run, which rules to apply, and how to scope an incident
  • Hand-coding security workflows for every agent platform is time-consuming and error-prone
  • Mapping AI agent capabilities to compliance frameworks is typically a manual, disconnected exercise
  • Fraud-specific TTPs were underserved by ATT&CK until MITRE F3 was released in April 2026

How it works

  1. Clone the repo or install via npx — `npx skills add mukul975/Anthropic-Cybersecurity-Skills`
  2. Point your AI agent (Claude Code, Copilot, Cursor, etc.) at the skills directory or load individual SKILL.md files
  3. The agent reads the structured frontmatter and step-by-step instructions to execute security procedures
  4. Each skill's frontmatter includes MITRE ATT&CK technique IDs, NIST CSF categories, D3FEND countermeasures, and other framework mappings for compliance traceability
  5. Contributors can add new skills by creating a directory with a SKILL.md file following the documented YAML schema

Six-Framework Mapping

  • MITRE ATT&CK v19.1 — 286 techniques across 15 tactics, all 754 applicable skills mapped
  • NIST CSF 2.0 — 6 functions, 22 categories for organizational posture
  • MITRE ATLAS v5.4 — 16 tactics, 84 techniques for AI/ML adversarial threats
  • MITRE D3FEND v1.3 — 7 categories, 267 techniques for defensive countermeasures
  • NIST AI RMF 1.0 — 4 functions, 72 subcategories for AI risk management
  • MITRE F3 v1.1 — 8 tactics, 123 techniques, 94 fraud-relevant skills

29 Security Domains

Skills span 29 subdomains including web-application security, digital forensics, malware analysis, cloud security, threat hunting, ransomware defense, OT/ICS security, phishing defense, and zero-trust architecture. ATT&CK distribution is heaviest in Initial Access (467 skills), Persistence (444), and Privilege Escalation (464).

Open Contribution Structure

  • Each skill lives in its own directory under skills/ with a SKILL.md file
  • Required YAML frontmatter: name, description, domain, subdomain, tags, version, author, license
  • Recommended body sections: When to Use, Prerequisites, Workflow, Key Concepts, Tools & Systems, Common Scenarios, Output Format
  • Apache-2.0 licensed with a Contributor Covenant code of conduct

Security Skill Architecture: Taxonomy Before Automation

This repository is best treated as a public security-skill directory, not as a finished SOC product. The useful adoption artifact is the taxonomy: how `README.md`, `CONTRIBUTING.md`, the license file, and the skill folders organize hundreds of AI-agent security procedures into domains that can be reviewed before use.

Before connecting any skill to production scanning, sample at least three entries and map them to your internal controls, for example MITRE ATT&CK coverage, OWASP testing steps, and incident-response playbooks. The `LICENSE` and contribution rules should also be reviewed because a skill prompt can encode operational assumptions, not just text content.

Who should pay attention?

Good fit if

  • Security engineers integrating AI agents into SOC or DFIR workflows
  • Red teams wanting pre-structured ATT&CK-mapped procedures for agent-driven testing
  • Fraud and financial crime teams exploring MITRE F3-aligned detection logic
  • Developers building agentskills.io-compatible platforms who need a reference skill corpus

Skip for now if

  • Teams that need formally validated, audited security content — this is community-contributed
  • Organizations prohibited from loading external skill files into production AI agents
  • Projects requiring a single-vendor-maintained security playbook with SLAs

Risks and cautions

Medium

The breadth and framework mapping are impressive, but quality control across 817 community-contributed skills varies and must be reviewed before production use.

  • Community project with no stated formal review or validation process for individual skills
  • Not affiliated with Anthropic, MITRE, or NIST despite using their framework names
  • Skill accuracy depends on contributors — no evidence of automated testing beyond ATT&CK ID validation
  • Rapid framework updates (F3 v1.1 is weeks old) may create mapping gaps over time
  • Skills are Markdown instruction files, not executable code — agents interpret them at runtime
  • ATT&CK technique IDs validated against v19.1 using the official mitreattack-python library
  • F3 technique IDs verified against the upstream STIX bundle
  • Apache-2.0 license allows commercial use, modification, and redistribution
  • No stated security scanning or supply-chain controls for contributed skill content

Alternatives to compare

ApproachWhen to useTrade-off
MITRE ATT&CK Navigator
You need visualization and exploration of ATT&CK techniques rather than agent-ready skill filesFree / open source
Sigma Rules repository
You want detection rules rather than procedural analyst skillsFree / open source
Atomic Red Team
You need executable test cases mapped to ATT&CK rather than agent instructionsFree / open source

What this trend reveals

F3 Fraud Skills Are First-to-Market

94 fraud-relevant skills mapped to MITRE F3 v1.1 — released only weeks ago — give this repo an early-mover advantage in cyber-fraud AI workflows.

Cross-check F3 technique IDs in the skill frontmatter against the MITRE CTID STIX bundle for completeness.

Platform-Agnostic Distribution

agentskills.io compatibility means skills can be consumed by 26+ AI platforms, making this a potential standard reference corpus for the agent ecosystem.

Test skill loading on 2–3 target platforms (Claude Code, Cursor, Gemini CLI) to confirm interoperability.

Best next action

Spot-check three skills relevant to your stack

Clone the repo, open skills from three different subdomains, and evaluate whether the workflows, tool references, and framework mappings meet your team's quality bar.

  1. Run `git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git`
  2. Pick one skill each from threat-hunting, cloud-security, and incident-response subdomains
  3. Review the YAML frontmatter for framework mapping accuracy
  4. Assess whether the workflow steps reference tools and commands you actually use
  5. If quality meets your bar, test loading a skill into your preferred AI agent platform

RepoDaily verdict

An ambitious, well-structured skills corpus that fills a real gap in agent-ready security knowledge. The six-framework mapping and early F3 coverage are genuine differentiators. Treat it as a strong starting point — not a certified playbook — and review individual skills before production use.

Sources