wechat-account-analyzer
Warn
Audited by Socket on Sep 2, 2026
1 alert found:
AnomalyAnomalyscripts/wechat_analyzer.py
LOWAnomalyLOW
scripts/wechat_analyzer.py
No clear evidence of overt malware (no backdoor/persistence or suspicious system command execution) is present in this fragment. However, two concrete security risks stand out: (1) the tool reads the REDFOX_API_KEY from user shell startup files, increasing the likelihood of sensitive credential exposure, and (2) it generates HTML reports by injecting untrusted API-provided content directly into HTML/attributes without escaping or URL validation, which can lead to script/HTML injection when the output is viewed. Overall, malicious probability is low, but security risk is moderate due to secret-handling and XSS-style output injection potential.
Confidence: 66%Severity: 62%
Audit Metadata