Card snapshot
api.statemind.ai
·
2026-08-08 09:06:57 UTC
·
4c22660ad5c0ae7d52704322a7a4c99f4fcb56bda4a744aa34c6b572090be004
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.2.0",
"name": "python-code-validator",
"description": "Validates, repairs and hardens AI-generated Python: syntax and lint diagnostics, security scanning (bandit, AST policy, credential scan), deterministic auto-fixes and optimisation via SMIRE, optional sandboxed execution and Python-to-JavaScript transpilation.",
"url": "http://api.statemind.ai/a2a",
"preferredTransport": "JSONRPC",
"version": "1.2.2",
"documentationUrl": "http://api.statemind.ai/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "python_code_validator",
"name": "python-code-validator",
"description": "Validates, repairs and hardens AI-generated Python: syntax and lint diagnostics, security scanning (bandit, AST policy, credential scan), deterministic auto-fixes and optimisation via SMIRE, optional sandboxed execution and Python-to-JavaScript transpilation.",
"tags": [
"code-validation",
"python-syntax",
"security-scan",
"code-repair",
"a2a"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
],
"examples": [
"{\"code\": \"def add(a, b):\\n return a + b\\n\", \"mode\": \"static\"}"
]
}
],
"x-pricing": {
"hint": "0.0002 xDAI per call"
},
"x-modes": [
"static",
"repair",
"execute"
],
"x-languages": [
"python"
]
}