awesome-claude-security
Health Warn
- License — License: GPL-3.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude code skills, agents, memory, profiles to accomplish cybersecurity tasks, projects, jobs with ease. claude-code, claude-plugin, claude-code-plugin, marketplace, security, genai-security.
awesome-claude-security
A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy.
Docs site · Quick install · Getting started · What's inside · Taxonomy · Roadmap · Recipes · Contributing
A pentester knows which OWASP test bends a broken-access-control endpoint. An analyst knows which Sigma rule catches Kerberoasting. A red-teamer knows which payload coaxes an LLM past its guardrails, and a CISO knows how to turn that finding into board-ready risk. Your Claude Code doesn't — until you install the plugins that teach it.
Everything installs à la carte — one repo, but you install only the plugins you want, never "the whole thing." Want only LLM red-teaming? Install llm-security. Only threat modeling? Install threat-modeling.
Prefer a ready-made stack? Install a bundle and it auto-pulls its parts: a role bundle like pentester, or a domain suite like genai-suite. Granular and bundled both come from the same catalog — see docs/BUNDLES.md.
Stable:
v1.0.0. The marketplace, taxonomy, templates, and a full first wave of 43 plugins are shipped and installable — see the roadmap for what's next. This is a community project; it is not affiliated with or endorsed by Anthropic. Contributions welcome — see CONTRIBUTING.
Quick install
In any Claude Code session:
/plugin marketplace add jassics/awesome-claude-security
/plugin install llm-security@awesome-claude-security
Then invoke a skill, e.g. /llm-security:owasp-llm-top10, or just describe your task and let Claude pick the right skill/agent. Full instructions: docs/INSTALL.md.
New here? docs/RECIPES.md shows end-to-end workflows — web pentest, incident response, vuln triage, design review, securing a GenAI feature — each chaining the right skills (and role bundles ship a one-shot command, e.g. /pentester:engagement).
What's inside
Plugins are grouped into four buckets (see the full taxonomy):
| Bucket | What it is | Examples |
|---|---|---|
| Core | Cross-cutting capabilities every security task reuses | security-diagramming, security-reporting, integrations (Jira/Confluence/Drive) |
| Domain | Deep skillsets per security discipline | threat-modeling, web/mobile/cloud/k8s/network/infra security, SAST-SCA, OSINT, DFIR, detection engineering |
| GenAI security | Protecting AI/LLM systems from attackers | llm-security, RAG security, agentic-AI security, multimodal security |
| AI safety | Preventing AI systems from causing harm (a distinct discipline — see why) | ai-safety, ai-safety-engineer |
| Role | Persona bundles that combine domains + workflow | pentester, ai-safety-engineer, security analyst, engineer, architect, GRC, blue team, SOC/SIEM, CISO/CTO |
Shipped today (43 plugins)
Core
security-diagramming(attack trees, DFDs, architecture diagrams, mindmaps, infographics)security-reporting(findings, pentest reports, exec summaries, CVSS)security-integrations(publish to Jira/Confluence/Drive)security-knowledge(ATT&CK / OWASP / framework reference packs).
Domain
threat-modeling(STRIDE/PASTA)web-app-security(OWASP Web Top 10, access control, injection)api-security(OWASP API Top 10, BOLA/BFLA)mobile-security(MASVS/MASTG)sast-sca(static analysis + dependency/SBOM)network-security(network pentest, segmentation, protocols)osint(footprinting, exposure discovery, recon)cloud-security(AWS/Azure/GCP posture, IAM, misconfig)k8s-security(CIS/4Cs, RBAC, pod hardening)infrastructure-security(IaC review, host hardening, secrets)detection-engineering(Sigma/YARA, ATT&CK coverage, threat hunting)dfir(incident response, forensic triage, IOCs)threat-intelligence(CTI lifecycle, IOC enrichment, actor profiling)vulnerability-management(triage, CVSS/EPSS/KEV prioritization, remediation SLAs)supply-chain-security(dependency trust, SLSA/Sigstore provenance, CI/CD integrity)claude-config-security(audit the Claude Code config itself — hooks/MCP/permissions/skills — via theagentscannerCLI).
GenAI security
llm-security(OWASP LLM Top 10, prompt injection)rag-security(retrieval poisoning, isolation)agentic-ai-security(tool-permission audit, autonomy boundaries)multimodal-security(cross-modal injection)mlops-security(ML supply chain, pipeline security, model serving).
AI safety (≠ security — see why)
ai-safety(harm modeling, safety evals, responsible red-team, bias/fairness, guardrails, RAI governance).
Roles (auto-install their stack)
pentesterred-team(adversary emulation, ATT&CK)blue-team(threat-informed defense + purple teaming)soc-siem(alert triage, monitoring)security-analyst(investigation & analysis, T2/T3)security-architect(secure-by-design, design review)security-engineer(DevSecOps, harden, secure pipelines)ai-safety-engineerresponsible-ai-officer(AI governance, EU AI Act risk-tiering).- [
grc][plugins/grc]
Executive (strategic tier)
ciso-toolkit(security strategy, cyber-risk quantification, board decks)cto-security(secure-by-design at scale, tech-risk assessment).
Suites (one-shot bundles)
genai-suite(all GenAI security)appsec-suite(web+api+mobile+SAST/SCA)cloud-suite(cloud+k8s+infrastructure)blueops-suite(detection+dfir+threat-intel)ai-safety-suite(safety + GenAI security together).
The roadmap is fully shipped — see it for how the buckets fit together and where the project goes next.
Security vs. safety: the GenAI plugins protect AI systems from attackers;
ai-safetyprevents AI systems from causing harm even absent an attacker. They're complementary — most AI features need both.
Built-in capabilities
Several features are designed to be shared across every plugin:
- Diagrams & visuals — Excalidraw diagrams, mindmaps, attack trees, and infographics via
security-diagramming. - Reporting — repeatable report generation via
security-reporting, from a single finding to a board deck. - Integrations — push findings, reports, and diagrams to Jira, Confluence, and Google Drive (roadmap:
security-integrations, leveraging the matching MCP servers).
Repository layout
.
├── .claude-plugin/marketplace.json # the marketplace catalog
├── plugins/<plugin-name>/ # one installable plugin per directory
│ ├── .claude-plugin/plugin.json
│ ├── skills/<skill>/SKILL.md
│ ├── agents/<agent>.md
│ └── README.md
├── templates/ # copy-to-start scaffolds for new plugins
└── docs/ # taxonomy, roadmap, install, authoring guides
Contributing
This is meant to be a community resource. New domains, roles, skills, and agents are very welcome — start from templates/ and read CONTRIBUTING.md and docs/AUTHORING.md.
Scope & ethics
These assets are for authorized security testing, defensive security, detection, GRC, education, and CTF use. Skills assume you have permission to test the systems involved. See CONTRIBUTING.md.
License
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found