Agent skill

security-audit

Procedure for analyzing code or dependencies for vulnerabilities

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/security-audit-cpa03-blueprintify

SKILL.md

Procedure

  1. Run npm audit.
  2. Scan for hardcoded secrets using grep.
  3. Review authentication/authorization logic in changed files.
  4. Check for injection risks (SQLi, XSS) in inputs.
  5. Report findings to docs/findings.md or fix if critical.

Didn't find tool you were looking for?

Be as detailed as possible for better results