{
  "url": "https://agentability.io/index/square.html",
  "tier": "Developing",
  "score": 37,
  "product": "Square",
  "findings": [
    {
      "score": 0,
      "finding": "On errors return structured context (what failed, error code, offending field) in both UI and API — not an opaque 'Something went wrong'.",
      "check_id": "H1",
      "severity": "high",
      "principle": "handoffs"
    },
    {
      "score": 0,
      "finding": "Make every error state the next action ('Email is invalid — enter a valid address').",
      "check_id": "H2",
      "severity": "high",
      "principle": "handoffs"
    },
    {
      "score": 0,
      "finding": "Offer a one-line summary plus an expandable drill-down for important results.",
      "check_id": "T3",
      "severity": "high",
      "principle": "transparency"
    },
    {
      "score": 0,
      "finding": "Attach source references or input citations (link or id) to generated outputs.",
      "check_id": "T4",
      "severity": "high",
      "principle": "transparency"
    },
    {
      "score": 0,
      "finding": "Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.",
      "check_id": "C1",
      "severity": "high",
      "principle": "control"
    },
    {
      "score": 0,
      "finding": "Support undo/override on completed actions (an 'Undo' on destructive changes, editable results).",
      "check_id": "C3",
      "severity": "high",
      "principle": "control"
    }
  ],
  "audited_at": "2026-06-12",
  "page_scores": {
    "docs": 38.5,
    "pricing": 49.6,
    "homepage": 36.6
  },
  "principle_scores": {
    "status": 0.3,
    "control": 0.439,
    "chunking": 0.58,
    "defaults": 0.325,
    "handoffs": 0,
    "shadow_ui": 0.45,
    "transparency": 0.175,
    "machine_readability": 0.656
  }
}