doc-pptx
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions include the use of command-line utilities for document conversion and preview generation.
- Mentions the use of
libreoffice --headlessandunoconvto convert.pptxfiles to.pdfor.jpgformats for visual quality assurance. - Instructions for environment setup include
npm install pptxgenjsandnpm install sharp(viarequire('sharp')in code patterns). - [EXTERNAL_DOWNLOADS]: The skill references external official resources and dependencies required for its functionality.
- Links to the official PptxGenJS documentation (
gitbrent.github.io/PptxGenJS/) and the Pretendard font repository (github.com/orioncactus/pretendard). - References Google Fonts for the Lora and Poppins typefaces.
- [REMOTE_CODE_EXECUTION]: The skill functions by generating JavaScript code patterns intended for execution within the agent's environment to interact with the
pptxgenjslibrary. - This dynamic code generation is based on static templates provided in the reference files (e.g.,
references/pptxgen-code-patterns.md) and is used to create the final presentation file. - [PROMPT_INJECTION]: The skill implements a 'AI Slop Review' gate designed to detect and remove common AI-generated linguistic patterns (e.g., 'Reimagine your X', 'Transform the way you X') to improve output quality.
- It integrates with internal vendor skills such as
moai-coworker:ai-slop-reviewerandmoai-writer:korean-humanizefor refined text processing.
Audit Metadata