← Back to registry
🛡️

Security Auditor

Scans code for OWASP top 10 vulnerabilities and generates detailed remediation reports with suggested code fixes.

by secureSam · published 2025-10-30

安全工具开发工具
25.9k
Total Installs
★ 487
Stars
2026-03
Last Updated
// INSTALL COMMAND
$ claw add gh:secureSam/security-auditor

Security Auditor

Comprehensive security scanning skill for your codebase.

Checks

  • SQL Injection
  • XSS vulnerabilities
  • CSRF issues
  • Insecure dependencies
  • Secrets in code
  • Auth/authz flaws
  • Usage

    claw run security-auditor --path ./src
    claw run security-auditor --file ./api/routes.ts --format json
    View on GitHub
    // COMMENTS (0)
    Sign in with GitHub to leave a comment.
    // RELATED SKILLS