The Claude Bible
Home / Skills library / Security
Category · 31 skills

Security Claude Code skills

31 curated skills in the Security category, from official Anthropic skills to community collections and marketplace picks. Free, with the source and install command for each.

31 skills
trailofbits/skills
Community collectionSecurity

Professional-grade security skills marketplace from Trail of Bits: 17 skills spanning differential code review, fix verification, Semgrep rule creation, supply-chain risk audit, constant-time/crypto analysis, malware/reverse engineering and smart-contract audit.

github.com/trailofbits/skills
Snyk agent-scan (ex Invariant Labs mcp-scan)
Community collectionSecurity

Reference open-source scanner for installed MCP servers and Claude skills: detects 15+ risks (prompt injection, tool poisoning/shadowing, rug pulls via tool-hash pinning, malware payloads, hardcoded secrets, toxic flows); skills are scanned by default, legacy invocation was 'uvx mcp-scan@latest --skills'.

github.com/invariantlabs-ai/mcp-scanuvx snyk-agent-scan@latest (or point it at ~/.claude/skills); legacy: uvx mcp-scan@latest
Snyk Agent Scan Skill Inspector (web)
Community collectionSecurity

Paste a skill URL into a browser tool to get Snyk's LLM-judge plus deterministic-rule verdict BEFORE installing anything locally; same engine that scans skills.sh submissions at install time.

NVIDIA SkillSpector
Community collectionSecurity

The heavyweight open-source skill scanner: 68 vulnerability patterns across 17 categories (prompt injection, anti-refusal, exfiltration, privilege escalation), YARA malware signatures, live CVE lookups via OSV.dev, AST analysis, optional LLM semantic pass, SARIF/JSON output, can run as an MCP server; scans local dirs, git URLs, or zips.

github.com/nvidia/skillspectoruv tool install git+https://github.com/NVIDIA/skillspector.git (Docker also supported)
NVIDIA Verified Agent Skills + Skill Cards
Community collectionSecurity

Governance layer shipped 2026-05-22: machine-readable YAML/JSON Skill Cards (builder identity, API dependencies, scan results) plus cryptographic signing of the whole skill directory via the OpenSSF Model Signing standard, verifiable with NVIDIA's root certificate; catalog still sparse (cuOpt first).

byteiota.com/nvidia-verified-agent-skills-skillspector-a
Clawdex (Koi Security)
Community collectionSecurity

Pre-installation and retroactive scanner from the team that uncovered ClawHavoc: checks a skill against Koi's malicious-skill database before install and sweeps already-installed skills for known-bad matches.

www.koi.ai/blog/clawhavoc-341-malicious-clawedbot-skillsskill on ClawHub marketplace or via clawdex.koi.security
SkillShield
Community collectionSecurity

Instruction-layer scanner: analyzes the natural-language SKILL.md directions (intent, permission scope vs need, persistent behavior modification, exfiltration vectors) rather than only code, claiming about 2.4x more threats caught than static analysis alone; complementary to mcp-scan.

SkillFortify (qualixar)
Community collectionSecurity

Formal-verification-flavored scanner with SBOM generation and supply chain checks (unauthorized capability access, dependency conflicts, trust scores) across 22 agent frameworks including Claude Code Skills, MCP, LangChain, CrewAI.

github.com/qualixar/skillfortifypip install skillfortify
skillscan-security (kurtpayne)
Community collectionSecurity

Independent scanner for skills and MCP tool bundles combining prompt-injection detection, IOC matching, malware detection, and an ML classifier; useful as a second engine in a multi-scanner pipeline (seen in search listing only, not fetched in depth).

github.com/kurtpayne/skillscan-security
toxicskills-goof (snyk-labs)
Community collectionSecurity

Deliberately malicious skill corpus from the ToxicSkills study: use it in quarantine to benchmark whether your own vetting pipeline actually catches real payload patterns before trusting it.

github.com/snyk-labs/toxicskills-goof
OWASP Agentic Skills Top 10
Community collectionSecurity

Emerging taxonomy of skill-specific risks (AST01 Malicious Skills is critical severity) with per-platform checklists for Claude Code, OpenClaw, Cursor, VS Code and mitigations (ed25519 signing, behavioral scanning, sandboxed execution, audit logging); incubator status, last updated March 2026.

owasp.org/www-project-agentic-skills-top-10/ast01reference document, nothing to install
SkillDetonate (HKUST research)
Community collectionSecurity

Dynamic detonation auditor from the July 2026 'Cloak and Detonate' paper: runs a suspect skill in an instrumented sandbox and watches runtime behavior, detecting 97% of SkillCloak-obfuscated attacks at 2% false positives where every static scanner tested was largely blind.

thehackernews.com/2026/07/new-skillcloak-technique-lets-research artifact accompanying the paper
SkillVetBench
Community collectionSecurity

Benchmark for skill-vetting pipelines: stage one does semantic vetting of the SKILL.md specification for hidden malicious intent, stage two executes flagged skills in an instrumented sandbox; use it to compare scanner quality claims.

arxiv.org/pdf/2606.00925arXiv paper + artifacts
SkillSieve
Community collectionSecurity

Hierarchical triage framework (research) for detecting malicious AI agent skills at marketplace scale, a cheap-first/expensive-later pipeline design worth copying if you vet many skills.

Anthropic security-guidance plugin
Community collectionSecurity

Official free plugin that autonomously reviews code edits, model outputs, and commits in real time for vulnerabilities (Anthropic reports 30-40% fewer security comments on PRs); code security rather than skill vetting, but part of the same hardening wave.

www.securityweek.com/anthropic-releases-new-claude-sandb
Anthropic self-hosted sandbox (public beta)
Community collectionSecurity

Moves agent tool execution into user-controlled infrastructure (own infra or Cloudflare, Daytona, Modal, Vercel), announced at Code w/ Claude London May 2026: the isolation layer that makes running unvetted skills survivable.

www.securityweek.com/anthropic-releases-new-claude-sandbpublic beta, configured per Anthropic docs
CSA Agentic MCP Security Best Practices
Community collectionSecurity

Cloud Security Alliance governance guide for MCP and agent-skill deployments: policy-level companion to the hands-on scanners for anyone formalizing a vetting process.

Antiy CERT ClawHavoc IOC set
Community collectionSecurity

Retro-hunting material for the ClawHavoc campaign: 14 malicious file hashes, 5 C2 IPs (incl. 91.92.242.30), domains (socifiapp.com), and the 12 attacker author IDs; sweep any skills installed January-February 2026 against it.

Snyk Evo + AI-BOM
Community collectionSecurity

Commercial continuous agent-security orchestration plus an AI bill-of-materials inventory: the enterprise tier above the free agent-scan for teams running many agents and skills.

security-guidance
Anthropic officialSecurity

Security review of Claude-generated code: pattern warnings on edits, LLM diff review on Stop, and a commit reviewer covering injection, XSS, SSRF, secrets, and 25+ vulnerability classes.

github.com/anthropics/claude-plugins-official/tree/main/
VibeSec-Skill
Community collectionSecurity

Guides Claude to write secure code and avoid common vulnerability classes while generating.

github.com/BehiSecc/VibeSec-Skill
ffuf_claude_skill
Community collectionSecurity

Integrates the FFUF web fuzzer and analyzes its results for vulnerabilities during penetration testing.

github.com/jthack/ffuf_claude_skill
owasp-security
Community collectionSecurity

Code review checklists covering OWASP Top 10:2025, ASVS 5.0, and agentic AI security.

github.com/agamm/claude-code-owasp
varlock-claude-skill
Community collectionSecurity

Secure environment variable management so secrets never appear in agent sessions or transcripts.

github.com/wrsmith108/varlock-claude-skill
security-bounty-hunter
Tested in my stackSecurity

Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings.

~/.claude/skills
security-scan
Tested in my stackSecurity

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

~/.claude/skills
security-testing-patterns
Tested in my stackSecurity

Security testing patterns including SAST, DAST, penetration testing, and vulnerability assessment techniques. Use when implementing security testing pipelines, conducting security audits, or validating application security controls.

~/.claude/skills

← Back to the full skills library (504) · Learn to build your own skill

Work with me

This directory and the whole course are my own build.

I am Pierre Bottazzi. Web apps, mobile apps, AI automation, SEO/GEO: first call is free, no strings attached.

Contact me on LinkedInSee sept-tools.comTake the free course