build-mcp-use-server
Audited by Socket on May 17, 2026
2 alerts found:
SecurityObfuscated FileNo direct malware/backdoor behavior is evident in this module. However, the fetch-json tool provides attacker-controlled server-side fetching with only syntactic URL validation, creating a significant SSRF/egress and potential DoS risk if exposed to untrusted callers. echo and geo-from-headers are comparatively low risk. Authentication/egress/rate-limit controls are not shown here, so risk depends on upstream protections outside this file.
The described system presents a benign architectural pattern for streaming slides with in-memory asset storage and per-index editing. However, the lack of authentication, persistence, and input validation introduces meaningful security and reliability risks (unauthorized access, memory-based DoS, data integrity concerns). Implementing proper access controls, durable storage, and input validation is essential before deployment in a production environment.