Skip to main content

app-platform-sandbox

Creates and manages isolated container sandboxes for executing AI agent code, ideal for testing workflows and untrusted code.

Install this skill

or
30/100

Security score

The app-platform-sandbox skill was audited on Jun 8, 2026 and we found 4 security issues across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 108

Direct command execution function call

SourceSKILL.md
108result = sandbox.exec("python3 -c 'import sys; print(sys.version)'")
high line 113

Direct command execution function call

SourceSKILL.md
113result = sandbox.exec("python3 /tmp/script.py")
high line 143

Direct command execution function call

SourceSKILL.md
143result = sandbox.exec("python3 -c 'print(2+2)'")
critical line 193

Direct command execution function call

SourceSKILL.md
193| `sandbox.exec(cmd)` | Run shell command |
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →