Back to HefestoAI

Card snapshot

hefestoai.narapallc.com · 2026-05-18 12:55:57 UTC · 2f41345d7aace6ad7833e910d469c65dbc2720dbd4d618a67970148a36b9bd2b

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.

{
  "name": "HefestoAI",
  "description": "AI-powered code quality guardian. Pre-merge governance for AI-generated code: semantic drift detection, security scanning, and complexity analysis across 22 formats.",
  "url": "https://hefestoai.narapallc.com",
  "version": "4.13.1",
  "provider": {
    "organization": "Narapa LLC",
    "url": "https://narapallc.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "analyze",
      "name": "Code Analysis",
      "description": "Analyze code files or directories for security vulnerabilities, complexity issues, semantic drift, and code smells. Supports Python, TypeScript, JavaScript, Java, Go, Rust, C#, plus 15 DevOps and Cloud IaC formats (including COBOL governance).",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain",
        "text/html"
      ]
    },
    {
      "id": "security-scan",
      "name": "Security Scanning",
      "description": "Detect HARDCODED_SECRET, SQL_INJECTION, COMMAND_INJECTION, PATH_TRAVERSAL, UNSAFE_DESERIALIZATION and other security vulnerabilities.",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "semantic-drift",
      "name": "Semantic Drift Detection",
      "description": "Detect when AI-generated code deviates from intended behavior. Validates that code does what the prompt asked for.",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "credentials": "Set HEFESTO_API_KEY environment variable or X-API-Key header"
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}