← Back to Browse
Security

VulnShield

Real-time dependency vulnerability scanning with automatic patch suggestions and PR creation.

★★★★★ 4.7 318 reviews
11.4k installs
v3.2.0 Apache-2.0

Install

npx skilldock install vuln-shield

About

VulnShield continuously monitors your dependency tree against CVE databases, NVD, and GitHub Advisory Database. When vulnerabilities are found, it suggests the minimum version bump needed, checks for breaking changes, and can automatically create a PR with the fix.

Usage Example

// CI integration
// .github/workflows/security.yml
steps:
  - uses: actions/checkout@v4
  - run: npx vuln-shield scan --severity high --auto-fix