wechat-sender
Fail
Audited by Snyk on Aug 3, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to extract user-provided contact names and message text and embed them verbatim as Unicode char arrays in generated PowerShell scripts (and shell commands), which requires the LLM to handle and output secret/plaintext values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/send_message.ps1, the runtime workflow converts user-provided-ContactChars/-MessageCharsinto strings and then pastes them into the WeChat desktop UI via clipboard (SetText) andSendKeys(^v), so outsider-authored free text from the user’s request is directly ingested into the LLM execution path used to generate those char codes.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata