python-executor
Run Python Tasks in a Remote Sandbox
Local environments may lack libraries or isolation for short Python tasks. This skill submits code to inference.sh and returns console or file outputs.
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/infsh-skills-python-executor.md and its manifest at https://skillstore.io/api/skills/infsh-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 with totals, averages, and missing-value counts.
- A regional sales chart returned as outputs/sales_by_region.png.
Using "python-executor". Resize a product image to 800 by 800 pixels.
Expected outcome:
A validated image file returned as outputs/product_800.png with its final dimensions.
Using "python-executor". Extract repository names from a public GitHub API response.
Expected outcome:
A cleaned table returned as outputs/repositories.csv with request status and row count.
Security Audit
Medium RiskMost static command findings are Markdown formatting false positives. Real belt and npx commands create external execution and supply-chain exposure, while the workflow sends Python code to inference.sh for remote processing.
Confirmed security concerns (1)
Capability review items (13)
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/infsh-skills-python-executor/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/infsh-skills-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/infsh-skills-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/infsh-skills-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/infsh-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
infsh-skills. (2026). python-executor security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/infsh-skills-python-executor/audits/5BibTeX citation
@techreport{infsh-skills-infsh-skills-python-executor-2026,
author = {infsh-skills},
title = {python-executor security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/infsh-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: "infsh-skills"
date-released: "2026-08-06"
url: "https://skillstore.io/skills/infsh-skills-python-executor/audits/5"
identifiers:
- type: other
value: "skillstore:infsh-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
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
Explore Data Quickly
Summarize datasets, calculate statistics, and generate charts without preparing a local Python environment.
Automate Public Web Research
Request public pages or APIs, extract structured fields, and return cleaned files.
Generate Media Assets
Create or transform images, videos, audio, documents, and 3D files with pre-installed libraries.
Try These Prompts
Run Python that prints the first ten Fibonacci numbers. Return the console output and explain any execution error.
Analyze {dataset} with pandas. Summarize missing values and key statistics, then save a chart to outputs/summary.png.Fetch {public_url}, extract {fields}, and save clean rows to outputs/results.csv. Respect access rules and report request failures.Process {input_asset} with {library}. Validate inputs, limit resources, save files under outputs, and report reproducible execution details.Best Practices
- Review generated Python and destination domains before authorizing remote execution.
- Keep secrets, personal data, and regulated information out of submitted code and inputs.
- Set realistic timeouts and save every required artifact under the outputs directory.
Avoid
- Do not submit credentials, private source code, or confidential datasets.
- Do not scrape websites without checking access rules, rate limits, and applicable terms.
- Do not expect GPU acceleration, interactive windows, persistent state, or unlimited runtime.
Frequently Asked Questions
Where does the Python code run?
What setup is required?
Can it access the internet?
How are generated files returned?
Does it support GPU workloads?
Can I send sensitive data?
Developer Details
Author
infsh-skillsLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
4121de961d1b6f2ffca856260e239505c302452c
Maintenance freshness
8/7/2026
Usage
6 downloads · 97 views
File structure
📄 SKILL.md