reducto-document-parsing
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of shell commands using
uvxto invoke thereducto-clitool. It passes user-provided file paths and natural language instructions directly to the command line, which could lead to command injection if the agent does not properly sanitize these inputs before execution. - [EXTERNAL_DOWNLOADS]: The skill utilizes
uvx(a tool from theuvecosystem) to fetch and execute thereducto-clipackage from a remote registry. It also includes an authentication flow (reducto login) that interacts with Reducto's external services. - [PROMPT_INJECTION]: The
editcommand allows for natural language instructions to modify documents (e.g.,reducto edit document.pdf --instructions "..."). This represents an indirect prompt injection surface where instructions derived from untrusted data could influence the behavior of the document editing tool. - Ingestion points: User-provided strings or data extracted from files used in the
--instructionsflag of theeditcommand. - Boundary markers: None provided in the command examples to delimit instructions from potentially malicious content.
- Capability inventory: The skill has the capability to execute shell commands (
uvx) and modify local PDF/Office files. - Sanitization: There is no mention of sanitizing or validating the instruction string before it is passed to the shell command.
Audit Metadata