Introducing Deno Sandbox | Deno
Over the past year, we’ve seen a shift in what Deno Deploy customers are
building: platforms where users generate code with LLMs, and that code runs
immediately without review. That code frequently calls LLMs itself, which means
it needs API keys and network access.
This isn’t the traditional “run untrusted plugins” problem. It’s deeper:
LLM-generated code, calling external APIs with real credentials, without human
review. Sandboxing the compute isn’t enough. You need to control network egress
a...
Read more at deno.com