Card snapshot
aevumsecurity.com.sg
·
2026-08-02 19:18:56 UTC
·
fb5dea04fb1cb9a5a95a4ffbd7165fe6755768386756a0dc298aefbaf2bf37cd
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": "20260802T143212Z-f343cd12",
"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": "20260802T143212Z-f343cd12",
"contentHash": "f343cd1250c6ea1258f11e680926e28df9e82fecfab522760bc7fb42d20105b5",
"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": "Aevum Security's cybersecurity services: slug, name and a one-line summary. The slug is the service identifier accepted by get_service_details and 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": "Submits a business enquiry to Aevum Security on behalf of the caller's principal. Creates a real enquiry that a person reads and replies to within 1 business day; it cannot be withdrawn once submitted. Returns the enquiry id as proof of receipt.",
"tags": [
"mutating"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": [
{
"schemes": {
"agentKey": {
"list": []
}
}
}
]
}
]
}