Agent skill
vulnerability-assessment-skill
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:
- Run
npm auditor equivalent - Review findings by severity
- Document Critical/High findings
- Create issues for remediation
- 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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?