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

Usage

Installs
1
GitHub Stars
3
First Seen
Jun 29, 2026
sca-runner — naporin0624/claude-web-audit-plugins