Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
107153
Ignored
107082
Jobs dispatched
75

Event ce2e259a…

← All events

Event

Delivery
ce2e259a-6496-11f1-9185-d6785af4136a
Event
status
Action
Received
2026-06-10T06:37:10.082Z
Signature
valid
Parsed
yes
Sender
vercel[bot]
Repo
darkmatter/iridium
Status
ignored — unsupported_event

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.47",
  "cf-ipcountry": "US",
  "cf-ray": "a0965da9f84ed6ab",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "14279",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/a230a7e",
  "x-forwarded-proto": "https",
  "x-github-delivery": "ce2e259a-6496-11f1-9185-d6785af4136a",
  "x-github-event": "status",
  "x-github-hook-id": "628737947",
  "x-github-hook-installation-target-id": "3663660",
  "x-github-hook-installation-target-type": "integration",
  "x-real-ip": "140.82.115.47"
}

Payload

{
  "id": 48707311778,
  "sha": "c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
  "name": "darkmatter/iridium",
  "target_url": "https://vercel.com/darkmatterlabs/titan/C9Gt4PvWekBzXCMJUZMz73xojsdV",
  "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
  "context": "Vercel",
  "description": "Vercel is deploying your app",
  "state": "pending",
  "commit": {
    "sha": "c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
    "node_id": "C_kwDORDLl6NoAKGMwYTcyNmM5MjMyZDk3M2Q4NTQ2ZWFhMzBiMGI3ZWQ3MWJiMzQ5YzQ",
    "commit": {
      "author": {
        "name": "Farhan Khalaf",
        "email": "249513614+fkb032@users.noreply.github.com",
        "date": "2026-06-10T06:37:03Z"
      },
      "committer": {
        "name": "Farhan Khalaf",
        "email": "249513614+fkb032@users.noreply.github.com",
        "date": "2026-06-10T06:37:03Z"
      },
      "message": "fix(extension): fail closed when Uniswap DOM can't be read confidently\n\nThe DOM reader's safety net only worked against the test mock: the\norientation/current-price IDs it reads exist nowhere outside the\nfixture, so on live pages the 0.01-100x sanity gate never ratio-checked\nanything, USD normalization proceeded on an unverified native-\norientation assumption (the comment claimed the gate had constrained\nvalues — false without a current price), and the tier-3 positional\nfallback degraded to 'first two decimal inputs in document.body', which\ncan capture deposit-amount fields as range bounds and render confident\nprojections from garbage — feeding live-money LP decisions.\n\n- tier-3 positional fallback now requires a confirmed current price\n  (the only thing that lets the sanity gate constrain candidates);\n  without one the reader returns no-read -> existing manual-entry UX\n- normalizeToUsdPerToken0 refuses the no-orientation path unless a\n  confirmed current price validated the units (new currentPrice input,\n  threaded from the read at the content-script call site)\n- misleading comments corrected; both directions covered by tests\n\nReader telemetry and a live-DOM capture fixture are tracked separately\n(Worker ingest schema doesn't support reader telemetry today).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
      "tree": {
        "sha": "0138dd9c48661e188994a5ffc68160394d1545ca",
        "url": "https://api.github.com/repos/darkmatter/iridium/git/trees/0138dd9c48661e188994a5ffc68160394d1545ca"
      },
      "url": "https://api.github.com/repos/darkmatter/iridium/git/commits/c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
      "comment_count": 0,
      "verification": {
        "verified": false,
        "reason": "unknown_key",
        "signature": "-----BEGIN SSH SIGNATURE-----\nU1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgSKN6rnQdLWDbsFNF8nxdYg+sBf\n1RWRqnl+Ag4I60Dn4AAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5\nAAAAQIaBhnKTUd+MbZ174ASHbGJY+1eywmCZTtlwZuFzzBq47GsImTYrDAcP88l0G9lS/U\n1pf6PgWVkVwYECSt9RjwQ=\n-----END SSH SIGNATURE-----",
        "payload": "tree 0138dd9c48661e188994a5ffc68160394d1545ca\nparent 9932cd29b8de52e94026364399ce61be08a0ff12\nauthor Farhan Khalaf <249513614+fkb032@users.noreply.github.com> 1781073423 -0600\ncommitter Farhan Khalaf <249513614+fkb032@users.noreply.github.com> 1781073423 -0600\n\nfix(extension): fail closed when Uniswap DOM can't be read confidently\n\nThe DOM reader's safety net only worked against the test mock: the\norientation/current-price IDs it reads exist nowhere outside the\nfixture, so on live pages the 0.01-100x sanity gate never ratio-checked\nanything, USD normalization proceeded on an unverified native-\norientation assumption (the comment claimed the gate had constrained\nvalues — false without a current price), and the tier-3 positional\nfallback degraded to 'first two decimal inputs in document.body', which\ncan capture deposit-amount fields as range bounds and render confident\nprojections from garbage — feeding live-money LP decisions.\n\n- tier-3 positional fallback now requires a confirmed current price\n  (the only thing that lets the sanity gate constrain candidates);\n  without one the reader returns no-read -> existing manual-entry UX\n- normalizeToUsdPerToken0 refuses the no-orientation path unless a\n  confirmed current price validated the units (new currentPrice input,\n  threaded from the read at the content-script call site)\n- misleading comments corrected; both directions covered by tests\n\nReader telemetry and a live-DOM capture fixture are tracked separately\n(Worker ingest schema doesn't support reader telemetry today).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n",
        "verified_at": null
      }
    },
    "url": "https://api.github.com/repos/darkmatter/iridium/commits/c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
    "html_url": "https://github.com/darkmatter/iridium/commit/c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
    "comments_url": "https://api.github.com/repos/darkmatter/iridium/commits/c0a726c9232d973d8546eaa30b0b7ed71bb349c4/comments",
    "author": {
      "login": "fkb032",
      "id": 249513614,
      "node_id": "U_kgDODt9Gjg",
      "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fkb032",
      "html_url": "https://github.com/fkb032",
      "followers_url": "https://api.github.com/users/fkb032/followers",
      "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
      "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
      "organizations_url": "https://api.github.com/users/fkb032/orgs",
      "repos_url": "https://api.github.com/users/fkb032/repos",
      "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fkb032/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "committer": {
      "login": "fkb032",
      "id": 249513614,
      "node_id": "U_kgDODt9Gjg",
      "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fkb032",
      "html_url": "https://github.com/fkb032",
      "followers_url": "https://api.github.com/users/fkb032/followers",
      "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
      "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
      "organizations_url": "https://api.github.com/users/fkb032/orgs",
      "repos_url": "https://api.github.com/users/fkb032/repos",
      "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fkb032/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "parents": [
      {
        "sha": "9932cd29b8de52e94026364399ce61be08a0ff12",
        "url": "https://api.github.com/repos/darkmatter/iridium/commits/9932cd29b8de52e94026364399ce61be08a0ff12",
        "html_url": "https://github.com/darkmatter/iridium/commit/9932cd29b8de52e94026364399ce61be08a0ff12"
      }
    ]
  },
  "branches": [
    {
      "name": "fkb/dom-reader-fail-closed",
      "commit": {
        "sha": "c0a726c9232d973d8546eaa30b0b7ed71bb349c4",
        "url": "https://api.github.com/repos/darkmatter/iridium/commits/c0a726c9232d973d8546eaa30b0b7ed71bb349c4"
      },
      "protected": false
    }
  ],
  "created_at": "2026-06-10T06:37:09+00:00",
  "updated_at": "2026-06-10T06:37:09+00:00",
  "repository": {
    "id": 1144186344,
    "node_id": "R_kgDORDLl6A",
    "name": "iridium",
    "full_name": "darkmatter/iridium",
    "private": true,
    "owner": {
      "login": "darkmatter",
      "id": 17834193,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
      "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/darkmatter",
      "html_url": "https://github.com/darkmatter",
      "followers_url": "https://api.github.com/users/darkmatter/followers",
      "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
      "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
      "organizations_url": "https://api.github.com/users/darkmatter/orgs",
      "repos_url": "https://api.github.com/users/darkmatter/repos",
      "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
      "received_events_url": "https://api.github.com/users/darkmatter/received_events",
      "type": "Organization",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/darkmatter/iridium",
    "description": null,
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/iridium",
    "forks_url": "https://api.github.com/repos/darkmatter/iridium/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/iridium/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/iridium/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/iridium/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/iridium/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/iridium/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/iridium/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/iridium/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/iridium/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/iridium/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/iridium/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/iridium/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/iridium/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/iridium/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/iridium/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/iridium/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/iridium/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/iridium/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/iridium/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/iridium/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/iridium/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/iridium/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/iridium/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/iridium/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/iridium/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/iridium/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/iridium/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/iridium/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/iridium/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/iridium/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/iridium/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/iridium/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/iridium/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/iridium/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/iridium/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/iridium/deployments",
    "created_at": "2026-01-28T11:53:43Z",
    "updated_at": "2026-06-09T11:04:36Z",
    "pushed_at": "2026-06-10T06:37:04Z",
    "git_url": "git://github.com/darkmatter/iridium.git",
    "ssh_url": "git@github.com:darkmatter/iridium.git",
    "clone_url": "https://github.com/darkmatter/iridium.git",
    "svn_url": "https://github.com/darkmatter/iridium",
    "homepage": "https://switchblade.app",
    "size": 56795,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 4,
    "license": null,
    "allow_forking": false,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "internal",
    "forks": 0,
    "open_issues": 4,
    "watchers": 0,
    "default_branch": "main",
    "custom_properties": {}
  },
  "organization": {
    "login": "darkmatter",
    "id": 17834193,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
    "url": "https://api.github.com/orgs/darkmatter",
    "repos_url": "https://api.github.com/orgs/darkmatter/repos",
    "events_url": "https://api.github.com/orgs/darkmatter/events",
    "hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
    "issues_url": "https://api.github.com/orgs/darkmatter/issues",
    "members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
    "public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
    "description": ""
  },
  "enterprise": {
    "id": 469843,
    "slug": "darkmatter",
    "name": "darkmatter",
    "node_id": "E_kgDOAAcrUw",
    "avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
    "description": "",
    "website_url": "darkmatter.io",
    "html_url": "https://github.com/enterprises/darkmatter",
    "created_at": "2025-09-07T16:01:00Z",
    "updated_at": "2026-06-07T16:53:26Z"
  },
  "sender": {
    "login": "vercel[bot]",
    "id": 35613825,
    "node_id": "MDM6Qm90MzU2MTM4MjU=",
    "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/vercel%5Bbot%5D",
    "html_url": "https://github.com/apps/vercel",
    "followers_url": "https://api.github.com/users/vercel%5Bbot%5D/followers",
    "following_url": "https://api.github.com/users/vercel%5Bbot%5D/following{/other_user}",
    "gists_url": "https://api.github.com/users/vercel%5Bbot%5D/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/vercel%5Bbot%5D/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/vercel%5Bbot%5D/subscriptions",
    "organizations_url": "https://api.github.com/users/vercel%5Bbot%5D/orgs",
    "repos_url": "https://api.github.com/users/vercel%5Bbot%5D/repos",
    "events_url": "https://api.github.com/users/vercel%5Bbot%5D/events{/privacy}",
    "received_events_url": "https://api.github.com/users/vercel%5Bbot%5D/received_events",
    "type": "Bot",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}