rivet-dynamic-apps
Warn
Audited by Socket on Aug 11, 2026
1 alert found:
AnomalyAnomalyexamples/apps-sqlite/src/server.ts
LOWAnomalyLOW
examples/apps-sqlite/src/server.ts
No explicit malware or obfuscation is visible in this snippet. The primary security concern is architectural: an unauthenticated public POST /deploy/:name endpoint passes user-controlled appId directly into deployApp and then returns deployApp results verbatim. Since deployApp and registry.start() are delegated to other modules and could perform sensitive build/load/deploy actions, this module should be reviewed/locked down with authentication, input validation/allowlisting, response minimization, and operational controls (rate limiting, logging, sandboxing).
Confidence: 55%Severity: 62%
Audit Metadata