<h1 align="center">
<a href="https://prompts.chat">
To report a security vulnerability, please contact: [email protected]
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
To report a security vulnerability, please contact: [email protected]
To learn more about running agents more securely, please see the Secure Code Execution tutorial which covers sandboxing with E2B, Docker, and WebAssembly.
smolagents provides several options for secure code execution:
E2B Sandbox: Uses E2B to run code in a secure, isolated environment.
Modal Sandbox: Uses Modal to run code in a secure, isolated environment.
Docker Sandbox: Runs code in an isolated Docker container.
WebAssembly Sandbox: Executes Python code securely in a sandboxed WebAssembly environment using Pyodide and Deno's secure runtime.
We recommend using one of these sandboxed execution options when running untrusted code.