What problem does it solve? Security vulnerabilities like injection, broken access control, and insecure deserialization slip into code when developers lack a structured, current checklist. This Skill applies OWASP Top 10:2025, ASVS 5.0, the LLM Top 10 (2025), and Agentic AI security guidance directly during code writing and review. ## Core Features & Use Cases - OWASP Top 10:2025 checklist: Covers broken access control, injection, cryptographic failures, supply chain risks, and fail-closed error handling with safe/unsafe code patterns. - LLM and agent security: Provides mitigations for prompt injection, excessive agency, improper output handling, memory poisoning, and rogue agents when building AI systems. - Language-specific quirks: A references file details per-language pitfalls for 20 languages including Python, JavaScript, Java, Go, Rust, PHP, and C/C++. - Use Case: While implementing a login endpoint, ask the agent to review it; the Skill checks password hashing (Argon2/bcrypt), session entropy, rate limiting, and authorization enforcement against ASVS levels. ## Quick Start Ask the agent to review the authentication module in this repository for OWASP Top 10 vulnerabilities and suggest fixes.