mcpserver.lol
registry/python-code-validator
Connection check verified live · 20h ago

python-code-validator

Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

Tools 3
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

3 tools

Read from the running server on 20h ago.

execute_python code*optionslanguage
Everything repair does, and then RUNS the code in a throwaway container — no network, read-only filesystem, killed at options.timeout_s — reporting exit code, stdout and stderr. An…
repair_python read-only code*optionslanguage
Everything validation does, plus deterministic fixes: the corrected source comes back in fixed_code, and the original is kept whenever the fix cannot be proven safe. The code is st…
validate_python read-only code*optionslanguage
Check Python source without running it: parse, lint (ruff), type-check (mypy), AST security policy, credential scan. Safe on code you do not trust. Use it on every Python file you…