sca-runner
Installation
SKILL.md
SCA Runner
Wrapper for npm audit and Trivy to perform Software Composition Analysis.
Prerequisites
At least one of these tools must be installed:
# npm audit (built into npm)
npm --version
# Trivy (recommended for multi-language support)
brew install trivy
# or
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin