Skip to content
Back to Aevum Security

Card snapshot

agents.aevumsecurity.com.sg · 2026-07-30 05:55:33 UTC · 6fe76010311f1ee4550222923d1e153ebdeab866a255861c7bc77267768afa47

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": "Aevum Security",
  "description": "Auditor-developed cybersecurity solutions for MAS-regulated financial institutions and GovTech-regulated technology vendors in Singapore.",
  "supportedInterfaces": [
    {
      "url": "https://agents.aevumsecurity.com.sg/mcp",
      "protocolBinding": "MCP-STREAMABLE-HTTP",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://agents.aevumsecurity.com.sg/actions",
      "protocolBinding": "B2A-HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Aevum Security",
    "url": "https://aevumsecurity.com.sg"
  },
  "version": "20260730T013936Z-9562c5db",
  "documentationUrl": "https://agents.aevumsecurity.com.sg/docs/index.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://agents.aevumsecurity.com.sg/.well-known/b2a.json",
        "description": "B2A agent surface. This card is a derived discovery alias; the canonical machine manifest is b2a.json at the uri above. The declared interfaces are MCP streamable HTTP and B2A REST actions, not the A2A JSON-RPC task protocol.",
        "required": false,
        "params": {
          "b2aVersion": "0.1",
          "surfaceVersion": "20260730T013936Z-9562c5db",
          "contentHash": "9562c5dbc3648c9d8928cd081654b465e0e3b914d05bbfd3e34e1c39479b7e83",
          "endpoints": {
            "manifest": "https://agents.aevumsecurity.com.sg/.well-known/b2a.json",
            "mcp": "https://agents.aevumsecurity.com.sg/mcp",
            "actions": "https://agents.aevumsecurity.com.sg/actions",
            "openapi": "https://agents.aevumsecurity.com.sg/openapi.json",
            "llmsTxt": "https://agents.aevumsecurity.com.sg/llms.txt",
            "changelog": "https://agents.aevumsecurity.com.sg/changelog"
          },
          "sandbox": true,
          "receipts": true,
          "idempotency": true
        }
      }
    ]
  },
  "securitySchemes": {
    "agentKey": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "description": "Mutating actions require a bearer key issued by the gateway. Request one via enquiries@aevumsecurity.com.sg. Agents may additionally present RFC 9421 / Web-Bot-Auth signatures; they are verified and recorded (advisory \u2014 never required)."
      }
    }
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "list_services",
      "name": "List services",
      "description": "List Aevum Security's cybersecurity services (slug, name, one-line summary). Use the slug with get_service_details or submit_enquiry.",
      "tags": [
        "read-only"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_service_details",
      "name": "Get service details",
      "description": "Full details of one Aevum Security service, by slug from list_services.",
      "tags": [
        "read-only"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit_enquiry",
      "name": "Submit an enquiry",
      "description": "Send a business enquiry to Aevum Security on behalf of your principal. Creates a real enquiry (a human will respond within 1 business day) \u2014 only call with the principal's consent. Returns the enquiry id as proof of receipt.",
      "tags": [
        "mutating"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "securityRequirements": [
        {
          "schemes": {
            "agentKey": {
              "list": []
            }
          }
        }
      ]
    }
  ]
}