frontend-slides
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/extract-pptx.py) to extract content from PowerPoint files. This script uses the legitimatepython-pptxlibrary and is executed locally for the specific purpose of slide conversion. - [REMOTE_CODE_EXECUTION]: The instructions suggest installing dependencies via
pip install python-pptxandpip install Pillowto support image processing and PPTX extraction. These are well-known, standard libraries for the described tasks. - [DATA_EXPOSURE]: The skill includes an optional inline editing feature that saves user changes to
localStorage. This is a standard web development practice for persistence in single-file applications and does not transmit data externally. - [SAFE]: The skill enforces 'Zero Dependencies' for the generated output, ensuring that the resulting HTML presentations are self-contained and do not fetch external scripts (aside from CSS fonts from trusted providers like Google Fonts or Fontshare).
Audit Metadata