wps-word
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data with high-capability tools. Ingestion points: The
wps_word_get_document_texttool reads content from external Word documents, which can be controlled by an attacker. Boundary markers: The instructions do not define delimiters or provide warnings to the agent to treat document content as data rather than instructions. Capability inventory: The agent has access to powerful tools likewps_word_open_document,wps_word_find_replace, andwps_word_insert_text. Sanitization: No validation or sanitization of document content is performed before it is processed. - [COMMAND_EXECUTION]: The skill exposes tools that interact with the host file system. The
wps_word_open_documentandwps_word_insert_imagetools accept file paths as arguments; without strict path validation in the underlying MCP implementation, this could potentially be exploited to access or manipulate sensitive files on the user's system if the agent is tricked via prompt injection.
Audit Metadata