docker-sandbox
Create and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads.
91/100
Security score
The docker-sandbox skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 234
Curl to non-GitHub URL
SourceSKILL.md
| 234 | docker sandbox exec my-sandbox curl -sL https://api.example.com/data |
low line 162
Access to .env file
SourceSKILL.md
| 162 | const proxy = process.env.HTTPS_PROXY || process.env.HTTP_PROXY; |
low line 152
External URL reference
SourceSKILL.md
| 152 | HTTP_PROXY=http://host.docker.internal:3128 |
low line 153
External URL reference
SourceSKILL.md
| 153 | HTTPS_PROXY=http://host.docker.internal:3128 |
low line 234
External URL reference
SourceSKILL.md
| 234 | docker sandbox exec my-sandbox curl -sL https://api.example.com/data |
Scanned on Feb 9, 2026
View Security Dashboard