Scans codebases for OWASP Top 10 web security risks including injections, auth flaws, and misconfigurations. Generates reports with remediation guidance for audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/owasp-compliance-checker:checking-owasp-complianceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Assess web applications against the OWASP Top 10, identifying injection flaws, broken authentication, sensitive data exposure, XXE, access control gaps, and security misconfigurations.
Assess web applications against the OWASP Top 10, identifying injection flaws, broken authentication, sensitive data exposure, XXE, access control gaps, and security misconfigurations.
This skill empowers Claude to assess your project's adherence to the OWASP Top 10 (2021) security guidelines. It automates the process of identifying potential vulnerabilities related to common web application security risks, providing actionable insights to improve your application's security posture.
This skill activates when you need to:
User request: "Check OWASP compliance for SQL injection vulnerabilities."
The skill will:
User request: "/owasp"
The skill will:
This skill can be integrated with other plugins to automate vulnerability remediation or generate comprehensive security reports. For example, it can be used in conjunction with a code modification plugin to automatically apply recommended fixes for identified vulnerabilities.
If security scanning fails:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin owasp-compliance-checkerAudits web applications against OWASP Top 10 (2021) vulnerabilities with quick and deep scan modes, outputting actionable findings per category.
Audits source code against OWASP Top 10 (2021) vulnerabilities — broken access control, injection, SSRF, cryptographic failures, and more. Useful when reviewing application security or checking for common weaknesses.
Scans codebases for OWASP Top 10 vulnerabilities via static analysis: secret exposure, injection flaws, auth/authz gaps, supply-chain risks, misconfigurations, logging failures. Use before deployments, PR merges, auth/payment changes.