pptx-reference-deck-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements robust XML security measures.
- It uses the
defusedxmllibrary for all ElementTree and minidom parsing. - Entity expansion and DTD loading are disabled, preventing XXE and Billion Laughs attacks.
- [SAFE]: Archive processing is secured against resource exhaustion.
- The
_validate_archiveand_validate_membersfunctions enforce strict limits on ZIP member count, uncompressed size, and compression ratios to defend against decompression bombs. - Symlinks within the archive are detected and rejected to prevent unauthorized file system access.
- [SAFE]: File system interactions are restricted to the local workspace.
- The
_workspace_pathutility ensures all input and output paths are relative to the current working directory, preventing directory traversal attacks. - [SAFE]: No data exfiltration or network activity was identified.
- The scripts perform all analysis locally and do not utilize any networking libraries or external command-line tools like curl or wget.
Audit Metadata