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

Construct the final CSV output file ensuring strict column compliance with the security audit requirements.From its SKILL.md

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.

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.