gzh-ai-feed
Warn
Audited by Socket on Aug 27, 2026
1 alert found:
AnomalyAnomalyassets/daily_report.py
LOWAnomalyLOW
assets/daily_report.py
No direct malware payload (e.g., reverse shell, keylogger, cryptominer, destructive actions) is evident in the provided fragment. However, the code implements persistence (macOS LaunchAgent / Linux cron) and uses shell-based subprocess pipelines to modify scheduling. It also generates an HTML report by interpolating untrusted remote fields without escaping, which can lead to XSS when the report is opened. The local HTTP proxy returns API results and allows cross-origin access via permissive CORS. Overall, this warrants security review due to persistence and unescaped HTML injection risk.
Confidence: 64%Severity: 62%
Audit Metadata