linkfox-shopee-store-account-health
Audited by Socket on Aug 17, 2026
2 alerts found:
Anomalyx2Overall, the fragment appears to be a legitimate authenticated API client with local logging/caching of returned JSON. However, it has noteworthy security concerns: (1) SESSION_ID is used without sanitization in the output path, which can enable path traversal or writing outside the intended directory if an attacker can influence environment variables; (2) it conditionally executes a neighboring script via subprocess, creating a supply-chain/local integrity risk tied to check_auth_dependency.py; (3) it persists full API responses to disk and may propagate server error-body content to callers. No clear evidence of covert malware behavior (e.g., backdoor, exfiltration to arbitrary domains, reverse shell) is present in the provided code fragment.
SUSPICIOUS: the skill’s purpose is coherent, but its data flow is not ideal because all Shopee account-health access is routed through a third-party LinkFox developerProxy instead of official Shopee APIs. Credential scope is mostly proportionate, and there is no obvious malware or download-execute behavior in the skill text, but the proxy-based architecture, persistent local data storage, transitive auth-skill dependency, and billing inconsistency raise medium security concerns.