{
  "meta": {
    "title": "Trust - AgentGuard47",
    "description": "What runs locally, what the dashboard stores, how retention works, and where to report security issues.",
    "canonical": "https://agentguard47.com/trust"
  },
  "heading": "Trust",
  "intro": "SDK first. Hosted if needed.",
  "summaryCards": [
    {
      "title": "Local first",
      "body": "The SDK runs in your code. It is MIT-licensed and ships with zero SDK runtime dependencies."
    },
    {
      "title": "Explicit data only",
      "body": "The dashboard stores only the traces and events you send. No surprise prompt capture."
    },
    {
      "title": "Hosted control",
      "body": "Hosted plans add alerts, retained incidents, remote kill, and team workflows."
    }
  ],
  "retention": [
    {
      "plan": "Trial",
      "days": 30,
      "events": 500000
    },
    {
      "plan": "Pro",
      "days": 30,
      "events": 500000
    },
    {
      "plan": "Team",
      "days": 90,
      "events": 5000000
    }
  ],
  "links": [
    {
      "label": "Security disclosure",
      "url": "/.well-known/security.txt"
    },
    {
      "label": "SDK GitHub",
      "url": "https://github.com/bmdhodl/agent47"
    },
    {
      "label": "Quickstart",
      "url": "/quickstart"
    },
    {
      "label": "Machine-readable trust",
      "url": "/trust.json"
    }
  ],
  "lastUpdated": "2026-04-03"
}