Back to IntegrityPulse Integrity Suite

Card snapshot

integritypulse.marywomack.workers.dev · 2026-05-18 12:42:39 UTC · 01020e6fa0fd8d376fd828afbbd0dbe4608973b76c19ef36a2b7ad5aec4dd919

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": "IntegrityPulse Integrity Suite",
  "description": "Three-tool suite for AI agents: verified cloud pricing (FinOps), live API spec parsing (API-Bridge), and infrastructure security scanning (Guardrail).",
  "url": "https://integritypulse.marywomack.workers.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "forecast_deployment_cost",
      "name": "Forecast Deployment Cost",
      "description": "Estimate monthly cloud deployment cost for AWS, GCP, or Azure.",
      "tags": [
        "finops",
        "cloud-pricing",
        "aws",
        "gcp",
        "azure"
      ],
      "examples": [
        "What would it cost to run an m5.large with a managed Postgres on AWS?"
      ]
    },
    {
      "id": "bridge_api_spec",
      "name": "Bridge API Spec",
      "description": "Fetch and parse an OpenAPI/Swagger spec into structured endpoint definitions.",
      "tags": [
        "api",
        "openapi",
        "swagger",
        "integration"
      ],
      "examples": [
        "Parse the Stripe API spec and show me the endpoints for creating charges."
      ]
    },
    {
      "id": "audit_infrastructure_code",
      "name": "Audit Infrastructure Code",
      "description": "Scan Terraform/CloudFormation/Pulumi for security vulnerabilities and ghost costs.",
      "tags": [
        "security",
        "iac",
        "terraform",
        "guardrail",
        "enterprise"
      ],
      "examples": [
        "Audit this Terraform for security issues before I deploy."
      ]
    }
  ]
}