Open
Conversation
Adds comprehensive plugin for dependency vulnerability scanning with: - Trivy (universal scanner for containers, filesystems, repos) - Grype (focused vulnerability scanner by Anchore) - npm audit (built-in Node.js scanner with auto-fix) - bun audit (built-in Bun.js scanner) - pip-audit (Python scanner, supports uvx for uv users) Commands: - /vuln-scan: Run vulnerability scans with auto-detection - /vuln-setup: Install and configure scanning tools - /vuln-compare: Compare tools to choose the right one - /vuln-ci-workflow: Generate GitHub Actions workflows https://claude.ai/code/session_01YTRyLsj2WE2CvqV3pDJQN9
18 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
dep-vulnerability-scannerplugin that provides comprehensive dependency vulnerability scanning capabilities using industry-standard tools.Changes
.claude-plugin/marketplace.jsonplugin.jsonwith plugin information/vuln-scan- Auto-detect project type and run appropriate vulnerability scanner/vuln-setup- Install and configure scanning tools on the system/vuln-compare- Compare different scanning tools to help users choose the right one/vuln-ci-workflow- Generate GitHub Actions workflows for automated scanningKey Features
Implementation Details
https://claude.ai/code/session_01YTRyLsj2WE2CvqV3pDJQN9