html-ppt
Pass
Audited by Gen Agent Trust Hub on Jun 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides utility scripts for presentation management.
scripts/new-deck.shscaffolds presentation folders and rewrites asset paths.scripts/render.shexecutes a headless Google Chrome instance to generate PNG screenshots of slides via thefile://protocol.- [EXTERNAL_DOWNLOADS]: Presentation templates utilize well-known external services for functionality and styling.
- Fetches web fonts from
fonts.googleapis.comandfonts.gstatic.com. - Loads JavaScript libraries including Chart.js and Highlight.js from
cdn.jsdelivr.netand Lucide fromunpkg.com. - [DYNAMIC_EXECUTION]: The skill employs dynamic loading for local assets and external modules.
assets/animations/fx-runtime.jsdynamically loads local animation scripts from theassets/animations/fx/directory at runtime using thedocument.createElement('script')pattern.- The
guizang-magazineandguizang-swisstemplates use dynamic JavaScript imports (await import(...)) to load the Motion One library from the jsDelivr CDN.
Audit Metadata