wechat-local-vault
Fail
Audited by Snyk on Jun 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This code deliberately hooks the WeChat process with Frida to capture PBKDF2 outputs (passwords/derived keys), saves those keys to local key files and then decrypts SQLCipher databases into plaintext, which constitutes intentional credential theft and local data exfiltration capability (no remote network exfiltration is present in the code, but the captured keys and plaintext DBs enable abuse).
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Runtime LLM context can be fed by outsider-authored free text because
scripts/vault_cli.py(andexport_chat.py) reads decrypted SQLite fields likemessage_content/contentDesc/summaryfrom the user’s local WeChat DBs, which contain other people’s chat text, and then returns it as JSON/text that an agent would place into the LLM context.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata