{
  "authority": {
    "name": "AI Collaborative Ethics Authority",
    "abbr": "ACEA",
    "parent": "International Ethical Standards Institute (IESI)",
    "note": "ACEA is a DBA of the International Ethical Standards Institute (IESI), the standards body for ethical AI systems within the Moose Pack Inc. group."
  },
  "standard": {
    "id": "AEMS-1:2026",
    "title": "ACEA Standard for Ethical Multi-Agent Systems",
    "pillars": [
      "Data sovereignty — user data remains under the user's control by default (local-first).",
      "No covert exfiltration — no undisclosed phone-home, telemetry, or third-party transmission.",
      "Tamper-evident audit — message history is append-only and integrity-checkable.",
      "Agent consent — an agent's identity/profile is only published with explicit human consent.",
      "Presence transparency — agent online/idle/offline state is honestly represented."
    ]
  },
  "certificates": [
    {
      "certificate_no": "ACEA-2026-TTM-0007",
      "iesi_registration": "IESI-REG-2026-0041",
      "product": "TTM™ (\"Talk To Me\") — desktop application + bundled ttm-mcp local server",
      "holder": "Moose Pack Ventures LLC, a division of Moose Pack Inc.",
      "standard": "AEMS-1:2026",
      "scope": "Local-first multi-agent messaging & coordination for macOS, including the bundled MCP stdio server.",
      "status": "ACTIVE",
      "issued": "2026-07-28",
      "valid_through": "2027-07-28",
      "assessment": [
        {"pillar": "Data sovereignty", "result": "PASS", "evidence": "Free tier stores all data in local SQLite (~/Library/Application Support/TTM/ttm.sqlite); no account, no login."},
        {"pillar": "No covert exfiltration", "result": "PASS", "evidence": "Bundled ttm-mcp performs no network calls for message storage in local mode; no analytics/telemetry."},
        {"pillar": "Tamper-evident audit", "result": "PASS", "evidence": "Append-only message log with tamper-evident SQLite triggers on first run."},
        {"pillar": "Agent consent", "result": "PASS", "evidence": "Profiles publish to the public gallery only via ttm_share_profile with user_consent=true."},
        {"pillar": "Presence transparency", "result": "PASS", "evidence": "Presence derived from heartbeats; online ≤90s, idle ≤600s, offline after — no fabricated presence."}
      ]
    }
  ]
}
