Claude Code Plugins

Community-maintained marketplace

Feedback

Security Scanner

@databayt/hogwarts
1
0

OWASP compliance

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Security Scanner
description OWASP compliance
version 1.0.0
category security

Security Scanning Skill

OWASP Top 10

  1. Access Control - Auth + RBAC
  2. Cryptographic - HTTPS + encryption
  3. Injection - Validation + parameterized queries
  4. Insecure Design - Security by design
  5. Misconfiguration - Secure headers
  6. Vulnerable Components - npm audit
  7. Auth Failures - Strong passwords + MFA
  8. Integrity - Dependency verification
  9. Logging - Comprehensive logs
  10. SSRF - URL validation

Checklist

  • All OWASP Top 10 addressed