python-executor
Run Python Tasks in a Remote Sandbox
Many AI workflows need short Python jobs without local setup. This skill runs Python through inference.sh with common analysis, scraping, media, and document libraries.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing 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/inference-sh-skills-python-executor.md and its manifest at https://skillstore.io/api/skills/inference-sh-skills-python-executor/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.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 a two-column sales table and create a bar chart.
Expected outcome:
Printed summary with total sales, average sale, and top seller. Returned chart image saved as chart.png.
Using "python-executor". Resize a batch of product images and export compressed copies.
Expected outcome:
Returned resized image files and a short log listing dimensions and filenames.
Using "python-executor". Fetch an approved API endpoint and make a CSV report.
Expected outcome:
Returned CSV file plus a concise summary of records fetched and fields extracted.
Security Audit
High RiskMost static shell findings are Markdown backticks or examples, but the skill intentionally routes code through the external belt CLI and inference.sh. Confirmed risks include remote arbitrary Python execution, outbound network examples, mutable install dependencies, and automatic returned output files; no prompt injection text was found.
Confirmed security concerns (2)
Capability review items (16)
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/inference-sh-skills-python-executor/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/inference-sh-skills-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/inference-sh-skills-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inference-sh-skills-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/inference-sh-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
inference-sh-skills. (2026). python-executor security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inference-sh-skills-python-executor/audits/4BibTeX citation
@techreport{inference-sh-skills-inference-sh-skills-python-executor-2026,
author = {inference-sh-skills},
title = {python-executor security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/inference-sh-skills-python-executor/audits/4},
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 4)"
version: "unspecified"
type: report
authors:
- name: "inference-sh-skills"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/inference-sh-skills-python-executor/audits/4"
identifiers:
- type: other
value: "skillstore:inference-sh-skills-python-executor:audit:4"
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: MediumWhat You Can Build
Analyze data tables
Process CSV or pasted data, calculate summaries, and return charts or transformed files.
Automate approved web tasks
Fetch approved pages or APIs, extract structured information, and save results as files.
Generate media and documents
Create images, videos, PDFs, and 3D assets from short Python scripts.
Try These Prompts
Use python-executor to run a short Python script that summarizes this data: [paste data]. Return the printed result and any output files.
Use python-executor to build a chart from this table: [table]. Save the chart to outputs/chart.png and summarize the result.
Use python-executor to fetch [approved URL], extract [fields], and save a CSV in outputs. Use a timeout of [seconds].
Use python-executor to process [input files], call [approved API], generate [report type], and return all files saved in outputs.
Best Practices
- Review generated Python before execution, especially network requests and file output paths.
- Keep secrets out of prompts and code sent to remote execution.
- Set practical timeouts and save intentional artifacts under outputs.
Avoid
- Running unreviewed code from unknown sources.
- Sending private data, API keys, or credentials to the executor.
- Using the skill for long-running, interactive, GPU, or production workloads.
Frequently Asked Questions
Does this run Python locally?
What libraries are available?
Can it access the internet?
How are generated files returned?
Should I send secrets to this skill?
Does it support interactive plots?
Developer Details
Author
inference-sh-skillsLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
a25199bc7d6b82598536822d1738eb5d5f54025b
Maintenance freshness
7/18/2026
Usage
2 downloads · 59 views
File structure
📄 SKILL.md