xparse-doc-tools
Fail
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides commands for the agent to install the
xparse-clitool by piping remote scripts directly into the shell usingsource <(curl ...)andirm ... | iex. This allows for the execution of arbitrary code from a remote server without verification.- [EXTERNAL_DOWNLOADS]: The installation section references external scripts hosted ondllf.intsig.net. Downloading and executing scripts via shell pipes is a high-risk activity that can be exploited for remote code execution.- [COMMAND_EXECUTION]: The skill instructs the agent to execute thexparse-clibinary and manage temporary files. While it includes safety practices like restricted file permissions (0600) and avoidingechofor sensitive data, the core functionality relies on potentially dangerous shell interactions.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes content from external PDF and image files. - Ingestion points:
read_content,read_pages, andsearch_textcommands extract text from user-provided files. - Boundary markers: There are no instructions or delimiters provided to help the agent distinguish between the document's content and the agent's actual tasks.
- Capability inventory: The agent can execute shell commands via
xparse-cliand manage files, creating a path for malicious instructions to trigger actions. - Sanitization: The skill does not describe any methods for filtering or sanitizing document content before it is processed.
Recommendations
- AI detected serious security threats
Audit Metadata