Agent skill

vulnerability-assessment-skill

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/vulnerability-assessment-skill

SKILL.md

Vulnerability Assessment Skill

=== PURPOSE ===

Procedures for scanning dependencies and assessing vulnerabilities.

=== USED BY ===

Agent Purpose
@agent(security-lead) @ref(CB-AGENT-SECURITY-001) Primary skill for vulnerability work

=== PROCEDURE: Dependency Scan ===

Steps:

  1. Run npm audit or equivalent
  2. Review findings by severity
  3. Document Critical/High findings
  4. Create issues for remediation
  5. Track CVE references

Severity Priority:

  • Critical: Fix immediately
  • High: Fix within 24 hours
  • Medium: Fix within 1 week
  • Low: Track for next release

=== PROCEDURE: CVE Tracking ===

Document each CVE:

  • CVE ID
  • Affected package
  • Severity score (CVSS)
  • Remediation status

=== RELATED SKILLS ===

Skill Relationship
@skill(security-review) Review context
@skill(compliance-check) Compliance implications

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results