document-hub
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runto call external system tools likeffmpeg(for media processing) andsoffice(for Word-to-PDF conversion). These calls are performed using argument lists rather than shell strings, following security best practices to prevent injection. \n- [COMMAND_EXECUTION]: Thecheck_deps.pyscript usessubprocess.check_callto runpip installfor dependency management. This action is gated behind an interactive prompt requiring user consent. \n- [EXTERNAL_DOWNLOADS]: The skill includes functionality to download necessary libraries from the official Python Package Index (PyPI) to ensure required tools are available for document and media processing. \n- [DYNAMIC_EXECUTION]: The skill usesimportliband__import__to dynamically verify dependency availability and to load local integration modules for Feishu. This logic is restricted to local paths and standard library checks. \n- [INDIRECT_PROMPT_INJECTION]: While the skill processes untrusted document content, it relies on standard parsing libraries such aspdfplumber,pandas, andpython-docxto extract text and data safely.
Audit Metadata