owasp-security

Solid

Use when reviewing code for security vulnerabilities, implementing authentication/authorization, handling user input, or discussing web application security. Covers OWASP Top 10:2025, ASVS 5.0, LLM Top 10 (2025), and Agentic AI security (2026).

AI & Automation 359 stars 32 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
85
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OWASP Security Best Practices Skill Apply these security standards when writing or reviewing code. **Reference files** (load on demand): - [`reference/languages.md`](reference/languages.md) — per-language security quirks with unsafe/safe examples for 20+ languages. - [`reference/owasp-report.md`](reference/owasp-report.md) — comprehensive deep-dive on every OWASP 2025–2026 standard. ## Quick Reference: OWASP Top 10:2025 | # | Vulnerability | Key Prevention | |---|---------------|----------------| | A01 | Broken Access Control | Deny by default, enforce server-side, verify ownership | | A02 | Security Misconfiguration | Harden configs, disable defaults, minimize features | | A03 | Software Supply Chain Failures | Lock versions, verify integrity, audit dependencies | | A04 | Cryptographic Failures | TLS 1.2+, AES-256-GCM, Argon2/bcrypt for passwords | | A05 | Injection | Parameterized queries, input validation, safe APIs | | A06 | Insecure Design | Threat model, rate limit, design security controls | | A07 | Authentication Failures | MFA, check breached passwords, secure sessions | | A08 | Software or Data Integrity Failures | Sign packages, SRI for CDN, safe serialization | | A09 | Security Logging and Alerting Failures | Log security events, structured format, alerting | | A10 | Mishandling of Exceptional Conditions | Fail-closed, hide internals, log with context | ## Before Reporting a Finding A pattern match is not a vulnerability. The most common failure mode in au...

Details

Author
agamm
Repository
agamm/claude-code-owasp
Created
7 months ago
Last Updated
1 months ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category