agamm/claude-code-owasp
285 stars · Last commit 2026-06-28
Claude Code skill for OWASP security best practices (2025-2026). Includes Top 10:2025, ASVS 5.0, Agentic AI security, and 20+ language-specific security quirks.
README preview
# OWASP Security Skill for Claude Code A Claude Code skill providing the latest OWASP security best practices (2025-2026) for developers building secure applications. ## Quick Install The skill is a directory (`SKILL.md` plus on-demand `reference/` files), so install the whole folder. The easiest way is [`degit`](https://github.com/Rich-Harris/degit), which copies a GitHub subdirectory without the `.git` history: ```bash npx degit agamm/claude-code-owasp/.claude/skills/owasp-security .claude/skills/owasp-security ``` Or install globally for all projects: ```bash npx degit agamm/claude-code-owasp/.claude/skills/owasp-security ~/.claude/skills/owasp-security ```