wecom-msg
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
wecom_mcptool to perform operations such as fetching chat lists, retrieving messages, and sending text. All operations are conducted through defined API calls with specific parameters. - [PROMPT_INJECTION]: The skill is designed to process and display chat content from external users, creating an inherent surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context via the
get_messagescall described inSKILL.md. - Boundary markers: The skill formats output with clear markers (e.g.,
Username [Time]: Content) to separate message data from agent instructions. - Capability inventory: The agent can send messages using
send_messageand download media viaget_msg_mediaas seen inreferences/api-send-message.mdandreferences/api-get-msg-media.md. - Sanitization: While no automated sanitization is mentioned, the skill mandates human-in-the-loop confirmation before sending messages or downloading/deleting files, which serves as a primary mitigation against accidental execution of injected instructions.
Audit Metadata