Security Policy
To report a security vulnerability, please contact: [email protected]
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
Security Policy
Reporting a Vulnerability
To report a security vulnerability, please contact: [email protected]
Learning More About Security
To learn more about running agents more securely, please see the Secure Code Execution tutorial which covers sandboxing with E2B, and Docker.
Secure Execution Options
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.
We recommend using one of these sandboxed execution options when running untrusted code.
Prompt Playground
1 VariableFill Variables
Preview
# Security Policy ## Reporting a Vulnerability To report a security vulnerability, please contact: [email protected] ## Learning More About Security To learn more about running agents more securely, please see the [Secure Code Execution tutorial](docs/source/en/tutorials/secure_code_execution.mdx) which covers sandboxing with E2B, and Docker. ### Secure Execution Options `smolagents` provides several options for secure code execution: 1. **E2B Sandbox**: Uses [E2B](https://e2b.dev/) to run code in a secure, isolated environment. 2. **Modal Sandbox**: Uses [Modal](https://modal.com/) to run code in a secure, isolated environment. 3. **Docker Sandbox**: Runs code in an isolated Docker container. We recommend using one of these sandboxed execution options when running untrusted code.
Related Skills
Frontend Typescript Linting.mdc
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 li...
2. Apply Deepthink Protocol (reason about dependencies
risks