Skip to content
Back to defenseops-intel Agent

Card snapshot

defenseops-ai.dev · 2026-07-26 22:52:13 UTC · 92dc94ab40563ffa38dbab99b16bc5374a2bbc0a182f4363212ce22b1a7e9ad8

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": "defenseops-intel Agent",
  "description": "Defense intelligence agent for defenseops-intel. Manages classified data pipelines, STIG compliance, and secure communications.",
  "url": "https://defenseops-ai.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "classify",
      "name": "classify",
      "description": "Process and classify intelligence documents",
      "tags": [
        "classification",
        "intel"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "stig",
      "name": "stig",
      "description": "Validate systems against DISA STIG requirements",
      "tags": [
        "stig",
        "hardening"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "comms",
      "name": "comms",
      "description": "Manage secure communication channels",
      "tags": [
        "communications",
        "encryption"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "access",
      "name": "access",
      "description": "Process security clearance and access requests",
      "tags": [
        "clearance",
        "access-control"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "audit",
      "name": "audit",
      "description": "Generate FedRAMP and NIST 800-53 audit reports",
      "tags": [
        "fedramp",
        "nist"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "DefenseOps AI",
    "url": "https://defenseops-ai.dev"
  }
}