python-executor
Run Python Tasks in a Hosted Sandbox
Local environments may lack the libraries or resources required for Python tasks. This skill sends workloads to a hosted CPU sandbox with common packages.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "python-executor" from https://skillstore.io/skills/inferen-sh-python-executor.md and its manifest at https://skillstore.io/api/skills/inferen-sh-python-executor/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "python-executor". Summarize monthly sales and create a bar chart.
Expected outcome:
The response reports totals and averages, identifies the strongest month, and returns a chart image.
Using "python-executor". Resize an image and convert it to PNG.
Expected outcome:
The response confirms the final dimensions and returns the converted PNG file.
Using "python-executor". Create a sphere model and report its geometry.
Expected outcome:
The response reports vertex and face counts and returns an STL model file.
Security Audit
Medium RiskMost external-command findings are false positives caused by Markdown backticks, fenced examples, or inline library names. Real risks remain: the skill runs belt and npx commands, submits generated Python to a hosted service, permits outbound HTTP in examples, and grants a broad Bash(belt *) tool scope.
Confirmed security concerns (2)
Capability review items (15)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (41)
🌐 Network access (10)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/inferen-sh-python-executor/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/inferen-sh-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/inferen-sh-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inferen-sh-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/inferen-sh-python-executor.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
inferen-sh. (2026). python-executor security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inferen-sh-python-executor/audits/5BibTeX citation
@techreport{inferen-sh-inferen-sh-python-executor-2026,
author = {inferen-sh},
title = {python-executor security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/inferen-sh-python-executor/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "python-executor security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "inferen-sh"
date-released: "2026-08-06"
url: "https://skillstore.io/skills/inferen-sh-python-executor/audits/5"
identifiers:
- type: other
value: "skillstore:inferen-sh-python-executor:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
10 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
infsh-skills-python-executor
2026-08-21
inferen-sh-python-executor
2026-08-21
101-skills-python-executor
2026-08-21
qu-skills-python-executor
2026-08-21
skillssh-python-executor
2026-08-21
inference-sh-python-executor
2026-08-21
inference-skills-python-executor
2026-08-21
inference-sh-9-python-executor
2026-08-21
inference-sh-skills-python-executor
2026-08-21
halt-catch-fire-python-executor
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Analyze Business Data
Clean tabular data, calculate summaries, create charts, and return reusable CSV or image files.
Create Media Assets
Generate or transform images, videos, audio, PDFs, and 3D models with installed Python libraries.
Automate Public Data Tasks
Call approved APIs, parse public web pages, and format results without configuring a local Python environment.
Try These Prompts
Use python-executor to calculate summary statistics for these values: {values}. Return a short table and explain any outliers.Use python-executor with pandas to analyze {dataset_description}. Save cleaned data to outputs/cleaned.csv and a chart to outputs/chart.png.Use python-executor to fetch {public_url}, parse {fields}, and return a CSV. Respect access rules and do not send credentials.Use the high-memory python-executor variant for {task}. Validate inputs, set an appropriate timeout, save artifacts under outputs, and summarize verification results.Best Practices
- Review generated Python and external destinations before approving execution.
- Use explicit timeouts and choose the high-memory variant only when the workload requires it.
- Write every required artifact under outputs and verify file contents before presenting results.
Avoid
- Do not submit secrets, private datasets, or proprietary source without authorization.
- Do not use the sandbox for interactive applications or GPU-dependent workloads.
- Do not scrape restricted sites or call unapproved endpoints.
Frequently Asked Questions
Does this run Python on my local machine?
Which Python version is available?
Can it create downloadable files?
Can it access the internet?
Does it support GPU workloads?
What are the execution limits?
Developer Details
Author
inferen-shLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
4121de961d1b6f2ffca856260e239505c302452c
Maintenance freshness
8/7/2026
Usage
7 downloads · 138 views
File structure
📄 SKILL.md