case-dashboard

Warn

Audited by Socket on Aug 21, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/dashboard_server.py

No 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.

Confidence: 72%Severity: 65%
Audit Metadata
Analyzed At
Aug 21, 2026, 04:25 PM
Package URL
pkg:socket/skills-sh/cat-xierluo%2Flegal-skills%2Fcase-dashboard%2F@d4bcf680f2b43d047c67911634d82e085f99fb4199acde214f2b4ff7816482a5
Security Audit — socket — case-dashboard