Leaderboard/Security/claude-code-owasp
Last commit on July 28, 2026·Created on January 30, 2026

agamm/claude-code-owasp

Aligns code reviews and implementation with current OWASP security standards
Combined rank
#584
across all skills
In Security
#22
category rank
Stars
364
+0.8% in last 7d
Forks
33
+3.1% in last 7d
Watchers
8
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a structured framework for Application Security Engineers to automate security reviews. It guides the identification of vulnerabilities in authentication, authorization, and user input handling by applying established industry benchmarks.

The tool incorporates the OWASP Top 10:2025 and ASVS 5.0, while extending coverage to LLM Top 10 (2025) and Agentic AI security standards for 2026.

WHO IT'S FOR
Application Security Engineers
automating security reviews with AI assistants
Backend Engineers
implementing secure authentication and authorization
AI / LLM Application Developers
securing agentic AI and LLM integrations
Full-stack Developers
mitigating injection and data integrity risks
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install in one Claude Code project with degit

Installs: Single project · Claude Code

Before you start
  • npx
  • degit

Run from: Project directory

  1. In a terminal, copy the entire skill folder into the current project's .claude/skills directory.

    npx degit agamm/claude-code-owasp/.claude/skills/owasp-security .claude/skills/owasp-security
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review a small code path for security issues

Uses owasp-security

  • Path to a file or small module to review
Use the owasp-security skill to review <path-to-file-or-small-module> for security issues. Trace whether each suspected issue involves attacker-controlled input, whether the relevant sink is reachable despite existing controls, and what its blast radius is before reporting it.
README.md · Checked Sep 18, 2026.claude/skills/owasp-security/SKILL.md · Checked Sep 18, 2026
Suggested first task

Check an authentication implementation

Uses owasp-security

  • Path to the authentication code
Use the owasp-security skill to assess whether the authentication implementation in <path-to-auth-code> is secure. Focus the first pass on authentication failures, password handling, session security, and any centralized middleware or framework controls that affect the result.
README.md · Checked Sep 18, 2026.claude/skills/owasp-security/SKILL.md · Checked Sep 18, 2026
Suggested first task

Check an AI agent for OWASP agentic risks

Uses owasp-security

  • Path to the AI agent implementation
Use the owasp-security skill to check the AI agent implementation in <path-to-agent-code> for OWASP agentic security risks. Return a concise first-pass review tied to the code provided.
README.md · Checked Sep 18, 2026.claude/skills/owasp-security/SKILL.md · Checked Sep 18, 2026