python-executor
Run Python Tasks in a Remote Sandbox
Running Python from an AI assistant can require setup, libraries, and safe output handling. This skill routes Claude, Codex, and Claude Code prompts to an inference.sh Python executor with common data, media, and web 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-skills-python-executor.md and its manifest at https://skillstore.io/api/skills/inference-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 small sales table and create a chart.
Expected outcome:
- A short written summary of total and average sales.
- A chart file saved in the outputs directory.
- A note listing the main libraries used.
Using "python-executor". Create a simple gradient image.
Expected outcome:
- A generated image file returned from the outputs directory.
- A concise message confirming image dimensions and format.
Using "python-executor". Fetch public profile data from an approved API.
Expected outcome:
- A readable summary of selected fields.
- A reminder that outbound requests were made to the approved endpoint.
Security Audit
High RiskMost Markdown backtick findings are false positives from code fences, package names, or inline examples. The confirmed risks are documented belt commands that submit arbitrary Python to a remote executor, outbound HTTP examples, and related skill installation commands. No prompt injection text was found, but the safety claim is not verifiable from this skill file.
Confirmed security concerns (2)
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 (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/inference-skills-python-executor/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/inference-skills-python-executor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/inference-skills-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inference-skills-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/inference-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-skills. (2026). python-executor security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inference-skills-python-executor/audits/4BibTeX citation
@techreport{inference-skills-inference-skills-python-executor-2026,
author = {inference-skills},
title = {python-executor security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/inference-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-skills"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/inference-skills-python-executor/audits/4"
identifiers:
- type: other
value: "skillstore:inference-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
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
Process CSV-style data, calculate summary metrics, and save charts without local Python setup.
Create Media Assets
Generate images, short videos, PDFs, or 3D files using pre-installed Python libraries.
Prototype Automation Scripts
Run short Python scripts for API calls, file transformations, and repeatable utility tasks.
Try These Prompts
Use python-executor to run a short Python calculation. Print the result and explain what ran.
Use python-executor to analyze this table. Return summary statistics and save one chart in the outputs directory.
Use python-executor to resize and annotate the provided image. Save the processed image in the outputs directory.
Use python-executor to fetch approved API data, transform it with pandas, save a report, and summarize the output files.
Best Practices
- Review code before execution, especially when it reads files or makes network requests.
- Save required artifacts in the outputs directory so they are returned reliably.
- Use short timeouts first, then increase limits only for heavier jobs.
Avoid
- Do not submit secrets, tokens, or private files unless the external executor is approved for them.
- Do not run untrusted scraped code or commands copied from unknown sources.
- Do not use this skill for GPU workloads or long-running services.
Frequently Asked Questions
Does this run Python locally?
Which AI tools can use it?
Can it make network requests?
Where should generated files be saved?
Does it support GPU workloads?
What should I check before using it?
Developer Details
Author
inference-skillsLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
a25199bc7d6b82598536822d1738eb5d5f54025b
Maintenance freshness
7/18/2026
Usage
3 downloads · 63 views
File structure
📄 SKILL.md