bug-reporting
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The provided Python scripts, such as
batch_convert_templates.pyand the variousconvert_to_*.pywrappers, usesubprocess.callto invoke local formatting utilities. These executions are securely implemented using a list-based argument structure and the current Python interpreter (sys.executable), which is standard practice for modular command-line toolsets operating on local files. - [SAFE]: The skill's core functionality is centered on documentation and template management. The parsing logic for various file formats (including JSON, CSV, and XML-based Office formats) uses standard libraries and processes data locally without any evidence of remote communication, unauthorized file access, or persistence mechanisms.
Audit Metadata