aurochs-office
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on the
npx aurochscommand to download and execute theaurochspackage from the npm registry during use. This pattern involves executing unversioned code from an external source at runtime. - [COMMAND_EXECUTION]: The core functionality of the skill is provided by executing shell commands to interact with the
aurochsCLI for inspecting, building, and patching Office documents. - [PROMPT_INJECTION]: The skill provides capabilities to extract text and data from PPTX, DOCX, and XLSX files, which creates a surface for Indirect Prompt Injection. Maliciously crafted documents could contain instructions designed to manipulate the agent's behavior.
- Ingestion points: Untrusted data enters the agent context via the
aurochs [type] extractandaurochs [type] showcommands. - Boundary markers: The instructions do not define delimiters or warnings to ensure the agent ignores instructions found within the document content.
- Capability inventory: The skill enables reading local files and writing/modifying them via
buildandpatchoperations. - Sanitization: There is no evidence of sanitization or validation of the text extracted from documents before it is processed by the agent.
Audit Metadata