ecommerce-tiktok-livestream-analytics
Warn
Audited by Socket on Aug 31, 2026
1 alert found:
AnomalyAnomalyscripts/livestream_rank.py
LOWAnomalyLOW
scripts/livestream_rank.py
No direct evidence of embedded malware (no execution of downloaded code, no reverse shells, no persistence logic, no obfuscated payloads). The main risks are operational/abuse cases: the Bearer token is sent to a URL determined entirely by an environment variable (potential token exfiltration/SSRF-like misuse if misconfigured), cached responses are accepted without integrity/schema validation (cache poisoning/tainted output), and SESSION_ID is used in filesystem paths without sanitization (path/placement risk). Overall: low likelihood of intentional malware, but moderate security risk due to credential + environment-controlled destination and untrusted cache handling.
Confidence: 65%Severity: 56%
Audit Metadata