agentsclimarketplace

Run2 trivy audit

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-flash-lite-preview/dependency-vulnerability-check/run2_trivy_audit

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_trivy_audit

Assembled 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

  1. Database: Trivy uses its own local DB. Ensure the DB is updated (trivy --download-db-only).
  2. Execution: Use trivy fs to scan the lock file.
    trivy fs --cache-dir /root/.cache/trivy --severity HIGH,CRITICAL --format json --output report.json .
    
  3. Important: Do not use --offline as it prevents the scanner from accessing local database paths correctly in some versions. Rely on the cached DB.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.