case-dashboard
Audited by Socket on Aug 21, 2026
1 alert found:
AnomalyNo strong indicators of intentional malware (no eval/exec, no remote exfiltration, no hardcoded secrets or backdoor patterns in this snippet). However, the module has high-impact security capabilities: unauthenticated local HTTP APIs with permissive CORS; endpoints that can read/convert and return local case files; an endpoint that can instruct the host OS to open paths/settings; and a write-back mechanism that changes task/case status via an external script. If this service is reachable by anything other than the intended local user/browser, it could enable unauthorized data disclosure and unauthorized state changes. Recommend adding authentication/authorization, restricting binding to localhost/firewall rules, tightening CORS, and adding rate limits and stricter file access controls/sandboxing for conversion tools.