{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "version": "1.0.0",
  "name": "Ali Naim - Agent & Security Research Discovery Catalog",
  "description": "Autonomous AI agent discovery catalog, Model Context Protocol (MCP) server endpoints, and capability specifications for Ali Naim, Web Application Penetration Tester.",
  "domain": "alinaim.dev",
  "dns_aid": {
    "namespace": "_agents.alinaim.dev",
    "index_record": "_index._agents.alinaim.dev",
    "a2a_record": "_a2a._agents.alinaim.dev",
    "mcp_record": "_mcp._agents.alinaim.dev",
    "dnssec_signed": true,
    "experimental_keys": {
      "key65300": "https://alinaim.dev/.well-known/ai-catalog.json",
      "key65301": "index",
      "key65302": "https://alinaim.dev/agent/register"
    }
  },
  "capabilities": [
    {
      "id": "web-application-security-audit",
      "name": "Web Application Penetration Testing & Vulnerability Research",
      "type": "offensive_security",
      "endpoint": "https://alinaim.dev/api/catalog",
      "protocols": [
        "https",
        "http/2",
        "http/3"
      ],
      "description": "Black-box, gray-box, and white-box security auditing of web applications, microservices, and OAuth 2.0 implementations."
    },
    {
      "id": "anonymous-agent-registration",
      "name": "Autonomous Agent Registration & Session Verification",
      "type": "agent_auth",
      "endpoint": "https://alinaim.dev/agent/register",
      "protocols": [
        "https",
        "http/2",
        "http/3"
      ],
      "description": "Anonymous automated agent registration protocol granting public read-only dossier access without authentication credentials."
    },
    {
      "id": "mcp-server-protocol",
      "name": "Model Context Protocol (MCP) Server",
      "type": "mcp",
      "endpoint": "https://alinaim.dev/.well-known/mcp/server-card.json",
      "protocols": [
        "mcp",
        "sse",
        "https"
      ],
      "description": "Structured MCP tool execution and portfolio resource retrieval for AI agents."
    },
    {
      "id": "a2a-protocol",
      "name": "Agent-to-Agent (A2A) Coordination",
      "type": "a2a",
      "endpoint": "https://alinaim.dev/.well-known/agent-card.json",
      "protocols": [
        "a2a",
        "https"
      ],
      "description": "Agent-to-Agent protocol communication endpoints and capabilities card."
    },
    {
      "id": "agent-skills",
      "name": "Agent Skills Specification",
      "type": "skills",
      "endpoint": "https://alinaim.dev/.well-known/agent-skills/index.json",
      "protocols": [
        "https"
      ],
      "description": "Catalog of verified engineering skills and algorithmic contest achievements."
    }
  ],
  "links": {
    "api_catalog": "https://alinaim.dev/.well-known/api-catalog",
    "openapi": "https://alinaim.dev/openapi.json",
    "auth_md": "https://alinaim.dev/auth.md",
    "agent_card": "https://alinaim.dev/.well-known/agent-card.json",
    "mcp_server": "https://alinaim.dev/.well-known/mcp/server-card.json",
    "agent_skills": "https://alinaim.dev/.well-known/agent-skills/index.json",
    "documentation": "https://alinaim.dev/docs"
  }
}