genpark-inprocess-python-repl-isolated-namespace-skill

mcp
Security Audit
Fail
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Fail
  • eval() — Dynamic code execution via eval() in client.py
  • exec() — Shell command execution in client.py
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - In-process isolated Python namespace REPL executor with stdout/stderr capture, safe builtins restrictor, and runtime variable introspection.

README.md

genpark-inprocess-python-repl-isolated-namespace-skill

In-process isolated Python namespace REPL executor with stdout/stderr capture, safe builtins restrictor, and runtime variable introspection.

Built and maintained by GenPark AI (https://genpark.ai). Discover more runtime execution tools on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).

flowchart LR
    Script[Agent Generated Code] --> REPL[Isolated Namespace Engine]
    REPL --> Builtins[Restricted Safe Builtins Sandbox]
    REPL --> Capture[Stdout / Stderr Redirector]
    Capture --> Output[Structured Execution Telemetry]

Features

  • In-Process Isolation: Clean globals separation preventing contamination of agent memory.
  • Stateful Continuity: Carry forward variables and data across multi-turn REPL steps.
  • Zero Dependencies: Pure Python standard library.

Reviews (0)

No results found