Run2 trivy audit
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
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.
What its author says it does
Copied from the file, not written here
Run Trivy in offline mode to identify high and critical vulnerabilities in package-lock.json with specific flag usage.
SKILL.md
0.7 KB, 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.