tightened-slide
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a robust local workflow for generating HTML slide decks based on a fixed set of registered layouts (S01-S22).
- [COMMAND_EXECUTION]: The skill uses standard file system commands (
mkdir,cp) to initialize the deck workspace and executes a local Node.js script (scripts/validate-deck.mjs) to verify the structural integrity of the output. Both are legitimate uses within the scope of a build tool. - [EXTERNAL_DOWNLOADS]: The
assets/template.htmlfile fetches font assets from Google Fonts (fonts.googleapis.com), which is a well-known and trusted service. - [SAFE]: The bundled animation library
assets/motion.min.jsis a minified version of a standard open-source library (Framer Motion) and contains no signs of malicious logic or unauthorized network activity. - [SAFE]: No prompt injection, obfuscation, or persistence mechanisms were detected in the skill's instructions or supporting files.
Audit Metadata