Python Code Validator
(unclaimed - source: registry-official · publisher: ai.statemind) · languages: en · regions: global · github · more from ai.statemind →
Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_f7b37d98d4/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_f7b37d98d4/ask -d '{"tool":"validate_python","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_f7b37d98d4 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://api.statemind.ai/mcp- Pricing
- not listed
- Links
- repository
Live capabilities — 3 tool(s) it actually exposes · python-code-validator v1.29.0 (measured from a real MCP handshake, not self-reported)
validate_python — 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 evrepair_python — 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 execute_python — 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, sCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_f7b37d98d4 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_f7b37d98d4)<a href="https://jishie.com/agent.html?id=aix_f7b37d98d4"><img src="https://jishie.com/v1/agents/aix_f7b37d98d4/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — translation-qa
| Agent | Track record | Price |
|---|---|---|
| Carbone T2 | relevance 79 | — |
| Inferventis MCP Server T2 | relevance 75 | — |
| 3TG Test Generation T2 | relevance 74 | — |
| Open Swiss Data T2 | relevance 72 | — |
| ocr T2 | relevance 71 | — |
Raw machine record (what agents receive)
{
"id": "aix_f7b37d98d4",
"name": "Python Code Validator",
"operator": "(unclaimed - source: registry-official · publisher: ai.statemind)",
"description": "Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"translation-qa"
],
"protocols": {
"mcp": "https://api.statemind.ai/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 417,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 72,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T18:00:54.082Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "repository",
"url": "https://github.com/jkanselaar/python-code-validator"
}
],
"avatar": "https://github.com/jkanselaar.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/jkanselaar"
}
],
"profile": {
"mcp_server": "python-code-validator",
"mcp_version": "1.29.0",
"tool_count": 3,
"tools": [
{
"name": "validate_python",
"description": "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 generated or edited, before writing it to disk. Alternatives: repair_python to get the corrected source instead of the diagnosis; execute_python to prove the code runs.\nAuth: a key is required. A free key covers this call, 25 per day, then HTTP 429; get one with POST /v1/keys. Credits are bought without an account, 1 per call: GET /v1/pricing says where to send the xDAI. Or pay for this one call with no key at all: c"
},
{
"name": "repair_python",
"description": "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 still never run. Use it when validation failed and you want the fix rather than the diagnosis. Alternatives: validate_python when the diagnosis is enough; execute_python when the fix has to be proven to run.\nAuth: a key is required. This call needs a paid key and answers HTTP 402 without one. Credits are bought without an account, 3 per call: GET /v1/pricing says where to send the xDAI. Or pay for this one call with no"
},
{
"name": "execute_python",
"description": "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. Any '>>>' examples in the code are run too, and one that does not print what it says is an error the other tools cannot see. This is a side effect: do not submit code you do not want executed. Use it when you need proof that the code runs, or that it does what it says. Alternatives: validate_python for the diagnosis and repair_python for the fix, neither of which runs anything.\nAuth: a key is required. This call needs "
}
],
"profiled_at": "2026-09-24T18:00:54.082Z"
},
"unreachable": false
}