Graduation Skill
Security checks across malware telemetry and agentic risk
Overview
The skill's code and instructions match its stated purpose (generating prototypes and fixing Word formats); there are minor implementation inconsistencies but nothing that indicates covert or unrelated behavior.
This skill appears to do what it says: generate PDF prototypes and fix Word formatting locally. Before installing or running: 1) Run the scripts in a controlled environment (virtualenv) and inspect the code yourself — they only read/write local docx/pdf files. 2) Note two small inconsistencies you'll likely want to fix: the SKILL.md quick command uses PyPDF2 for merging but PyPDF2 is not listed as an install package (add it if you need merge functionality), and one example in SKILL.md refers to generate_prototype.py while the actual file is generate_prototypes.py. 3) The font registration uses a Windows font path (C:\Windows\Fonts\STXIHEI.TTF) — on non-Windows systems you may need to change the font or install equivalent fonts. 4) As always, avoid running on sensitive documents until you're comfortable with the tool and consider testing on sample files first.
SkillSpector
SkillSpector findings are pending for this release.
VirusTotal
66/66 vendors flagged this skill as clean.
