Analyze dependencies for known security vulnerabilities and outdated versions. Use when auditing third-party libraries. Trigger with 'check dependencies', 'scan for vulnerabilities', or 'audit packages'.
5.8
Rating
0
Installs
Security
Category
This skill provides a solid foundation for dependency security scanning with clear use cases and workflow. The description adequately covers when to invoke the skill ('check dependencies', 'scan for vulnerabilities', 'audit packages'). The SKILL.md references scripts (dependency_check.sh, vulnerability_report_parser.py, license_compliance_checker.py) that presumably contain implementation details. Structure is reasonably clear with distinct sections for overview, examples, and best practices. However, novelty is moderate - dependency scanning is a well-established task that standard CLI tools (npm audit, pip-audit, OWASP Dependency-Check) can handle relatively easily. The skill adds value through integration and reporting automation, but doesn't represent a highly complex or cost-saving capability compared to direct CLI usage. The generic security sections (compliance frameworks like GDPR/HIPAA) seem somewhat disconnected from the core dependency scanning focus, creating minor scope confusion.
Loading SKILL.md…