python-executor
Run Python Workloads in a Remote Sandbox
Complex Python tasks often require libraries and an isolated runtime. This skill submits code to inference.sh and returns console output or generated files.
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/101-skills-python-executor.md and its manifest at https://skillstore.io/api/skills/101-skills-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". Analyze monthly sales by region and create a chart.
Expected outcome:
- Console summary: West had the highest total sales, followed by North.
- Returned file: regional-sales.png
- Returned file: regional-sales-summary.csv
Using "python-executor". Create a grayscale gradient image.
Expected outcome:
The execution completed successfully and returned gradient.png from the outputs directory.
Using "python-executor". Inspect a 3D sphere model and report its size.
Expected outcome:
The result reports vertex and face counts, bounding dimensions, and a returned sphere.stl file.
Security Audit
Medium RiskThe skill intentionally invokes the belt CLI, submits arbitrary Python to a third-party execution service, and demonstrates outbound HTTP requests. Most backtick detections are Markdown formatting, and the reconnaissance alert is unsupported, but remote execution, network access, and unpinned npx installation remain real risks.
Confirmed security concerns (1)
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/101-skills-python-executor/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/101-skills-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/101-skills-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/101-skills-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/101-skills-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
101-skills. (2026). python-executor security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/101-skills-python-executor/audits/5BibTeX citation
@techreport{101-skills-101-skills-python-executor-2026,
author = {101-skills},
title = {python-executor security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/101-skills-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: "101-skills"
date-released: "2026-07-12"
url: "https://skillstore.io/skills/101-skills-python-executor/audits/5"
identifiers:
- type: other
value: "skillstore:101-skills-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
inferen-sh-python-executor
2026-08-21
infsh-skills-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: MediumWhat You Can Build
Analyze Operational Data
Clean a dataset, calculate summary metrics, and generate charts without preparing a local Python environment.
Automate Web Research
Request approved public pages, parse selected fields, and return a structured summary.
Generate Technical Assets
Create images, PDF reports, short videos, or 3D model exports from defined inputs.
Try These Prompts
Use the Python executor to calculate [calculation]. Show the result and briefly explain the method.
Analyze [dataset description] with Pandas. Report missing values, key statistics, and notable patterns. Do not include sensitive data.
Process [input data] and create a PDF report in the outputs directory. Include [sections] and charts for [metrics].
Request only [approved domains], enforce timeouts and response limits, extract [fields], validate results, and save the final table to outputs.
Best Practices
- Remove credentials and sensitive data before submitting code or inputs.
- Set the shortest practical timeout and write required artifacts to the outputs directory.
- Use approved domains, request timeouts, and response size limits for network tasks.
Avoid
- Do not place API keys, tokens, passwords, or private records inside submitted code.
- Do not scrape restricted sites or bypass access controls and usage policies.
- Do not rely on interactive windows, GPU acceleration, or unlimited execution time.
Frequently Asked Questions
Does this skill run Python locally?
Which Python version is available?
Can it install additional packages?
How are generated files returned?
Can it access websites and APIs?
Is sensitive data safe to submit?
Developer Details
Author
101-skillsLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
d71c7417a35d5c2624161bd2fe8de8a41a362128
Maintenance freshness
7/18/2026
Usage
2 downloads · 0 views
File structure
📄 SKILL.md