python-executor
Run Python Code in a Managed Sandbox
Python tasks often need libraries and isolated execution. This skill runs Python through inference.sh with tools for data, media, scraping, and automation.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
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-9-python-executor.md and its manifest at https://skillstore.io/api/skills/inference-sh-9-python-executor/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.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". A request to inspect a small sales dataset and produce a bar chart.
Expected outcome:
Returns column summaries, total sales by person, and a chart file saved for download.
Using "python-executor". A request to resize uploaded images for a product catalog.
Expected outcome:
Returns resized image files, dimensions, and a short processing log.
Using "python-executor". A request to call an approved public API and create a PDF summary.
Expected outcome:
Returns a concise data summary, API status details, and the generated PDF report.
Security Audit
CriticalThe critical pipe-to-shell installer on SKILL.md line 16 is confirmed and should block automatic publication until removed. Most external command alerts are Markdown formatting false positives, while the remaining confirmed issues reflect outbound HTTP examples and third-party Python execution.
Confirmed security concerns (2)
Capability review items (6)
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 (11)
Detected Patterns
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-9-python-executor/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/inference-sh-9-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/inference-sh-9-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inference-sh-9-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/inference-sh-9-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-9. (2026). python-executor security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inference-sh-9-python-executor/audits/4BibTeX citation
@techreport{inference-sh-9-inference-sh-9-python-executor-2026,
author = {inference-sh-9},
title = {python-executor security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/inference-sh-9-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-9"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/inference-sh-9-python-executor/audits/4"
identifiers:
- type: other
value: "skillstore:inference-sh-9-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
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 Business Data
Load datasets, compute summaries, and generate charts or exported files for review.
Automate Python Workflows
Run repeatable scripts for API checks, file conversion, and small automation jobs.
Create Media and Documents
Generate images, videos, PDFs, and 3D assets using pre-installed Python libraries.
Try These Prompts
Run a Python script that prints the current pandas version. Use the default timeout and capture the result.
Use Python to inspect the uploaded sales data, summarize the columns, and create a chart saved in the outputs directory.
Use Python libraries to resize the provided images, create thumbnails, and return the processed files with a short summary.
Run a Python workflow that fetches approved API data, validates the response, creates a report, and returns generated files.
Best Practices
- Review Python code for secrets, file paths, and external requests before execution.
- Set the shortest practical timeout and choose high memory only for large workloads.
- Save artifacts in the outputs directory so they are returned reliably.
Avoid
- Do not pipe remote install scripts directly into a shell.
- Do not send private keys, tokens, customer data, or regulated data to the executor.
- Do not use the skill for stealth scraping, abuse, or unauthorized network access.
Frequently Asked Questions
Does this run code locally?
Which tools are required?
Can it access the internet?
How do I get generated files?
Can it use GPU libraries?
Is it safe for secrets?
Developer Details
Author
inference-sh-9License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
a06681402992ceae98ba04d54cfd4ab004862696
Maintenance freshness
7/18/2026
Usage
4 downloads · 171 views
File structure
📄 SKILL.md