Run3 security report generation
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run3_security_report_generationAssembled 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
- Define the header row:
Package,Version,CVE_ID,Severity,CVSS_Score,Fixed_Version,Title,Url - Iterate through the normalized vulnerability list generated by
dependency_vulnerability_scanner. - Escape any special characters (like commas) within the
TitleorUrlfields using double quotes to maintain CSV integrity. - Write the header and the rows to
/root/security_audit.csv. - Perform a final verification to confirm the total number of columns equals 8 and all HIGH/CRITICAL vulnerabilities are included.