1688-product-search
Warn
Audited by Socket on Sep 6, 2026
1 alert found:
AnomalyAnomalyscripts/auth_fixed.py
LOWAnomalyLOW
scripts/auth_fixed.py
No strong indicators of malware or covert data exfiltration beyond legitimate OAuth token acquisition are present in this fragment. However, the code materially increases credential exposure risk by (1) printing the access token to stdout and (2) storing access/refresh tokens and app_key in plaintext JSON on disk without permission hardening or encryption. Treat the module as security-sensitive; remove token printing and protect cache storage if used in production/CI environments.
Confidence: 72%Severity: 58%
Audit Metadata