Skip to main content

python-executor

Executes Python code in a secure environment with pre-installed libraries for data processing, web scraping, and automation tasks.

Install this skill

or
71/100

Security score

The python-executor skill was audited on Mar 3, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 16

Piping content to sh shell

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 16

Curl to non-GitHub URL

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
low line 3

External URL reference

SourceSKILL.md
3description: "Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, Mov
low line 11

External URL reference

SourceSKILL.md
11![Python Code Executor](https://cloud.inference.sh/u/33sqbmzt3mrg2xxphnhw5g5ear/01k8d8b4mckh6z89dhtxh72dsz.png)
low line 16

External URL reference

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
low line 24

External URL reference

SourceSKILL.md
24> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elev
low line 81

External URL reference

SourceSKILL.md
81"code": "import requests\nfrom bs4 import BeautifulSoup\n\nresponse = requests.get(\"https://example.com\")\nsoup = BeautifulSoup(response.content, \"html.parser\")\nprint(soup.find(\"title\").text)"
low line 122

External URL reference

SourceSKILL.md
122"code": "import requests\nimport json\n\nresponse = requests.get(\"https://api.github.com/users/octocat\")\ndata = response.json()\nprint(json.dumps(data, indent=2))"
low line 181

External URL reference

SourceSKILL.md
181- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI
low line 182

External URL reference

SourceSKILL.md
182- [App Code](https://inference.sh/docs/extend/app-code) - Understanding app execution
low line 183

External URL reference

SourceSKILL.md
183- [Sandboxed Code Execution](https://inference.sh/blog/tools/sandboxed-execution) - Safe code execution for agents
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →