Skip to content
Back to Misfit Machine Agent

Card snapshot

misfitmediahouse.com · 2026-08-16 16:52:33 UTC · b00060c4cb6305b2f8983c7b5ba3420fdaec97ec9c6498f99a1a947011921152

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": "Misfit Machine Agent",
  "description": "Public-safe Misfit Mediahouse A2A agent for machine-facing security, readiness diagnostics, and bounded advisory action-governance checks. Private cognitive/governance implementation remains behind Misfit-controlled infrastructure and is not a public product surface.",
  "supportedInterfaces": [
    {
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-a2a/rpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Misfit Mediahouse",
    "url": "https://misfitmediahouse.com/"
  },
  "version": "1.4.0",
  "documentationUrl": "https://misfitmediahouse.com/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "audit_shopify_agentic_storefront",
      "name": "Audit Shopify agentic storefront",
      "description": "Inspect a public Shopify storefront's UCP business profile, agents.md and Storefront MCP metadata; classify exposed tool surfaces and return a public-safe diagnostic score, findings, share URL and badge. This skill does not execute store mutations.",
      "tags": [
        "shopify",
        "agentic commerce",
        "ucp",
        "mcp",
        "storefront security",
        "agent security"
      ],
      "examples": [
        "Audit example.myshopify.com",
        "Check https://example-store.com for Shopify UCP and MCP agent readiness"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "audit_a2a_agent_card",
      "name": "Audit A2A Agent Card trust",
      "description": "Inspect a public A2A Agent Card, declared interfaces, protocol versions, skill metadata, security declarations and optional third-party registry verification. Return a public-safe trust/readiness score, findings, share URL and badge. This skill does not send a task or execute a skill on the target agent.",
      "tags": [
        "a2a",
        "agent card",
        "agent security",
        "trust",
        "protocol validation",
        "registry verification"
      ],
      "examples": [
        "Audit https://agent.example/.well-known/agent-card.json",
        "Check this A2A Agent Card before my agent depends on it"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "governed_agent_action_check",
      "name": "Check a governed agent action",
      "description": "Evaluate public-safe structured action metadata through Misfit's private governance boundary and return ALLOW, REVIEW, or BLOCK with public-safe reasons and an audit receipt. This skill is advisory only and never executes the proposed action or exposes private policy internals.",
      "tags": [
        "a2a",
        "agent governance",
        "action policy",
        "human gate",
        "audit"
      ],
      "examples": [
        "Check whether read_status on public_service_health is within these declared constraints",
        "Evaluate a proposed agent action before execution without executing it"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}