pptx
Warn
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONMETADATA_POISONINGINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The
scripts/office/soffice.pyscript contains an embedded C source that is compiled at runtime usinggcc. The resulting shared library is loaded viaLD_PRELOADto intercept system socket calls when running LibreOffice. While used for environment compatibility, runtime compilation and process injection are high-risk capabilities. - [METADATA_POISONING]: There is an inconsistency between the declared author ('new-career-begin') and the copyright holder specified in the
LICENSE.txtfile. This mismatch in attribution metadata is potentially misleading. - [INDIRECT_PROMPT_INJECTION]: The skill reads and converts untrusted PowerPoint files, feeding the resulting text and visual data back into the agent context. Without explicit sanitization or instructions to ignore embedded commands, this provides a surface for indirect prompt injection.
- [COMMAND_EXECUTION]: The skill executes external system binaries, including
soffice,git, andpdftoppm, throughsubprocess.run(). This reliance on system-level command execution across various scripts increases the potential attack surface.
Audit Metadata