Run2 trivy audit
Run Trivy in offline mode to identify high and critical vulnerabilities in package-lock.json with specific flag usage.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_trivy_auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 143 tokens by cl100k_base, as published. Nobody here has run it
Trivy Offline Audit (Improved)
Use this skill to scan package-lock.json for HIGH/CRITICAL vulnerabilities.
Usage
- Database: Trivy uses its own local DB. Ensure the DB is updated (
trivy --download-db-only). - Execution: Use
trivy fsto scan the lock file.trivy fs --cache-dir /root/.cache/trivy --severity HIGH,CRITICAL --format json --output report.json . - Important: Do not use
--offlineas it prevents the scanner from accessing local database paths correctly in some versions. Rely on the cached DB.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.