Skip to content
Back to compliance-hub Agent

Card snapshot

compliance-agent-platform.dev · 2026-07-26 22:52:04 UTC · d8b967f5461652b18e54ee0574425086936befc329c49c23bebc95e3175f2184

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.

{
  "protocolVersion": "0.3.0",
  "name": "compliance-hub Agent",
  "description": "Compliance automation agent for compliance-hub. Manages regulatory checks, policy enforcement, and audit trails across the organization.",
  "url": "https://compliance-agent-platform.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "policy-check",
      "name": "policy-check",
      "description": "Validate resources against compliance policies",
      "tags": [
        "policy",
        "governance"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "audit-trail",
      "name": "audit-trail",
      "description": "Maintain immutable audit logs for all changes",
      "tags": [
        "audit",
        "logging"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "risk-assess",
      "name": "risk-assess",
      "description": "Run automated risk assessments on new deployments",
      "tags": [
        "risk",
        "assessment"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "report",
      "name": "report",
      "description": "Generate SOC2, GDPR, and HIPAA compliance reports",
      "tags": [
        "reporting",
        "compliance"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "remediate",
      "name": "remediate",
      "description": "Auto-remediate non-compliant configurations",
      "tags": [
        "remediation",
        "automation"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "Compliance Agent Platform",
    "url": "https://compliance-agent-platform.dev"
  }
}