Agent Skills: security-audit

Procedure for analyzing code or dependencies for vulnerabilities

UncategorizedID: cpa03/blueprintify/security-audit

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/security-audit

Skill Files

Browse the full folder contents for security-audit.

Download Skill

Loading file tree…

.opencode/skill/security-audit/SKILL.md

Skill Metadata

Name
security-audit
Description
Procedure for analyzing code or dependencies for vulnerabilities

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.
security-audit Skill | Agent Skills