Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The Express example exposes a /render endpoint that accepts arbitrary user-supplied compositionId and props, then performs potentially expensive server-side rendering and returns the media buffer directly. Without authentication, authorization, input validation, rate limiting, and resource controls, this pattern can enable abuse such as denial of service, excessive compute consumption, and unintended rendering of internal compositions or unsafe inputs.
