Skip to content
Back to Aevum Security

Card snapshot

aevumsecurity.com.sg · 2026-08-02 10:50:38 UTC · d81d9491869d9299aab7f008391ff421aa84982813b8259a86af195feed59c98

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": "20260801T132622Z-6edf1e1d",
  "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": "20260801T132622Z-6edf1e1d",
          "contentHash": "6edf1e1df4b440f96222e5ba29c77864cff925ce37ad6619b0673940a71515e4",
          "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": []
            }
          }
        }
      ]
    }
  ]
}