agentsclimarketplace

Run3 security report generation

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/dependency-vulnerability-check/run3_security_report_generation

[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 run3_security_report_generation

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

Construct the final CSV output file ensuring strict column compliance with the security audit requirements.

SKILL.md

0.7 KB, 117 tokens by cl100k_base, as published. Nobody here has run it

  1. Define the header row: Package,Version,CVE_ID,Severity,CVSS_Score,Fixed_Version,Title,Url
  2. Iterate through the normalized vulnerability list generated by dependency_vulnerability_scanner.
  3. Escape any special characters (like commas) within the Title or Url fields using double quotes to maintain CSV integrity.
  4. Write the header and the rows to /root/security_audit.csv.
  5. Perform a final verification to confirm the total number of columns equals 8 and all HIGH/CRITICAL vulnerabilities are included.

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.