Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 154,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 1307,
"JavaScript": 28387
},
"pushed_at": "2026-07-10T11:41:34Z",
"created_at": "2021-10-29T22:01:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-10T11:41:39Z",
"description": "A structuredClone polyfill",
"is_archived": false,
"is_disabled": false,
"license_spdx": "ISC",
"default_branch": "main",
"license_spdx_raw": "ISC",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://ungap.github.io",
"name": "ungap",
"type": "Organization",
"login": "ungap",
"company": null,
"location": "World Wide Web",
"followers": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/45239730?v=4",
"created_at": "2018-11-21T16:47:31Z",
"is_verified": null,
"public_repos": 65,
"account_age_days": 2800
},
"license": {
"state": "standard",
"spdx_id": "ISC",
"raw_spdx": "ISC",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-07-10T11:41:00Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-06-23T07:25:36Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-05-06T05:14:24Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-01-23T14:12:50Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-12-07T20:38:50Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-05-04T08:21:36Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2023-05-03T13:13:45Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2023-05-03T12:55:16Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-04-29T06:01:47Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2023-02-14T09:57:04Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-05-11T06:47:27Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-05-10T16:49:58Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2021-11-07T12:20:08Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2021-11-04T12:00:11Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2021-11-04T11:42:18Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2021-11-04T11:25:06Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-11-02T13:58:27Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2021-10-30T21:41:07Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2021-10-30T06:26:33Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2021-10-30T06:17:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-10-30T06:13:18Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2021-10-29T22:08:56Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2021-10-29T19:51:56Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2021-10-29T18:48:24Z"
}
],
"recent_commits": [
{
"oid": "27e9c63fa10fb4da917e5da2924c996267d6ff6f",
"body": null,
"is_bot": false,
"headline": "1.3.3",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-07-10T11:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0418b6360e0c8864fd95dc3d84edbb585ee2d34",
"body": null,
"is_bot": false,
"headline": "improved Error fix",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-07-10T11:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e96bf9cd9b7803540a4a3165ad1a8bb9ef680e",
"body": "fix: preserve error subtype through serialize",
"is_bot": false,
"headline": "Merge pull request #26 from spokodev/fix/error-subtype-name",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2026-07-10T11:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f67bfa82335d818d44902d334ad1a46431e9bad",
"body": "`typeOf` derived the serialized error `name` from\n`Object.prototype.toString`, whose tag is `Error` for every native error\nsubtype, so `TypeError`, `RangeError`, `SyntaxError`, `ReferenceError`,\n`EvalError` and `URIError` all serialized as `{name: \"Error\"}` and revived\nas a plain `Error`:\n\n deser\n[…]\nded the correct name.\n\nUse the instance `name` when it is one of the standard error names,\notherwise `Error` — matching `structuredClone`, which also normalizes\ncustom and aggregate errors to `Error`.",
"is_bot": false,
"headline": "fix: preserve error subtype through serialize",
"author_name": "Yarchik",
"author_login": "spokodev",
"committed_at": "2026-07-10T11:30:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a86564c7bd087fb8b6ce0daa89ab97ca361ca23f",
"body": null,
"is_bot": false,
"headline": "1.3.2",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-06-23T07:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfe5db5c9ff2629bb7db5fd047ac554391477bf",
"body": null,
"is_bot": false,
"headline": "updated dev/dependencies",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-06-23T07:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8eeaf60fb545e727f3886f622c88e51a6e6f5b",
"body": "fix: serialize an Invalid Date instead of throwing",
"is_bot": false,
"headline": "Merge pull request #24 from spokodev/fix-invalid-date-serialize",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2026-06-23T07:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361092acc2af652407aab2c3b4af17e9363bd077",
"body": "`Date.prototype.toISOString()` throws a RangeError on an Invalid Date\n(`new Date(NaN)`), so `serialize` (and the `/json` `stringify`) crashed\non a value that native `structuredClone` clones without issue:\n\n structuredClone(new Date(NaN)); // Invalid Date, preserved\n deserialize(serialize(new\n[…]\nring for an Invalid Date. It is JSON-safe (so the `/json`\npath round-trips too) and `new Date('')` revives back to an Invalid Date,\nmatching the deserialize side, which already does `new Date(value)`.",
"is_bot": false,
"headline": "fix: serialize Invalid Date instead of throwing",
"author_name": "Yarchik",
"author_login": "spokodev",
"committed_at": "2026-06-22T21:34:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bb4874096af6b0f7dc100ea28dbc2830569bf41",
"body": null,
"is_bot": false,
"headline": "updated CI requirements",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-05-06T05:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c441086a929fb1a883622ab0e84174e521f2e6c",
"body": null,
"is_bot": false,
"headline": "1.3.1",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-05-06T05:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e42f861afbf879fa0b6e87f41e991f73ddeb1a",
"body": null,
"is_bot": false,
"headline": "Fix possible CWE-94",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2026-05-06T05:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9d039fd266495f8b9e5485f73747ef3ea46d85",
"body": null,
"is_bot": false,
"headline": "1.3.0",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2025-01-23T14:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3aeb514068336fd6b75881693aa16c3ad94a5dc",
"body": null,
"is_bot": false,
"headline": "Fixed unrecognized ArrayBuffer + DataView",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2025-01-23T14:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a255c58e32387d03c95574ee9d2f4dc89a06061",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2024-12-07T20:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f8247e32add94e1df5931f516ca6f3150f5c28",
"body": null,
"is_bot": false,
"headline": "Updated dev/dependencies",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2024-12-07T20:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1cdbd129db0493fd33ec5c2d6fa6a79eec55a6",
"body": "Add side effects to package.json",
"is_bot": false,
"headline": "Merge pull request #20 from denisx/patch-1",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2024-12-06T18:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871b8fd486e0c81aba9dad6e725394f70b7c20ee",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "denisx",
"author_login": "denisx",
"committed_at": "2024-12-06T16:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e41b1f898343db1bd6b681e947e08cb7500299",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2023-05-04T08:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3619f115dd732ce809dd81b0504f871ec3aa770c",
"body": null,
"is_bot": false,
"headline": "Rolled back all types shenanigans",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2023-05-04T08:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4253987631738f41fd21d8705d8aa9fc4f3868c8",
"body": "Add example for global polyfill to README.md",
"is_bot": false,
"headline": "Merge pull request #14 from andrew-pyle/main",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2023-04-26T19:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78384c528a7a39fd1ccf20fdd80e06d40a3a5751",
"body": "…uire monkey patching the glocal",
"is_bot": false,
"headline": "Update README.md to indicate explicitly that the polyfill doesn't req…",
"author_name": "Andrew Pyle",
"author_login": "andrew-pyle",
"committed_at": "2023-04-26T17:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2581c422cd4aa064327f43b8e62a77967c4828",
"body": null,
"is_bot": false,
"headline": "Add example for global polyfill to README.md",
"author_name": "Andrew Pyle",
"author_login": "andrew-pyle",
"committed_at": "2023-04-26T15:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3b9d98d108f8b6ab21d1f37c379df73d16214e",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2023-02-14T09:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da93cfbc054f403789ea5f44941aa904eda9e61d",
"body": null,
"is_bot": false,
"headline": "Added badge about downloads",
"author_name": "webreflection",
"author_login": "WebReflection",
"committed_at": "2023-02-14T09:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95ae4e171c10d81e4bc1cf2f4b09e7dfd2d36c6",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2022-05-11T06:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "491a1050cac635ef02ae343f1ffe2d1338094db1",
"body": null,
"is_bot": false,
"headline": "Added JSDoc for json export",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2022-05-11T06:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab44fab0c0f5d26db165dc2150ec9daa53ee913",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2022-05-10T16:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c181e1d552e1b69f9493903cdd4d53eeff57b1",
"body": "… and without value",
"is_bot": false,
"headline": "Fix #4 - Breaking change: undefined values are stored as -1 type now,…",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2022-05-10T16:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4f42b61438df62ef18a6aa5f831c63b36a6c59",
"body": null,
"is_bot": false,
"headline": "0.3.4",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-07T12:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e4e0a78188c639bdee368c119abac2ccb94dc7",
"body": "using similar serializer pattern",
"is_bot": false,
"headline": "Merge pull request #2 from ungap/deserializer",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-07T12:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75e9e5b6d0a70fd00833d801f4f5f018756d6c3",
"body": null,
"is_bot": false,
"headline": "using similar serializer pattern",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-06T17:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ca0a41318781e2d83fde7e9ef5710f96106db8",
"body": null,
"is_bot": false,
"headline": "0.3.3",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T12:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d5a599c5163f5d7bb240bb472b7a8fea106fb3",
"body": null,
"is_bot": false,
"headline": "minified structured-json",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T12:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906797764ff39aa0c9c73f048fe041caa7310d33",
"body": null,
"is_bot": false,
"headline": "0.3.2",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T11:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518a39807adeb0ba93af49e914a0a09a480d0eb6",
"body": null,
"is_bot": false,
"headline": "Added StructuredJSON file",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T11:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162db584904950c597aa2d65752f68680a40e57a",
"body": null,
"is_bot": false,
"headline": "0.3.1",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T11:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c30dabb8ce74acc2e3ee5e7b56d6b8fe7234db8",
"body": null,
"is_bot": false,
"headline": "Added json export too",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-04T11:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbf0bbec7e7803b15bf1b46d26dc41f3ed30f30",
"body": null,
"is_bot": false,
"headline": "Improved README",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-02T22:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c8bd4ab074133c7ea69f7ba5c13ba48e2365cb",
"body": null,
"is_bot": false,
"headline": "Added json option too.",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-02T15:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9afbc8762a35af5d232d803ce12fb3703948ef9c",
"body": null,
"is_bot": false,
"headline": "0.3.0",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-02T13:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c2cfc607fd3487e1e9a0725c7d870462f48d02",
"body": null,
"is_bot": false,
"headline": "Added `lossy` JSON-like ability to avoid throwing",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-11-02T13:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8077bf38f43f4ea7207f397d788f9811e5bc672",
"body": null,
"is_bot": false,
"headline": "0.2.3",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T21:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bacb50cb613271ae026e7c43e5e1ea80948a4ea",
"body": null,
"is_bot": false,
"headline": "use real structuredClone when available",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T21:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51717e8214b797dcbfd1a539c9384218ac514512",
"body": null,
"is_bot": false,
"headline": "Added better explainer for supported types and current limitations",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b56cb9ac8d2d67c6b59b632768366f8a8045f88",
"body": null,
"is_bot": false,
"headline": "0.2.2",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d539a94454a23050434a9f64d47457e0270bb2",
"body": null,
"is_bot": false,
"headline": "Fixed BigInt as Object",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49942ddc88c90ea9a6189afbe98541ccc6b2c060",
"body": null,
"is_bot": false,
"headline": "0.2.1",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30722b837779ca0c742f17161df576ff7f3e6113",
"body": null,
"is_bot": false,
"headline": "added test with coverage link",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac73db62defe4ca197a616720a2af61b81f61fa5",
"body": null,
"is_bot": false,
"headline": "Changed badges name",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3753df7badb1c7950401a33bd9821f2d7b5c1b",
"body": null,
"is_bot": false,
"headline": "0.2.0",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b023e6c52656e69ba705cd8c8ab0730fe7d453",
"body": "Packed all the strings",
"is_bot": false,
"headline": "Merge pull request #1 from ungap/packed-release",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a02d59d5de1689b8cfecfb108c2af462ce32cbd9",
"body": null,
"is_bot": false,
"headline": "Packed all the strings",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-30T06:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80f26ba35278a5d1bb445f7a9887a09e9482d23",
"body": null,
"is_bot": false,
"headline": "improved README",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T22:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf898c2afbce3ea9b3bc937aec0214e4111b0bb",
"body": null,
"is_bot": false,
"headline": "0.1.0",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T22:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4ff0211c9c70c6627eacbf76e1bcc006d1c3cc",
"body": null,
"is_bot": false,
"headline": "0.0.2",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T22:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6efa725a729e00cd21dc3acfba5333d022f09a",
"body": null,
"is_bot": false,
"headline": "0.0.1",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T19:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8539f5c67499024481961195172caf45431d160a",
"body": null,
"is_bot": false,
"headline": "using an array instead of an object",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T18:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62edce6a91cfc639a720cd6aba511d16b22b352f",
"body": null,
"is_bot": false,
"headline": "First commit",
"author_name": "Andrea Giammarchi",
"author_login": "WebReflection",
"committed_at": "2021-10-29T18:39:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 11,
"latest_release_at": "2026-07-10T11:41:00Z",
"latest_release_tag": "v1.3.3",
"releases_from_tags": true,
"days_since_last_push": 12,
"active_weeks_last_year": 3,
"days_since_latest_release": 12,
"mean_days_between_releases": 138
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@ungap/structured-clone",
"exists": true,
"license": "ISC",
"keywords": [
"recursion",
"structured",
"clone",
"algorithm"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@ungap/structured-clone",
"is_deprecated": false,
"latest_version": "1.3.3",
"repository_url": "https://github.com/ungap/structured-clone",
"versions_count": 25,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 295378182,
"first_published_at": "2021-10-29T18:41:57.090000Z",
"latest_published_at": "2026-07-10T11:41:36.380000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 20,
"stars": 322,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 6965,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"cjs/package.json",
"package.json",
"test/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-fjxv-7rqg-78g4",
"GHSA-hmw2-7cc7-3qxx"
],
"fixed_version": "4.0.6",
"advisory_count": 2,
"oldest_advisory_days": 366
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 91
},
{
"name": "qs",
"direct": false,
"version": "6.5.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6rw7-vpxm-498p"
],
"fixed_version": "6.14.1",
"advisory_count": 1,
"oldest_advisory_days": 204
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-p8p7-x288-28g6"
],
"fixed_version": "3.0.0",
"advisory_count": 1,
"oldest_advisory_days": 1224
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-72xf-g2v4-qvf3"
],
"fixed_version": "4.1.3",
"advisory_count": 1,
"oldest_advisory_days": 1117
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"moderate": 3
},
"advisory_count": 6,
"affected_count": 5,
"assessed_count": 166,
"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": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.6",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-node-resolve",
"direct": false,
"version": "16.0.3",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-terser",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/resolve",
"direct": false,
"version": "1.20.2",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "ascjs",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "assert-plus",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "aws-sign2",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "aws4",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "caseless",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "coveralls",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dashdash",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ecc-jsbn",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "extsprintf",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "forever-agent",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "getpass",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "har-schema",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "har-validator",
"direct": false,
"version": "5.1.5",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-signature",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-module",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isstream",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.15.0",
"ecosystem": "npm"
},
{
"name": "jsbn",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "json-schema",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "jsprim",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "lcov-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "log-driver",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "oauth-sign",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "performance-now",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "psl",
"direct": false,
"version": "1.15.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.5.5",
"ecosystem": "npm"
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "7.0.7",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "smob",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "sshpk",
"direct": false,
"version": "1.18.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "verror",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 166,
"direct_count": 0,
"indirect_count": 166
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 14,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "WebReflection",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/85749?v=4"
},
{
"type": "User",
"login": "andrew-pyle",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25519964?v=4"
},
{
"type": "User",
"login": "spokodev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/239690017?v=4"
},
{
"type": "User",
"login": "denisx",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/427776?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.914
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node.js.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"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": 1,
"reason": "Found 4/25 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 0,
"reason": "no 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": "11 commit(s) and 1 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": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"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": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "27e9c63fa10fb4da917e5da2924c996267d6ff6f",
"ran_at": "2026-07-22T21:25:33Z",
"aggregate_score": 4,
"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-10T11:41:56Z",
"oldest_open_prs": [
{
"number": 25,
"created_at": "2026-06-30T08:27:41Z",
"last_comment_at": "2026-07-03T21:22:10Z",
"last_comment_author": "mahirhir"
}
],
"last_merged_pr_at": "2026-07-10T11:35:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ungap/structured-clone",
"host": "github.com",
"name": "structured-clone",
"owner": "ungap"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 43,
"inputs": {
"security": 44,
"vitality": 59,
"community": 64,
"governance": 63,
"engineering": 54,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 57,
"overall_after_jurisdiction_multiplier": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 72,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v1.3.3",
"releases_from_tags": true,
"days_since_latest_release": 12,
"mean_days_between_releases": 138
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~138 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 138
}
}
],
"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": 12,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 12 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 12
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 20,
"stars": 322,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "322 stars",
"points": 40.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 322
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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 (ISC)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "ISC"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"@ungap/structured-clone"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 295378182
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "295,378,182 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 295378182,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.914
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 91% of commits",
"points": 1.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 14,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/11 decided PRs merged",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/25 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 56,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ungap",
"public_repos": 65,
"account_age_days": 2800
},
"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": "56 followers of ungap",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 56,
"login": "ungap"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "65 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 65
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@ungap/structured-clone"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 12
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 30,
"security_posture_before_jurisdiction": 40
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"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 4/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "11 commit(s) and 1 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 4",
"points": 2,
"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": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"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 166 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": 166
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 6,
"affected_packages": 5,
"assessed_packages": 166,
"unassessed_packages": 0,
"affected_by_severity": "high 2, 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": 166,
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.155,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "9 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"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,
"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": 22,
"status": "met",
"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": "no agent-authored commits among the last 58",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 58
}
}
],
"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 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 6965,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-22T21:25:43.204189Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/ungap/structured-clone.svg",
"full_name": "ungap/structured-clone",
"license_state": "standard",
"license_spdx": "ISC"
}