owasp▌
4 indexed skills · max 10 per page
owasp-security
hoodini/ai-agents-skills · Productivity
Comprehensive guide to preventing OWASP Top 10 vulnerabilities with code examples. \n \n Covers all 10 categories with prevention patterns: access control, cryptography, injection, design flaws, misconfiguration, vulnerable dependencies, authentication, data integrity, logging, and SSRF \n Includes production-ready TypeScript/Node.js code examples for each vulnerability type, from parameterized queries to secure password hashing and JWT token management \n Provides practical implementations for
owasp-top-10
nickcrew/claude-ctx-plugin · Productivity
Expert guidance for identifying, preventing, and remediating OWASP Top 10 web application security risks. \n \n Covers all 10 critical vulnerabilities ranked by severity, including broken access control, cryptographic failures, injection, insecure design, and security misconfiguration \n Provides detailed reference files for each vulnerability category with vulnerable and secure code patterns, detection methods, and remediation strategies \n Includes a structured security audit workflow covering
owasp-security
agamm/claude-code-owasp · Productivity
Apply these security standards when writing or reviewing code.
owasp-security-check
sergiodxa/agent-skills · Productivity
Security audit framework for web applications and REST APIs covering OWASP Top 10 vulnerabilities. \n \n 20 rules organized across 5 categories: Authentication & Authorization, Data Protection, Input/Output Security, Configuration & Headers, and API & Monitoring \n Covers critical vulnerabilities including injection attacks, broken access control, cryptographic failures, CSRF, SSRF, and insecure deserialization with code examples for both vulnerable and secure patterns \n Includes