python-executor
Run Python Code in a Sandbox
Agents often need Python execution without managing local packages. This skill runs scripts through inference.sh with common data, web, 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/skillssh-python-executor.md and its manifest at https://skillstore.io/api/skills/skillssh-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". Create a bar chart from a small sales table and save it as a file.
Expected outcome:
A chart file is returned from the outputs folder, with a short note naming the file.
Using "python-executor". Fetch public profile data from an approved API and summarize key fields.
Expected outcome:
- The response includes a concise summary of the public data.
- Any requested report file is returned from outputs.
Using "python-executor". Convert a simple 3D object into an exportable model file.
Expected outcome:
A model file is returned from outputs, along with basic size and geometry notes.
Security Audit
High RiskMost markdown backtick findings are false positives from fenced examples and package names. Several infsh app run examples are intentional external command execution, and the skill has real network-capable examples. No prompt injection evidence was found.
Confirmed security concerns (1)
Capability review items (14)
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 (40)
🌐 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/skillssh-python-executor/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/skillssh-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/skillssh-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/skillssh-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/skillssh-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
skillssh. (2026). python-executor security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/skillssh-python-executor/audits/5BibTeX citation
@techreport{skillssh-skillssh-python-executor-2026,
author = {skillssh},
title = {python-executor security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/skillssh-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: "skillssh"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/skillssh-python-executor/audits/5"
identifiers:
- type: other
value: "skillstore:skillssh-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 Small Datasets
Summarize and visualize CSV or table data without preparing a local Python environment.
Prototype Automation Scripts
Test API calls, transformations, and file generation through a managed Python runtime.
Generate Operational Assets
Create charts, PDFs, images, short videos, or converted files for repeatable content tasks.
Try These Prompts
Use python-executor to run a short Python calculation and show the printed result. Keep the default timeout.
Use python-executor to load my CSV, summarize numeric columns, and save one clear chart in outputs.
Use python-executor to create an image or short video from my requirements, then return the output filename.
Use python-executor to fetch approved API data, transform it with pandas, create a PDF summary, and return all files.
Best Practices
- Review generated code before execution, especially network and file operations.
- Use the shortest practical timeout and choose high_memory only for large jobs.
- Save durable results under outputs so the skill can return the files.
Avoid
- Do not submit secrets, access tokens, or private datasets without approval for inference.sh processing.
- Do not scrape websites without permission or required compliance checks.
- Do not rely on interactive windows, prompts, or GUI displays.