wecom-msg
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes external message content which could contain instructions intended to manipulate the agent's behavior.
- Ingestion points: Untrusted data enters the agent's context through the
get_messagesandget_msg_chat_listtool calls as described in SKILL.md. - Boundary markers: The prompt does not specify any delimiters or safety instructions to distinguish chat data from system instructions.
- Capability inventory: The skill includes the
send_messagetool, providing a capability that could be targeted by an injection attack. - Sanitization: While no automated sanitization is implemented, the defined workflow requires manual user confirmation before the
send_messagetool is invoked, providing a significant safeguard.
Audit Metadata