mocreo-smart-system
Audited by Socket on Mar 19, 2026
1 alert found:
Obfuscated FileThis file appears to be a legitimate CLI wrapper that coordinates auth resolution and a single HTTPS API call to fetch device history and format timestamps. There is no direct evidence of malicious code in this module (no obfuscation, no shelling out, no persistence/backdoor behavior). The principal security concerns are accidental disclosure of sensitive auth metadata and telemetry because the script prints summarize_auth(auth_info) and the full history payload to stdout, and the use of allow_token_fallback which may broaden credential usage. I recommend auditing the referenced helper modules for token handling, ensuring printed auth summaries are redacted, and making the API endpoint configurable.