Owasp check
OWASP Top 10 vulnerability scanning and remediationFrom its SKILL.md
npx -y skills add manastalukdar/ai-devstudio --skill owasp-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 324 tokens by cl100k_base, as published. Nobody here has run it
OWASP Top 10 Vulnerability Scanner
I'll scan your application for OWASP Top 10 vulnerabilities and provide remediation guidance for common web security issues.
Arguments: $ARGUMENTS - specific vulnerability category or full scan
OWASP Top 10 (2021) Coverage
Vulnerabilities Checked:
- A01:2021 - Broken Access Control
- A02:2021 - Cryptographic Failures
- A03:2021 - Injection (SQL, NoSQL, Command)
- A04:2021 - Insecure Design
- A05:2021 - Security Misconfiguration
- A06:2021 - Vulnerable Components
- A07:2021 - Authentication Failures
- A08:2021 - Data Integrity Failures
- A09:2021 - Logging & Monitoring Failures
- A10:2021 - Server-Side Request Forgery (SSRF)
Token Optimization
Expected range: 600–1,000 tokens (quick scan), 1,500–3,000 tokens (full scan)
Caching: Caches vulnerability patterns in .claude/cache/owasp-check/patterns/ for 7 days.
Early exit: Returns immediately on critical findings to surface them without scanning low-priority code.
Patterns used: Grep-before-Read, early exit, git diff scope default, caching, progressive disclosure
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.