Security Policy

To report a security vulnerability, please contact: [email protected]

Views0
PublishedFeb 23, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

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:

  1. E2B Sandbox: Uses E2B to run code in a secure, isolated environment.

  2. Modal Sandbox: Uses Modal 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.

Prompt Playground

1 Variable

Fill 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.
Share: