Scans the project for OWASP Top 10 security vulnerabilities and generates a report with findings and remediation advice.
How this command is triggered — by the user, by Claude, or both
Slash command
/owasp-compliance-checker:check-owaspThe summary Claude sees in its command listing — used to decide when to auto-load this command
# TITLE_PLACEHOLDER CONTENT_PLACEHOLDER
CONTENT_PLACEHOLDER
16plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 16 plugins
npx claudepluginhub luxdevnet/claude-plus-lux --plugin owasp-compliance-checker/check-owaspScans the project for OWASP Top 10 security vulnerabilities and generates a report with findings and remediation advice.
/owasp-checkRuns a structured OWASP Top 10 (2021) security review against the whole codebase or a specified component, reporting findings with severity and remediation guidance.
/security-scanScans codebase for vulnerabilities, hardcoded secrets, OWASP Top 10 compliance, and security best practices violations. Produces report with issues and fix recommendations.
/check-owaspCheck application against OWASP Top 10 and identify gaps in critical security controls.
/scanPerforms a comprehensive security audit — detects vulnerabilities, scans dependencies, checks OWASP Top 10, and generates a structured severity report. Also supports targeted scans (deps, headers, auth).
/security-scanScans the codebase for OWASP Top 10 and common security vulnerabilities across categories such as injection, authentication, and misconfiguration.