Warn
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses highly sensitive personal information stored in local WeChat databases.
- Evidence: The script
scripts/wechat.pyand documentation inSKILL.mdtarget databases located at~/Library/Containers/com.tencent.xinWeChat/(macOS) andDocuments/WeChat Files/(Windows). - Impact: These databases contain comprehensive records of private messages, contact lists, and favorites, posing a significant data exposure risk.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from chat messages that could contain malicious instructions designed to hijack the agent's behavior.
- Ingestion points: The
scripts/wechat.pyscript reads message content from theChat_ftsMessageandFavItemtables. - Boundary markers: The skill does not implement delimiters or provide system instructions to the agent to disregard instructions embedded within the retrieved messages.
- Capability inventory: The agent has the capability to read files, search SQLite data, and list contacts, which could be abused if the agent is influenced by malicious message content.
- Sanitization: There is no evidence of content filtering, escaping, or sanitization before the retrieved message data is presented to the agent.
Audit Metadata