slide-design
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a triage script (
scripts/check_slide_layout.py) that executes standard LaTeX and PDF tools (latexmk, pdftotext, pdftoppm) to verify slide layout. These commands are executed using the subprocess module with list-based arguments and no shell invocation, which is the recommended secure practice to prevent command injection. - [SAFE]: The skill does not contain any obfuscated code, data exfiltration patterns, or persistence mechanisms. All external references target documentation or templates on the author's personal domain, and the skill's operations are confined to processing slide source files as intended.
Audit Metadata