wechat-rpa-bot
Warn
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]:
- Downloads a binary bundle (
service.exeand_internal/directory) fromhttps://github.com/LeoMusk/wechat-rpa-bot-skill/releases/at runtime. - Automatically installs Python packages
psutil,requests, andwebsocketsviapip installwhen execution starts inscripts/start_server.py,scripts/stop_server.py, andscripts/ws_listener.py. - [REMOTE_CODE_EXECUTION]:
- Executes the downloaded
service.exebinary as a background process to handle RPA tasks. - [COMMAND_EXECUTION]:
- Dynamically generates a Python script (
gen_excel.py) containing data processing logic and executes it usinguv runto export contact lists. - Uses
subprocess.runwithshell=Trueto executetaskkillcommands for process management inscripts/start_server.pyandscripts/stop_server.py. - [PROMPT_INJECTION]:
- Instructions in
SKILL.mddirect the agent to bypass user confirmation during service initialization: "Auto-detect; do NOT wait for the user to type anything." - SOP documents (
docs/ai_moment_sop.md,docs/auto_config_sop.md) use high-pressure language demanding strict adherence to specific automated configuration steps. - [CREDENTIALS_UNSAFE]:
- Uses a hardcoded, fixed API key (
yoko_test) for authenticating requests to the local REST API as seen inscripts/start_server.pyandREADME.md. - [DATA_EXPOSURE]:
- The skill creates and reads sensitive logs including chat records, contact lists, and event history stored in the user's home directory (
~/.yokowebot/and~/.yoko/).
Audit Metadata