Skip to content
Back to Hacker Bob public records

Card snapshot

hackerbob.ai · 2026-08-23 22:49:23 UTC · 88cc6eca64285b9c9322610c027253931f2578d0ac3521b3bfe252af2909e299

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": "Hacker Bob public records",
  "description": "Read-only Agent2Agent interface for cleared public Hacker Bob CVE records, capability metadata, and local installation guidance. It cannot run assessments or interact with targets.",
  "supportedInterfaces": [
    {
      "url": "https://hackerbob.ai/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://hackerbob.ai",
    "organization": "Bobnet, Inc."
  },
  "version": "1.0.0",
  "documentationUrl": "https://hackerbob.ai/api-reference",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-public-cve-records",
      "name": "Search public CVE records",
      "description": "Search cleared public Hacker Bob CVE records by identifier, project, or publication status.",
      "tags": [
        "cve",
        "public-records",
        "search",
        "read-only"
      ],
      "examples": [
        "Find CVE-2026-47747",
        "List public netatalk records"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "describe-hacker-bob-capabilities",
      "name": "Describe Hacker Bob capabilities",
      "description": "Explain the public interface boundary and how an authorized operator installs the local assessment runtime.",
      "tags": [
        "capabilities",
        "installation",
        "authorization",
        "read-only"
      ],
      "examples": [
        "What can the hosted Hacker Bob interfaces do?",
        "How do I install Hacker Bob locally?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "iconUrl": "https://hackerbob.ai/favicon.svg"
}