docx
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto interact with external binaries, includingsoffice(for document validation) andgit(for redlining comparison). These calls are constructed using lists for arguments, which is a secure method that prevents shell-based command injection vulnerabilities. - [PROMPT_INJECTION]: Instructional steering markers, such as "MANDATORY
- READ ENTIRE FILE," are used within
SKILL.mdand related documentation. These are functional directives designed to ensure the AI agent processes the full context of technical specifications and do not attempt to bypass core safety or ethical constraints. - [DATA_EXFILTRATION]: While the skill ingests and processes potentially sensitive document data (.docx), it employs the
defusedxmllibrary during unpacking and editing to mitigate risks associated with XML External Entity (XXE) attacks. The data processing occurs locally within the defined workspace.
Audit Metadata