JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 24022,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 975,
"HTML": 1861,
"Shell": 2575,
"JavaScript": 223
},
"pushed_at": "2026-07-24T15:28:44Z",
"created_at": "2022-09-05T13:42:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T15:39:31Z",
"description": "The Ably features spec for client library SDKs.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Shell",
"significant_languages": [
"Shell",
"HTML",
"CSS"
]
},
"owner": {
"blog": "https://ably.com/documentation",
"name": "Ably Realtime - our client library SDKs and libraries",
"type": "Organization",
"login": "ably",
"company": null,
"location": "London, UK",
"followers": 214,
"avatar_url": "https://avatars.githubusercontent.com/u/1859245?v=4",
"created_at": "2012-06-17T17:14:20Z",
"is_verified": null,
"public_repos": 123,
"account_age_days": 5154
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2024-01-04T14:23:12Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-12-05T12:54:31Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-01-09T17:11:13Z"
}
],
"recent_commits": [
{
"oid": "7ae7662792ca702e8d0534bcb025b571e67973b1",
"body": "only update attachSerial for non-resumed attaches",
"is_bot": false,
"headline": "Merge pull request #503 from ably/attachserial-update",
"author_name": "Simon Woolf",
"author_login": "SimonWoolf",
"committed_at": "2026-07-23T18:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d258883f4b84b41ccdcb7d32693e2ec7fecbd7",
"body": "Spec 6.0.1 replaced RTL15a with RTL15c: attachSerial is now only\nupdated from ATTACHED messages whose resumed attribute is false.\n\n- Rename the two RTL15a tests in channel_properties.md to RTL15c and\n update their quoted requirements to the new wording\n- Add a new test asserting attachSerial is NOT\n[…]\ne new behaviour)\n- Refresh the stale RTL10b quote in channel_history.md (now\n references RTL15c)\n- Update the RTL15 row in completion-status.md\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "uts: update attachSerial tests for RTL15a → RTL15c replacement",
"author_name": "evgeny",
"author_login": "ttypic",
"committed_at": "2026-07-23T18:04:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "71df3f74bd6c50a75433fc3b05a185673caab1ad",
"body": null,
"is_bot": false,
"headline": "only update attachSerial for non-resumed attaches",
"author_name": "Simon Woolf",
"author_login": "SimonWoolf",
"committed_at": "2026-07-23T18:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7becd91fc541bf580ddf71f8edf5f917f36ccb33",
"body": "[AIT-1204] Add RTLO4e10 and RTO10c1b1: the root object must never be tombstoned or GC-evicted",
"is_bot": false,
"headline": "Merge pull request #509 from ably/fix/rtlo4e10-root-tombstone-guard",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-07-23T09:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c9a95c45d4861ab0f8bd41cd42376dcdd64359",
"body": "…in isolation\n\nRTLO4e10 makes a tombstoned root unreachable in a conforming\nimplementation, so the channel-level test verifies the composed\nbehaviour and the GC-side exclusion remains defense-in-depth verified\nby its spec tag rather than by fabricating an impossible state.\nAddresses review feedback on #509.",
"is_bot": false,
"headline": "Document that the RTO10c1b1 GC branch is intentionally not exercised …",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-23T09:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efcdac9e4c58bd34062b60d08d921c94f0d3b0db",
"body": "…or GC-evicted\n\nRTO10c1b as written compelled a compliant SDK to violate RTO3b: an\nOBJECT_DELETE (or a tombstoned ObjectState) targeting the root object\nwould tombstone it - clearing its data, deregistering all listeners,\nand (since tombstone is a terminal state) making the channel's objects\npermane\n[…]\n realtime_object.md: new channel-level RTO10c1b1 test verifying root\n survives a GC sweep after a rogue OBJECT_DELETE and stays functional.\n\nRaised in ably/ably-js#2219 review discussion r3558197916.",
"is_bot": false,
"headline": "Add RTLO4e10 and RTO10c1b1: the root object must never be tombstoned …",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-23T09:12:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e99c3864ac32f3dce7caaaf52a0db23272c5bf69",
"body": "Move resumability decisions from the client to the server",
"is_bot": false,
"headline": "Merge pull request #488 from ably/resumability-decisions-to-the-server",
"author_name": "Simon Woolf",
"author_login": "SimonWoolf",
"committed_at": "2026-07-22T17:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a0a00061c3137fec2755a6babc43b93631e1307",
"body": null,
"is_bot": false,
"headline": "Move resumability decisions from the client to the server",
"author_name": "Simon Woolf",
"author_login": "SimonWoolf",
"committed_at": "2026-07-22T17:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0f0aa8ddb16db08f16d15e1e2f5810a78f9ae4",
"body": "Add UTS test specs for LiveObjects path-based API",
"is_bot": false,
"headline": "Merge pull request #473 from ably/uts-liveobjects",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-07-21T11:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9256593f1a6343e7c26a60ffa14ca614cfd63f2e",
"body": null,
"is_bot": false,
"headline": "Fixed spec inconsistency for RTPO8c",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T11:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21ffca9104acdd7b2cd680d9cf9d5e75f27d86c",
"body": "# Conflicts:\n#\tspecifications/objects-features.md",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into uts-liveobjects",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T11:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f33fb06c0035714d150b1f7b57e09cb497d959",
"body": "…mer guidance\n\n- rename the flush_async() pseudocode convention to process_pending_events():\n intent-named like the other conventions (poll_until, AWAIT_STATE) rather than\n leaking the JavaScript event-loop mechanism; define it cross-language with\n flushAsync()/setImmediate (ably-js) and runCurre\n[…]\ns_pending_events(), never a fixed WAIT) and bridge the derived-test\n flushAsync() bullet back to the convention\n- drop \"harness\" phrasing in favour of the docs' established helper/suite\n terminology",
"is_bot": false,
"headline": "docs(uts): rename flush_async to process_pending_events and refine ti…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9163fc8280eb8a6092e15eb6eb73e30d5fe28e5",
"body": "…from test specs\n\n- add reference pseudocode definitions for poll_until and the new\n poll_until_success to writing-test-specs.md: poll_until_success treats any\n error raised by the condition as \"keep polling\" and raises the most recent\n error on timeout so failures stay diagnosable; document both\n[…]\nstones with now() so ADVANCE_TIME is what makes\n them eligible; RTO10b1 previously passed even when objectsGCGracePeriod was\n ignored\n- drop redundant default timeouts from objects integration polls",
"is_bot": false,
"headline": "fix(uts): define polling/flush conventions and remove nondeterminism …",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1e22d433e70e5f9f98097d60c8a120f8ca8105b",
"body": "…sync\n\nThe bulk enterClient test counted only ENTER events on the observing\nclient: if that client's connection drops mid-test, members it missed\narrive via the presence re-sync as PRESENT events rather than ENTER,\nso an ENTER-only count undercounts forever and the poll burns its full\ntimeout - the \n[…]\ntent CI failure of the\nderived test. Members are now counted by clientId from both ENTER and\nPRESENT events, asserted as a set size.\n\nDerived ably-js test updated in lock-step (ably/ably-js@f5be7694).",
"is_bot": false,
"headline": "fix(uts/realtime): make the bulk-enter presence test resilient to re-…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "204f6476ac771756af4d9684901461307cbd42cd",
"body": "Review feedback (ttypic): semantics is the ObjectsMapSemantics enum,\nwire-encoded as an integer (OMP2) - the lowercase form asserted here\npreviously was ably-js's idiomatic string-literal rendering leaking\ninto the pseudo-code. The assertions revert to the symbolic \"LWW\",\nand a new 'Enum values' bul\n[…]\no documents the provision_objects_via_rest response contract: the\nhelper returns the created/updated objectIds flattened in request\norder, so derived tests can target follow-up operations by objectId.",
"is_bot": false,
"headline": "fix(uts/objects): assert map semantics as the symbolic enum value LWW",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0a7779efaf8ee6dbfef6920cd2657622cc7ed63",
"body": "…preconditions\n\nReview feedback:\n- RTO15 asserts the state entry is the encoded ObjectMessage for the\n driven mutation (RTO15e3), not just that one entry exists.\n- Both RTO20e1 tests assert 'inc_future IS NOT complete' before the\n channel state transition (matching the RTO20e waits-for-synced\n pattern), pinning the parked-in-wait precondition and closing the\n false-positive where an SDK that rejects early with 92008 would pass.",
"is_bot": false,
"headline": "fix(uts/objects): strengthen RTO15 shape assertions and RTO20e1 wait …",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a9af170e5d8171b15b1d121403d9f3bbd918ea9",
"body": "…ns audit\n\n- RTO25b/RTO26b/RTO20e1 unit tests reach DETACHED via client-side\n channel.detach(): an unsolicited server DETACHED triggers an immediate\n re-attach (RTL13a) in a compliant SDK, so the channel never observably\n stays DETACHED and AWAIT_STATE == DETACHED is a race. The shared\n helper m\n[…]\nlus\n language-applicability notes on the RTLC12e1 null row and the RTLMV4b\n key-type test.\n- objects_faults.md unit-tier cross-reference updated to the\n fails-on-channel-failed-0 test it describes.",
"is_bot": false,
"headline": "fix(uts/objects): spec-side corrections from the LiveObjects deviatio…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-21T10:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "701a51f7934110a9463dd54ae264f0925a2a8a6d",
"body": null,
"is_bot": false,
"headline": "RTPO8f: enumerate primitive types, reorder before failure clause RTPO8e",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-16T10:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c30ccd5cdc722cbf78c6fcced1a4109ca913022",
"body": "Previously PathObject#instance returned undefined/null when the path\nresolved to a primitive (RTPO8d). This is inconsistent with the Instance\nmodel itself: RTINS1 defines Instance as a view of \"a LiveObject or\nprimitive value\", and primitives already surface as Instances via\nInstance#get (RTINS5c).\n\n[…]\nest spec: the RTPO8c primitive-null test\nbecomes RTPO8f/instance-primitive-wrapped-0, asserting the returned\nInstance has no object id (RTINS3b) and exposes the primitive via\nInstance#value (RTINS4c).",
"is_bot": false,
"headline": "Deprecate RTPO8d: PathObject#instance now wraps primitives (RTPO8f)",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-16T10:15:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1da26476f2cb5b3321396ebf3221922aeec6e7a6",
"body": "…st pattern\n\nWhen a derived test fails because the UTS spec itself is wrong, the manual\npreviously said to \"fix the test to match the features spec\" — which quietly\nburies the spec bug and leaves it for every other SDK to re-hit. Make the\nguidance spec-first: the UTS spec is the source of truth, so \n[…]\nspec, then re-translate; don't resolve by editing the\n test).\n- Decision tree + Recording deviations: NO-branch is now a spec-first fail-fast;\n add the UTS Spec Errors section (four sections total).",
"is_bot": false,
"headline": "docs(uts): spec-first handling of UTS spec errors with a fail-fast te…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-15T12:26:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3649b91aa3dc1ca9157435136953c8c6f40dfdd",
"body": "…ecks\n\n[DX-1211] Add strictMode client option and granted-mode checks on subscribe and presence.get",
"is_bot": false,
"headline": "Merge pull request #505 from ably/DX-1211/strict-mode-granted-mode-ch…",
"author_name": "Umair",
"author_login": "umair-ably",
"committed_at": "2026-07-15T08:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36e156233d2e0c4b43a41f9f3bad407fff14710b",
"body": "…on surviving the next major\n\nApply Andy's suggestion that strictMode operations \"will instead throw\" an\nErrorInfo, and say a future major adopts the strict behaviour by default\nrather than that the default flips: whether v-next flips the strictMode\ndefault or removes the option and fixes the underlying behaviour\nunconditionally is not yet decided.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TO3r wording per review: throw phrasing, and don't commit to the opti…",
"author_name": "umair",
"author_login": "umair-ably",
"committed_at": "2026-07-15T08:51:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bdaa527744228d7ca6aa86182b5ad7a9b5911e7d",
"body": "… presence.get\n\nNew spec points TO3r (strictMode ClientOptions attribute), RTL7i\n(RealtimeChannel#subscribe checks granted modes for SUBSCRIBE) and RTP11f\n(RealtimePresence#get checks granted modes for PRESENCE_SUBSCRIBE), so that\noperations whose effect depends on a channel mode the server did not \n[…]\nrue) or log a warning while preserving\ntheir legacy silent result (strictMode false, the default).\n\nReference implementation: ably/ably-js#2236.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add strictMode client option and granted-mode checks on subscribe and…",
"author_name": "umair",
"author_login": "umair-ably",
"committed_at": "2026-07-14T14:50:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8ab1b5ad950fa064e12e56aecfbb4d6af87a006",
"body": "…K in RTO20 test\n\nThe ack-after-echo test injected the ACK immediately after increment(),\nimplicitly assuming the publish had already reached the transport. That\nholds on single-threaded SDKs (ably-js), but on SDKs that dispatch the\npublish asynchronously (ably-java's sequentialScope) the ACK can ar\n[…]\nest hangs.\n\nAdd an explicit poll_until on the mock's event log for the outbound\nOBJECT message before sending the echo/ACK, making the ordering the\ntest intends explicit rather than runtime-dependent.",
"is_bot": false,
"headline": "fix(uts/objects): synchronize on outbound publish before injecting AC…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-13T09:13:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a531c79adfc072c6d1441591f2dd838913dfe73",
"body": "Review comments (PR #499):\n- Grammar: \"a Internal*\" -> \"an Internal*\" at the 4 flagged sites plus a\n 5th the review missed (internal_live_map.md tombstone prose).\n- Add objectsGCGracePeriod: 86400000 to the 3 minimal mock CONNECTED\n connectionDetails (RTO23a, RTO23e-DETACHED, RTO23e-FAILED) — the \n[…]\nM12, RTLM20–RTLM21, RTLMV4,\n RTLCV4 — verified against the tests actually present.\n\nAll claims cross-validated against objects-features.md (RTLM5/10-13/\n20/21/24, RTO10b1/b3, RTPO3a1, RTLC6d/RTLM6d).",
"is_bot": false,
"headline": "fix(uts/objects): review fixes + naming/behavior audit corrections",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-10T11:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8946409e3051963ea7e3958d6bd1bd31be669af",
"body": "…e RTPO19e2 comment\n\nstandard_test_pool.md: a createOp is a full ObjectOperation whose\n`action` and `objectId` are mandatory (OOP2) and validated by SDKs\nbefore merging — yet every fixture in the module writes the terse form\n`createOp: { counterCreate: {...} }` and build_object_state copied it\nverba\n[…]\ncore via replaceData\n(100 -> 200, RTLC6), with root intentionally omitted — per RTO5c2a the\nroot must never be removed from the pool, so the update stays reachable\nand dispatches with message omitted.",
"is_bot": false,
"headline": "fix(uts/objects): wire-valid createOps via builder auto-fill; accurat…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-10T11:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7fd3e177786b3add71aec129d7f457271fd4e268",
"body": "…l helpers\n\nCorrect three self-inconsistencies in the objects UTS unit specs (verified\nagainst the ably-js reference tests and SDK):\n\n- SI-1: counter object-states double-counted the created value. Counter sync is\n additive (RTLC6c+RTLC6d/RTLC16: data = count + createOp.count), so `count:N` +\n `cr\n[…]\nicit and used at every synthetic inbound serial: POOL_SERIAL\n(baseline), remote_serial(i) (remote op that wins vs the baseline) and\nbelow_ack_serial(i) (a non-ACK serial that loses to the ACK serial).",
"is_bot": false,
"headline": "fix(uts/objects): fix double-count & stale-serial fixtures, add seria…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-10T11:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0fd85609ca96251222205f37ebbc8bec8730886",
"body": "…specs\n\nImplementing the reconciled objects specs against ably-js surfaced a\nserial-ordering defect: the canonical ack_serial value \"ack-{msgSerial}:{i}\"\nand the \"s:1\"/\"s:2\" serials in the RTO24a/RTO24c1 tests sort BEFORE the\nstandard pool's \"t:0\" entry timeserials under the string LWW comparison\n(R\n[…]\neation; rejection happens\n at evaluation per RTLCV4a).\n\nValidated by the derived ably-js suite (ably/ably-js#2257): 309 passing,\n0 failing with these values; the original values reproduce 7 failures.",
"is_bot": false,
"headline": "fix(uts): sort-safe ack_serial and serial-ordering fixes for objects …",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-10T11:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1ac5dd607d49a2ccf62e1ed0fc54b5f911f9595",
"body": "Align the uts/objects test specs with the canonical objects-features.md\non main, and fold in the test-correctness fixes from the objects UTS audit.\n\nReconciliation with main:\n- Rename the internal CRDT type LiveMap/LiveCounter -> InternalLiveMap/\n InternalLiveCounter (271 refs), and rename the four\n[…]\nop cardinality; assorted spec-ID and expected-event corrections.\n\nValidated against main objects-features.md and cross-checked with ably-js;\nspec naming is preferred over ably-js where the two differ.",
"is_bot": false,
"headline": "chore(uts): reconcile LiveObjects (objects) test specs with main spec",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-10T11:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f64479c39c91906b906212a769b9ccb522889308",
"body": null,
"is_bot": false,
"headline": "Fixed relative paths pointing to `proxy.md`",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-08T12:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b5afdda83a6dc8fc8a3ee8594c3de2557bf19a",
"body": "…jects",
"is_bot": false,
"headline": "Added missing objects_gc_test.md for garbage collecting tombstoned ob…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-08T12:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcd8755b9e732cbcbd8a60db325b4706e88c608",
"body": "proxy.md is cross-module infrastructure documentation, not a realtime helper:\nit is consumed by the realtime (7 proxy specs), rest (rest_fallback.md) and\nobjects (objects_faults.md) modules plus both process docs, unlike the\ngenuinely module-local helper specs (mock_websocket.md, mock_http.md,\nstand\n[…]\nnt changes to the spec itself beyond that one internal reference.\n\nNote: ~80 unit/proxy spec files still carry stale `uts/test/...` legacy paths\nunrelated to proxy.md — left for a separate cleanup PR.",
"is_bot": false,
"headline": "docs(uts): move proxy infrastructure spec to uts/docs/proxy.md",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-08T12:43:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36db239973aa7680fdf3a0cd0d526c7578b179d8",
"body": "…uidance\n\nFixes found while evaluating the derived ably-java ObjectsFaultsTest against\nthe sandbox through uts-proxy:\n\n- objects_faults.md: restructure the RTO20e test to the RTO20e1 sequence\n (mutation in flight while SYNCING, then channel enters FAILED -> 92008).\n The previous steps mutated afte\n[…]\nrameworks (e.g.\n kotlinx-coroutines runTest) fire spec timeouts instantly unless waits run\n on the real clock.\n- PLAN.md: update the objects_faults.md summary row to the corrected RTO20e\n scenario.",
"is_bot": false,
"headline": "fix(uts): correct objects proxy specs and harden proxy rule/timeout g…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-08T12:43:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6a31697ef5b899af154a59582a752c8de33779e",
"body": "chore(uts): fix legacy uts/test/ paths in spec cross-references",
"is_bot": false,
"headline": "Merge pull request #502 from ably/chore/uts-fix-legacy-test-paths",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-07-08T10:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d9050a3f6e83f2366dc1060c846078656739b7b",
"body": "Found by validating every backticked uts/*.md path in the tree:\n\n- rest_fallback.md pointed RSL1k at uts/rest/unit/publish.md, which does not\n exist; the RSL1k (idempotent publish) unit coverage lives in\n uts/rest/unit/channel/idempotency.md\n- realtime_client.md's RSC1b pointer targeted the never-\n[…]\ne spec covers key-vs-token constructor\ndetection, so they mark a genuine coverage gap for a spec owner to resolve\nrather than a path to rewrite.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(uts): retarget two broken cross-references with verified coverage",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-04T17:12:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1456ec4bc84ba9f2458c0830603684ed2baf2f7b",
"body": "The uts specs were authored against a planned uts/test/<module>/ layout that\nnever shipped - the tree landed as uts/<module>/. 91 cross-references across\n75 files still pointed at the old layout (mostly the boilerplate \"See\nuts/test/realtime/unit/helpers/mock_websocket.md ...\" / mock_http.md header\n\n[…]\nSC1a-c coverage as realtime_client.md\n itself), so these need a spec decision (write the planned file or reword\n the sections), not a path fix\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(uts): fix legacy uts/test/ paths in spec cross-references",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-07-04T17:07:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "61f16f880af5f8f35aa907bc9c04c85ea3d28f0a",
"body": "[AIT-1071] fix(uts/objects): Fix liveobjects UTS test spec",
"is_bot": false,
"headline": "Merge pull request #497 from ably/fix/uts-liveobjects-rest-provisioning",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-06-29T17:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e10eefbd8cced6f15573df82452c656b3adbac10",
"body": null,
"is_bot": false,
"headline": "Added missing endpoint and autoConnect to objects_faults spec",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-26T12:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb5e0dac8f15f9cb095999ec6555f0f97ce6b18",
"body": "… spec",
"is_bot": false,
"headline": "Removed non-required `objects_batch_spec.md` from the liveobjects uts…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-26T11:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356b57f07e2f9e5b483a205f6e9ce4db35ce8fc9",
"body": "The Realtime client option blocks in objects_lifecycle_test.md (10) and\nobjects_sync_test.md (5) set no host, so the SDK falls back to the production\nendpoint (realtime.ably.io, REC1a) — meaning the clients never reach the nonprod\nsandbox the \"Sandbox Setup\" provisions the app on. Every other UTS in\n[…]\negration\nspec (realtime + rest) configures clients with endpoint: \"nonprod:sandbox\"; add\nit here to match so the tests actually exercise the sandbox.\n\nAdded missing auto-connect false to clientOptions",
"is_bot": false,
"headline": "fix(uts): route objects integration clients to the nonprod sandbox",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-26T11:45:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9883347670ea702f96cd3ca8a38c8f60269e4942",
"body": "The REST fixture-provisioning helper still POSTed to https://sandbox-rest.ably.io,\nthe legacy prod-sandbox host. Every other objects integration spec — and the whole\nUTS integration corpus (realtime + rest) — provisions apps and routes clients via\nhttps://sandbox.realtime.ably-nonprod.net (raw HTTP)\n[…]\nisioned on — so\nRTPO15 (rest-provisioned-data-sync) could never resolve.\n\nPoint the helper at the canonical nonprod host to match.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(uts): align provision_objects_via_rest host with the nonprod sandbox",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-26T11:26:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "051bb95c92f1a8d7c219d370ece6f9febecdd58d",
"body": "The `provision_objects_via_rest` helper described the legacy pre-V2 REST shape\n(`POST .../objects` with a `{ \"messages\": [ { operation: { action, ... } } ] }`\nenvelope), which no longer matches the LiveObjects objects REST API.\n\nUpdate it to the V2 contract (per the LiveObjects OpenAPI specification\n[…]\nupdate the only call site (RTPO15 in objects_lifecycle_test.md) to the V2\noperation shape so the spec stays internally consistent.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(uts/objects): align REST fixture provisioning with V2 objects API",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-26T10:32:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6dc3ac9c755c32e4d17d141f718eb057c1c08ffa",
"body": "…n-type\n\nAdd ObjectData json type and UNKNOWN enum sentinels to objects spec",
"is_bot": false,
"headline": "Merge pull request #495 from ably/fix/liveobjects-spec-objectdata-jso…",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-06-24T10:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1bc3ce3493e80f23b2bbbee8e13d2a593acf98",
"body": "…objectdata-json-type",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fix/liveobjects-spec-…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-24T10:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18b126ba9ded6367d38ad202eea36850a14d1d4",
"body": "…jectData value-field exclusivity\n\n- OOP2a/OMP2a: specify the decode-without-failing behaviour for\n unrecognised action/semantics rather than mandating an UNKNOWN enum\n member; leave the representation to the implementation. Removes the\n UNKNOWN members from the wire-ordered enums in the IDL, which\n contradicted the reference (ably-js) wire enums.\n- OD2: hoist the \"at most one value field set at a time\" rule into the\n parent clause and drop the duplicated sentence from OD2c-OD2g.",
"is_bot": false,
"headline": "Address review: make UNKNOWN handling implementation-agnostic, DRY Ob…",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-24T09:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8fbffc3cc2b21bbbca3f24204bb767ab5cb814",
"body": "[ECO-5728] Change RTP16a: presence on an ATTACHED channel waits for re-attach when not CONNECTED",
"is_bot": false,
"headline": "Merge pull request #490 from ably/ECO-5728/fix-presence-auto-reenter",
"author_name": "Andrew Bulat",
"author_login": "VeskeR",
"committed_at": "2026-06-19T11:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14adb3dda8153b80e1b0225849614cd77096b10d",
"body": "When the connection reaches CONNECTED, RTL3d re-attaches the channels that\nwere attaching, attached, or suspended, and otherwise flushes the messages\nqueued per RTL6c2 immediately. Presence messages are handled differently: a\nchannel that is being re-attached is not yet attached on the connection, s\n[…]\nes those presence messages to instead be queued at the channel\nlevel (RTP16b) and sent once the channel re-attaches (RTP5b). RTL3d's\nimmediate-flush instruction now carves them out.\n\nResolves ECO-5728",
"is_bot": false,
"headline": "Defer queued presence to channel re-attach on connect (RTL3d2)",
"author_name": "Andrew Bulat",
"author_login": "VeskeR",
"committed_at": "2026-06-19T11:19:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ddc2719443d52b374b2a6b14c2b0d530aba9fa9",
"body": "Extend the LiveObjects wire types in features.md:\n\n- OD2g: add a `json` value field to `ObjectData`, holding a JSON object or\n array leaf value, sent/received as a JSON-encoded string over the JSON\n protocol. Update OD2c-OD2f so `json` is listed among the mutually-exclusive\n value fields, and add\n[…]\n detect and safely ignore operations they do not understand\n (e.g. introduced by a newer protocol version). Reflected in the IDL.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ObjectData json type and UNKNOWN enum sentinels to objects spec",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-18T11:21:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5f29c4043c181480793972831e3a4477dddcca49",
"body": "…rfaces\n\nRename `ValueType` classes to public LiveMap/LiveCounter",
"is_bot": false,
"headline": "Merge pull request #489 from ably/rename/liveobjects-map-counter-inte…",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-06-11T10:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a335a3d6ef9c1f17a92537e0db81fc653c7b27eb",
"body": "- Rename existing spec LiveMap to InternalLiveMap and LiveCounter to InternalLiveCounter\n- update spec LiveMapValueType to LiveMap and LiveCounterValueType to LiveCounter",
"is_bot": false,
"headline": "Rename/Refactor LiveObject classes to public LiveMap/LiveCounter names",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-09T10:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bcf59355db24f7711e88402b459bb05f577384c",
"body": "Add missing protocol message actions from TR2: OBJECT (19),\nOBJECT_SYNC (20), and ANNOTATION (21).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: add OBJECT, OBJECT_SYNC, ANNOTATION to proxy action numbers table",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:41:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e3614cd9065e3d667e6739b36b125cce5d3297c9",
"body": "Instead of just checking score == 100 after re-sync (which proves nothing\nsince OBJECT_SYNC resets the pool regardless), replay a previously-applied\nserial after re-sync. If appliedOnAckSerials was properly cleared, the\nreplayed message applies normally and score reaches 110. If not cleared,\ndedup (RTO9a3) rejects it.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: rewrite RTO5c9 re-sync test to use observable behaviour",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:39:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7d75e7874ed8cd0c99764d8e5c7cb2179b4f029",
"body": "Replace private _liveObject.siteTimeserials access with an observable\ntest: after a local increment (applied via ACK with source LOCAL),\nsend an inbound COUNTER_INC with the same siteCode and serial. If\nLOCAL incorrectly wrote to siteTimeserials, the newness check would\nreject the inbound message. The counter reaching 120 proves LOCAL\ndid not pollute siteTimeserials.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: rewrite RTO20f to use observable behaviour",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:32:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7ace4c46f976366ae00103c542995bd961e1266",
"body": "Replace non-existent getRoot() with get(), and restructure so root is\nobtained while attached then channel is detached before subscribe().\nThe previous setup responded to ATTACH with DETACHED, so get() would\nthrow 90001 before reaching subscribe().\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: fix RTPO19b subscribe-on-detached test",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:25:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b15af8516b64b295f205929ed0324407405bb69",
"body": "Per RTO7a/RTO7b, these attributes belong on RealtimeObject, not\nObjectsPool. Add `realtime_object = RealtimeObject(pool: pool)` to\naffected test setups and redirect all references (8 tests, ~11 lines).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: move appliedOnAckSerials/bufferedObjectOperations to RealtimeObject",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:22:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f524477e0b3add0cc74dc90f699199ba7ccb728",
"body": "Tests use instance.subscribe() (RTINS16) which emits\nInstanceSubscriptionEvent { object, message }, not LiveObjectUpdate\n{ tombstone, objectMessage }. Fix all assertions to use .message\ninstead of .objectMessage, and check .message.operation.action instead\nof .tombstone. Also fix noop test serial from \"01\" to \"02\" so the\nnewness check (RTLO4a6) doesn't suppress it before the noop path fires.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: fix InstanceSubscriptionEvent assertions in live_object_subscribe",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T21:18:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "99421b7b6a003f434806ccc902211dee2696d699",
"body": "root is the PathObject at / (a LiveMap). Calling increment/decrement on\nit would throw 92007 (RTPO17e). The tests intend to operate on the\ncounter at root[\"score\"]. Fixed in realtime_object.md (10 sites) and\nlive_counter_api.md (5 sites). path_object_mutations.md is unchanged —\nthose are intentional negative-path tests for RTPO17e.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: fix root.increment() → root.get(\"score\").increment()",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:59:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eaa69837f4a12054b0876ea807a328de6f3287f1",
"body": "Data-path integration tests must run with both JSON and msgpack per G1.\nAdd ## Protocol Variants section and useBinaryProtocol to ClientOptions\nin objects_lifecycle_test.md and objects_sync_test.md. Update the\nannotated specs list in integration-testing.md.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: add Protocol Variants to LiveObjects integration tests",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:55:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e77bdb8050095356faf498b9d4d01834520d0fef",
"body": "The integration GC tests (RTO10, RTLM19) use enable_fake_timers() +\nADVANCE_TIME(), which only affect the SDK's local clock, not the sandbox\nserver. The same scenarios are already covered by unit tests at\nrealtime_object.md (RTO10) and live_map.md (RTLM19) where fake timers\nwork correctly against the mock WebSocket.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "UTS: delete integration GC test — duplicates unit tests",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:50:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ad5a416b562a0af03bcd5d2cc612bff62461acf",
"body": null,
"is_bot": false,
"headline": "UTS: remove unnecessary test",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add9398a6dde389bafcd88680d18b8f450fbbc0f",
"body": null,
"is_bot": false,
"headline": "UTS: remove spurious Map.clear() test",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57d340e275f438cb0add380f167ee63f035e0a4",
"body": null,
"is_bot": false,
"headline": "UTS: correct sandbox endpoint domain name",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e96366efe9e0ca5d02989175220bbe6017f21b",
"body": null,
"is_bot": false,
"headline": "UTS: add missing assertions",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-06-05T20:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ded6befdbc9e445856eff765637ba8fe330ca4",
"body": "Implicit attach on `channel.objects.get()` call",
"is_bot": false,
"headline": "Merge pull request #472 from ably/AIT-119/implicit-attach-getroot",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-06-03T12:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5fe10a22f6226df8c66599e5b1e6230b5fc771",
"body": "Adds a shared *ensure-active-channel* procedure (RTL33) that consolidates\nimplicit-attach behaviour, and references it from `RealtimeObject#get`\n(RTO23e) and `RealtimePresence#get` (RTP11e) to avoid spec duplication.\n\nAs already implemented in JS in 9bde15e.\n\nCo-Authored-By: Andrew Bulat <andrii.bulat@gmail.com>\nCo-Authored-By: Lawrence Forooghian <lawrence.forooghian@ably.com>",
"is_bot": false,
"headline": "Implicit attach on `channel.objects.getRoot()` call",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-06-03T12:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fba05edcb09f81ef7090dd19d8131c018184afb",
"body": "Align all ~330 LiveObjects UTS test specs with the squashed spec revision\na397e34 (LiveObjects path-based API). Key changes:\n\n- Add parent_references.md (20 tests): RTLO3f, RTLO4g/4h, RTLO4f, RTO5c10\n- Add public_object_message.md (13 tests): PAOM1-3, PAOOP1-3\n- Thread ObjectMessage through all CRDT\n[…]\nrrent spec revision)\n- Remove subscribeIterator and LiveObject#unsubscribe tests\n- Update PLAN.md to reflect new file structure and test counts\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update UTS test specs to match LiveObjects path-based API spec (a397e34)",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-28T13:08:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3de4a4fcc6219740601d584cc14ef6cd465d3f20",
"body": "Remove client-side allocated_port/port_base patterns from all proxy\ntest specs and helper docs. Port is now auto-assigned by the proxy\nwhen omitted from create_proxy_session(). Matches uts-proxy v0.2.0.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Delegate proxy port assignment to uts-proxy in all test specs",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-28T13:08:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a77f75a2ee794d60b112cce0ce47e9ecd349647e",
"body": "Complete portable test suite covering the LiveObjects path-based API:\n21 files across unit tests (pure + mock WebSocket), integration tests\n(sandbox), and proxy integration tests. Covers PathObject, Instance,\nBatchContext, LiveCounter/LiveMap CRDTs, ObjectsPool sync state machine,\nvalue types, subscriptions, and GC. Includes table-driven validation\ntests, bytes/binary data coverage, and REST fixture provisioning.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add UTS test specs for LiveObjects path-based API (~330 tests)",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-28T13:08:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b30a71a72b88872edeffbea55c94a4ce772bfaec",
"body": "…api-ditch-merge-commits\n\nLiveObjects: merge path-based API into `main`",
"is_bot": false,
"headline": "Merge pull request #485 from ably/integration/liveobjects-path-based-…",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T20:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba0b8f80419321b3ebb87fcd1a6e471205ff05d",
"body": "…pec-squashed\n\n[AIT-30] LiveObjects path-based API spec",
"is_bot": false,
"headline": "Merge pull request #484 from ably/AIT-30/liveobjects-path-based-api-s…",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T20:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0106f4ad9c8311006c7f576734b9501691193ffd",
"body": "[AIT-30] Rename LiveObjects entrypoint and class name from \"objects\" to \"object\"",
"is_bot": false,
"headline": "Merge pull request #470 from ably/rename-channel-objects-to-object",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T20:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30838affa34e8d6d06ee928ceba6262dc6d19058",
"body": "This contains the contents of PR #427 (at fdd80da; I'm keeping the full\ncommit history around in that PR for future reference), which Andrii\noriginally wrote a few months ago based on the ably-js path-based API\nchanges (ably/ably-js#2134), and which more recently went through review\nand subsequent a\n[…]\nrations by Sachin and I.\n\nCo-Authored-By: Andrew Bulat <andrii.bulat@gmail.com>\nCo-Authored-By: sacOO7 <sachinshinde7676@gmail.com>\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "LiveObjects path-based API spec",
"author_name": "Andrew Bulat",
"author_login": "VeskeR",
"committed_at": "2026-05-27T20:23:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a51fb107fa523196a8cfb35e8b9305c8a51445de",
"body": "…t()`, rename `RealtimeObjects` -> `RealtimeObject`\n\nAlso update the plugins key name. All these to match the changes made in\nJS.\n\nCo-Authored-By: Lawrence Forooghian <lawrence.forooghian@ably.com>",
"is_bot": false,
"headline": "Rename entry point: `channel.objects.getRoot()` -> `channel.object.ge…",
"author_name": "Andrew Bulat",
"author_login": "VeskeR",
"committed_at": "2026-05-27T20:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5930f2bc63b56ac93f1f8dc8fbe1ca60ae1ab30",
"body": "Clear `deviceIdentityToken` when we fail to load `id` or `deviceSecret`",
"is_bot": false,
"headline": "Merge pull request #474 from ably/tighten-up-RSH8j",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T19:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5feaf6fe521f1129cda443e988b40da5cf54eb7b",
"body": "Otherwise, the old token will survive and we'll end up trying to\nvalidate it with an absent or non-matching device ID in RSH3a2a.\n\nGiven that most of our SDKs have not yet implemented RSH8j, it seemed\nlike a good moment to also tighten up the language before we start\ntrying to implement it. The spec\n[…]\n about a transition, we make it\nclear that LocalDevice load failure should always be handled before the\nstate machine is hydrated.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Clear deviceIdentityToken when we fail to load id or deviceSecret",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T19:18:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0d1143018741586c36fa582586ce511fcd2092c8",
"body": "I didn't even know that this statement existed. Paul added it to RSH3a2b\nin a6e9e18 but then added RSH8j in 17d4a2a a couple of weeks later, both\nin the same PR [1]; the former seems to be a vaguer version of the\nlatter.\n\n[1] https://github.com/ably/docs/pull/1062",
"is_bot": false,
"headline": "Remove statement from RSH3a2b about what to do if id or secret lost",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T19:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0288277502190cc7a6dce7660185d3a2525623",
"body": "The note previously said \"our implementations\" all generate eagerly,\nbut this isn't accurate. ably-java follows RSH3a2b (lazy generation\non CalledActivate); ably-cocoa and ably-js generate eagerly at device\nfetch time.\n\nChecked against:\n- ably-cocoa 745e7b7\n- ably-java da4c60f\n- ably-js 17be43e\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "RSH8k2: clarify per-SDK behaviour for id/deviceSecret generation",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T19:18:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ccdb035204a16c6ad6f8ee3f2f791435b680b05",
"body": "The note in RSH8k2 mentioned RSH3a2b three times but only linked\nthe first reference. Link the other two for consistency.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "RSH8k2: link remaining RSH3a2b references",
"author_name": "Lawrence Forooghian",
"author_login": "lawrence-forooghian",
"committed_at": "2026-05-27T19:18:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "515c57bc2f5a75e19953c3af28b988fe71f1aa7c",
"body": "Clarify the default values for newly created LiveMap and LiveCounter",
"is_bot": false,
"headline": "Merge pull request #478 from ably/clarify-zero-value-objects-v2",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-05-21T17:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cec2795750d3ab5ce562bbb3b567392c952d180",
"body": "Restructures RTLM4 and RTLC4 to specify the constructor parameters and\ndefault attribute values for newly created LiveMap and LiveCounter\nobjects, and removes the \"zero-value\" terminology in favor of explicit\nreferences to these clauses.\n\n- RTLC4: defines `objectId` constructor parameter and `data` \n[…]\nto reference the new wording and pass `objectId` (and\n `semantics` where applicable) into the constructors\n\nCo-authored-by: Lawrence Forooghian <53756884+lawrence-forooghian@users.noreply.github.com>",
"is_bot": false,
"headline": "Clarify default values for newly created LiveMap and LiveCounter",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-05-21T17:42:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a96e5168b55d7fecb46b0710d5eaa7b93d1b4c2",
"body": "Defer to `RTLM14` check in `RTLM5d2`",
"is_bot": false,
"headline": "Merge pull request #479 from ably/reuse-RTLM14-md",
"author_name": "sachin shinde",
"author_login": "sacOO7",
"committed_at": "2026-05-20T18:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcfd28a9951b00db5022ad9c0fac77223887cb7",
"body": "Mirrors #364 against the markdown spec. The textile file edited there no\nlonger exists on `main` (deleted in a3d93bc2), so the same clarification\nis applied to specifications/objects-features.md.\n\nFolds the inline tombstone checks in `RTLM5d2a` and `RTLM5d2f3` into a\nsingle deferred check (`RTLM5d2h`) that routes through the existing\n`RTLM14` convenience method, removing the duplicated tombstone logic\nacross the `LiveMap#get` algorithm.",
"is_bot": false,
"headline": "Defer to `RTLM14` check in `RTLM5d2`",
"author_name": "sacOO7",
"author_login": "sacOO7",
"committed_at": "2026-05-20T11:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de26c92f23997f32dfa71976795861272cb5a06",
"body": "Portable test spec for verifying decode and round-trip of ably-common\nmsgpack_test_fixtures.json across SDK implementations.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add RSL6a3 UTS spec for msgpack interoperability fixtures",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b65a878bf097b42285e42ad4b925faad0284813c",
"body": "Establish a convention for running data-path integration tests with both\nJSON and msgpack protocols. Each annotated spec gets a Protocol Variants\nsection and uses PROTOCOL == \"msgpack\" instead of hardcoded\nuseBinaryProtocol: false.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add protocol variant convention to UTS integration specs (G1)",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ae87c5fb097b78c7c402ce34ee4dced794f81ec2",
"body": "Replace deprecated sandbox-rest.ably.io with sandbox.realtime.ably-nonprod.net\nin all UTS test spec provisioning blocks and documentation.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update sandbox provisioning URLs to nonprod hostname",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "551080a25de4e835b05fe2237f578f2c6b6e7180",
"body": "- Integration tests: endpoint: \"sandbox\" → \"nonprod:sandbox\"\n- Unit tests: endpoint: \"sandbox\" → \"test\" (clearly not a real environment)\n- Update host assertions in unit tests to match (test.realtime.ably.net etc.)\n- Leave environment: \"sandbox\" tests unchanged (testing deprecated option)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix endpoint values in UTS test specs",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1366bcd4eb8eca6c07cc6b4b68f17a5d3f044d8f",
"body": "The proxy already supports this action — remove the \"proxy limitation\"\nsection and update the test pseudocode to use http_replace_response.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update RSL1k4 UTS spec: use http_replace_response proxy action",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5e5773a80c2f9c1de6909fc9f82ae3cfe772ff5",
"body": "Format: <category>/<spec-point>/<descriptive-name>-<n>\nCategories: rest/unit, rest/integration, rest/proxy,\n realtime/unit, realtime/integration, realtime/proxy\n\nAlso updates writing-test-specs.md and writing-derived-tests.md\nwith the Test ID convention and placement rules.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add unique Test IDs to all 1120 tests across 126 UTS spec files",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "276079c8dc87101b3c17f3d3e2f51323ce7bbb60",
"body": "Adds tests for unreachable endpoint, connection drop, 5xx with/without\nerror body, 4xx not retried, and RSL1k4 idempotent publish (pending\nproxy enhancement). Extracts token auth helper used across all tests.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add comprehensive REST proxy integration tests for HTTP error handling",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2cccecc34b00fd014e1da84b6af33e44ca305bb5",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use endpoint instead of deprecated restHost in proxy fallback spec",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47cb20a8d9528f9a9261e8bde40df170181e9463",
"body": "…5l4)\n\nProxy-based tests that exercise fallback behaviour through the real HTTP\nclient: request timeout triggers fallback (RSC15l2), and CloudFront\nServer header should trigger fallback (RSC15l4).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add UTS spec for REST fallback proxy integration tests (RSC15l2, RSC1…",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0eb479202545f5cbf9afadb8f398bec643e1447d",
"body": "With X-Ably-Version >= 3, the server returns a BatchResult envelope\n({successCount, failureCount, results}) with HTTP 200 for all batch\nresponses including mixed success/failure. The UTS specs were\nincorrectly mocking the legacy format (plain arrays + batchResponse\nwith HTTP 400) which is only used without a version header.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix batch operation response format in UTS specs (RSC24, RSA17c)",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "727893e08249319d267d968b782eee3a357a0700",
"body": "TM3 is about fromEncoded/fromEncodedArray, not generic fromJson.\nTM4 is about Message constructors, not toJson serialization.\nTM5 is about MessageAction enum, not message equality.\n\nRemoved toJson tests (no spec point requires a toJson method) and\nreplaced TM4 section with constructor tests per spec.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix TM3/TM4 UTS tests: correct spec point interpretations",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d7ca9a37c9ee610d9c683e54b4272944e97c46e",
"body": "connectionId is a top-level ProtocolMessage field, not inside\nconnectionDetails. RTN24's \"connectionDetails must override stored\ndetails\" does not apply to it — connection.id never changes for an\nin-progress connection.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix RTN24 tests: connectionId is not inside connectionDetails",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47f4505fc471b130d7588ccfdecd0acc74073bff",
"body": "Per specification#466, RSA4c1 (setting errorReason with code 80019) should\nonly apply to RSA4c2 (CONNECTING case), not RSA4c3 (CONNECTED case).\n\nWhen auth fails while CONNECTED, the connection is still healthy — the\nexisting token is valid. Setting errorReason with no state change is\nmisleading. The\n[…]\nghout (error definition\n absorbed into RSA4c2)\n- Notes updated to explain the rationale\n\nRef: https://github.com/ably/specification/issues/466\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix RSA4c3 test: auth failure while CONNECTED should not set errorReason",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e56715aff2b141e3f4bb24684a4acbcd52e43b82",
"body": null,
"is_bot": false,
"headline": "UTS: updated completion status",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bad8423a4de1fca2526ad39a56cbb8bb17e8d49",
"body": "The Go test proxy has moved to https://github.com/ably/uts-proxy.\nUpdated references in README, writing guide, and proxy infrastructure\nspec to point to the external repo.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove proxy source code; now lives at ably/uts-proxy",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5a4841d57f4e473a00edd3c33bbbd10907a4f157",
"body": "…rame\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add RTN15a proxy test variant for TCP close without WebSocket close f…",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d53bb7fca84e7c1d85e791e36dead3b65204e920",
"body": "…uccess\n\nTests that a request completing successfully against a cached fallback\nhost after fallbackRetryTimeout has expired does not re-pin that host.\nUses the existing onRequest handler with a held PendingRequest pattern\nrather than introducing a new mock primitive.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add RSC15f test: expired fallback not resurrected by late in-flight s…",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f5f96e4b9592c2c3b5f76d1f5b6a4c313745ad6",
"body": "New specs:\n- RTB1: backoff and jitter for connection retries\n- RSA4a: token expiry with non-renewable tokens\n- RSA4c/d/f: auth callback error handling\n- RTN16: connection recovery (recovery key, msgSerial, channelSerials)\n- RTN20: network change events (browser-only)\n- RSF1/RTF1: forwards compatibil\n[…]\n(rest_channel_attributes)\n- RTN16d/RTN16l: proxy-based recovery tests (connection_resume)\n\nUpdates completion-status.md and README spec counts.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add UTS specs for missing test coverage",
"author_name": "Paddy Byers",
"author_login": "paddybyers",
"committed_at": "2026-05-14T20:18:12Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 3,
"commits_last_year": 438,
"latest_release_at": "2024-01-04T14:23:12Z",
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 45,
"days_since_latest_release": 936,
"mean_days_between_releases": 179.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 3,
"stars": 2,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 175
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9045
},
"dependencies": {
"manifests": [
"build/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "shell-quote",
"direct": false,
"version": "1.7.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-395f-4hp3-45gv",
"GHSA-w7jw-789q-3m8p"
],
"fixed_version": "1.9.0",
"advisory_count": 2,
"oldest_advisory_days": 49
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.8",
"advisory_count": 4,
"oldest_advisory_days": 414
},
{
"name": "cross-spawn",
"direct": false,
"version": "6.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 627
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 160
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 125
},
{
"name": "postcss",
"direct": false,
"version": "8.4.17",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-7fh5-64p2-3v2j",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 4,
"oldest_advisory_days": 1033
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1133
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 805
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.4",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-mwcw-c2x4-8c55"
],
"fixed_version": "5.0.9",
"advisory_count": 1,
"oldest_advisory_days": 596
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-48c2-rrv3-qjmp"
],
"fixed_version": "2.8.3",
"advisory_count": 1,
"oldest_advisory_days": 125
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 6,
"critical": 1,
"moderate": 3
},
"advisory_count": 20,
"affected_count": 10,
"assessed_count": 138,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "7.4.1",
"ecosystem": "npm"
},
{
"name": "acorn-node",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "camelcase-css",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "6.0.5",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "defined",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "detective",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "didyoumean",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "dlv",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.20.3",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.2.12",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.13.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "json-parse-better-errors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "lilconfig",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "load-json-file",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "memorystream",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.4",
"ecosystem": "npm"
},
{
"name": "nice-try",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-all",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "object-hash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pidtree",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.4.17",
"ecosystem": "npm"
},
{
"name": "postcss-import",
"direct": false,
"version": "14.1.0",
"ecosystem": "npm"
},
{
"name": "postcss-js",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "postcss-load-config",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "postcss-nested",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "6.0.10",
"ecosystem": "npm"
},
{
"name": "postcss-value-parser",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "quick-lru",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "read-cache",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.1",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.7.3",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "spdx-correct",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.12",
"ecosystem": "npm"
},
{
"name": "string.prototype.padend",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": false,
"version": "3.1.8",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 138,
"direct_count": 0,
"indirect_count": 138
}
},
"maintainership": {
"issues": {
"open_prs": 32,
"merged_prs": 259,
"open_issues": 143,
"closed_ratio": 0.188,
"closed_issues": 33,
"closed_unmerged_prs": 43
},
"bus_factor": 4,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mattheworiordan",
"commits": 800,
"avatar_url": "https://avatars.githubusercontent.com/u/43789?v=4"
},
{
"type": "User",
"login": "lawrence-forooghian",
"commits": 513,
"avatar_url": "https://avatars.githubusercontent.com/u/53756884?v=4"
},
{
"type": "User",
"login": "AndyTWF",
"commits": 384,
"avatar_url": "https://avatars.githubusercontent.com/u/6977297?v=4"
},
{
"type": "User",
"login": "SimonWoolf",
"commits": 381,
"avatar_url": "https://avatars.githubusercontent.com/u/5908687?v=4"
},
{
"type": "User",
"login": "QuintinWillison",
"commits": 161,
"avatar_url": "https://avatars.githubusercontent.com/u/8318344?v=4"
},
{
"type": "User",
"login": "paddybyers",
"commits": 159,
"avatar_url": "https://avatars.githubusercontent.com/u/1137574?v=4"
},
{
"type": "User",
"login": "tbedford",
"commits": 147,
"avatar_url": "https://avatars.githubusercontent.com/u/25511700?v=4"
},
{
"type": "User",
"login": "VeskeR",
"commits": 134,
"avatar_url": "https://avatars.githubusercontent.com/u/9639405?v=4"
},
{
"type": "User",
"login": "tcard",
"commits": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/727422?v=4"
},
{
"type": "User",
"login": "m-hulbert",
"commits": 121,
"avatar_url": "https://avatars.githubusercontent.com/u/39801222?v=4"
}
],
"contributors_sampled": 44,
"top_contributor_share": 0.224
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"assemble.yml",
"check.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 9,
"reason": "Found 9/10 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "20 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7ae7662792ca702e8d0534bcb025b571e67973b1",
"ran_at": "2026-07-29T01:31:48Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T18:06:53Z",
"oldest_open_prs": [
{
"number": 166,
"created_at": "2023-09-07T13:50:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 167,
"created_at": "2023-09-10T13:34:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 181,
"created_at": "2024-02-04T22:13:26Z",
"last_comment_at": "2026-01-12T01:03:26Z",
"last_comment_author": "maratal"
},
{
"number": 205,
"created_at": "2024-08-30T19:11:31Z",
"last_comment_at": "2024-09-10T21:48:26Z",
"last_comment_author": "lawrence-forooghian"
},
{
"number": 259,
"created_at": "2024-12-18T12:52:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 270,
"created_at": "2025-01-21T13:31:15Z",
"last_comment_at": "2025-04-10T06:05:22Z",
"last_comment_author": "sacOO7"
},
{
"number": 318,
"created_at": "2025-05-01T20:32:50Z",
"last_comment_at": "2025-05-22T10:12:02Z",
"last_comment_author": "lawrence-forooghian"
},
{
"number": 330,
"created_at": "2025-06-09T20:43:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 331,
"created_at": "2025-06-11T10:05:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 351,
"created_at": "2025-07-17T12:28:33Z",
"last_comment_at": "2025-09-17T19:59:20Z",
"last_comment_author": "lawrence-forooghian"
},
{
"number": 356,
"created_at": "2025-08-12T13:32:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 381,
"created_at": "2025-09-17T19:47:54Z",
"last_comment_at": "2025-09-23T15:29:57Z",
"last_comment_author": "SimonWoolf"
},
{
"number": 401,
"created_at": "2025-11-02T21:55:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 433,
"created_at": "2026-03-05T00:47:01Z",
"last_comment_at": "2026-03-10T12:33:21Z",
"last_comment_author": "lawrence-forooghian"
},
{
"number": 443,
"created_at": "2026-03-24T20:34:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 444,
"created_at": "2026-03-26T04:27:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 450,
"created_at": "2026-04-17T20:11:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 468,
"created_at": "2026-05-07T12:07:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 469,
"created_at": "2026-05-07T14:06:49Z",
"last_comment_at": "2026-05-13T18:35:03Z",
"last_comment_author": "lawrence-forooghian"
},
{
"number": 471,
"created_at": "2026-05-12T19:54:18Z",
"last_comment_at": "2026-05-27T19:10:45Z",
"last_comment_author": "lawrence-forooghian"
}
],
"last_merged_pr_at": "2026-07-23T18:06:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 86,
"created_at": "2015-08-21T11:05:25Z",
"last_comment_at": "2022-10-17T17:59:26Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 85,
"created_at": "2016-08-02T15:21:47Z",
"last_comment_at": "2022-10-17T17:59:24Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 84,
"created_at": "2016-08-25T10:11:47Z",
"last_comment_at": "2022-10-17T17:59:19Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 83,
"created_at": "2016-11-22T00:05:19Z",
"last_comment_at": "2022-10-17T17:59:17Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 75,
"created_at": "2016-12-15T14:07:40Z",
"last_comment_at": "2022-10-17T17:58:28Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 82,
"created_at": "2017-01-26T14:10:58Z",
"last_comment_at": "2022-10-17T17:59:14Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 81,
"created_at": "2017-03-02T11:17:41Z",
"last_comment_at": "2022-10-17T17:59:11Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 93,
"created_at": "2017-04-25T10:38:46Z",
"last_comment_at": "2022-10-17T17:59:39Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 74,
"created_at": "2017-10-30T10:43:01Z",
"last_comment_at": "2022-10-17T17:58:24Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 73,
"created_at": "2017-10-30T12:58:27Z",
"last_comment_at": "2022-10-17T17:58:19Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 80,
"created_at": "2017-11-02T10:17:19Z",
"last_comment_at": "2022-10-17T17:59:06Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 72,
"created_at": "2017-11-02T23:49:43Z",
"last_comment_at": "2022-10-17T17:58:14Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 71,
"created_at": "2017-11-02T23:53:01Z",
"last_comment_at": "2022-10-17T17:58:08Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 70,
"created_at": "2017-11-21T21:17:26Z",
"last_comment_at": "2022-10-17T17:58:05Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 69,
"created_at": "2017-12-14T10:20:55Z",
"last_comment_at": "2022-10-17T17:57:58Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 79,
"created_at": "2018-01-26T12:35:16Z",
"last_comment_at": "2022-10-17T17:58:52Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 101,
"created_at": "2018-02-26T10:59:02Z",
"last_comment_at": "2022-10-19T10:14:20Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 78,
"created_at": "2018-02-27T19:29:40Z",
"last_comment_at": "2022-10-17T17:58:46Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 68,
"created_at": "2018-03-21T10:30:16Z",
"last_comment_at": "2022-10-17T17:58:58Z",
"last_comment_author": "sync-by-unito"
},
{
"number": 77,
"created_at": "2018-04-27T13:48:36Z",
"last_comment_at": "2022-10-17T17:58:37Z",
"last_comment_author": "sync-by-unito"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ably/specification",
"host": "github.com",
"name": "specification",
"owner": "ably"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 66,
"vitality": 75,
"community": 37,
"governance": 71,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"commits_last_year": 438,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 45
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "45/52 weeks with commits",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 45
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "438 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 438
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 936,
"mean_days_between_releases": 179.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 936 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 936
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~179.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 179.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"forks": 3,
"stars": 2,
"watchers": 18,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 44,
"top_contributor_share": 0.224
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 22% of commits",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 22
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "44 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 44
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"merged_prs": 259,
"open_issues": 143,
"closed_issues": 33,
"issue_closed_ratio": 0.188,
"closed_unmerged_prs": 43
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "19% of issues closed",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 19
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "259/302 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 259,
"decided": 302
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/10 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 214,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ably",
"public_repos": 123,
"account_age_days": 5154
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "214 followers of ably",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 214,
"login": "ably"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "123 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 123
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/10 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "20 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 138 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 138
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 20,
"affected_packages": 10,
"assessed_packages": 138,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 6, moderate 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 138,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.83,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9045
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "83 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 83,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.41,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "41 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 41,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Shell",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Shell without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Shell"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package '@ably/specification-build' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-29T01:32:15.616361Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ably/specification.svg",
"full_name": "ably/specification",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}