Skip to content
Back to python-code-validator

Card snapshot

api.statemind.ai · 2026-08-06 05:59:31 UTC · 9babc4fec7c1350b01724b48ce6bdb0f8fa551a4b7ba2de3751cf2b9f0730be9

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.0.0",
  "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"
  ]
}