baoyu-wechat-summary
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the shell to execute the
wxbinary (wx-cli) for fetching chat history, session information, and contact details. It also runs environment checks likelsandwc. All commands are documented as requiring explicit user permission or sandbox adjustments. - [EXTERNAL_DOWNLOADS]: The documentation instructs the user to manually install the
@jackwener/wx-clipackage via NPM. It explicitly forbids the agent from performing silent or piped installations of this dependency. - [DATA_EXPOSURE]: The skill is designed to read private WeChat message databases and user configurations from
~/Library/Containers/com.tencent.xinWeChat/and~/.wx-cli/. It includes specific instructions to handle this sensitive data with care, focusing on summarization and internal profile building without external exfiltration. - [PROMPT_INJECTION]: The skill processes untrusted content (WeChat messages) which represents an indirect prompt injection surface. However, it implements boundary markers including privacy guardrails, structured output formatting (e.g., using specific quote characters), and filtering of noise to mitigate the risk of embedded instructions influencing the agent's behavior.
- [PRIVILEGE_ESCALATION]: The troubleshooting documentation provides
sudocommands for the user to fix file ownership issues but strictly prohibits the agent from executingsudoon its own.
Audit Metadata