Run3 security report generation
Construct the final CSV output file ensuring strict column compliance with the security audit requirements.From its SKILL.md
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.
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.