Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"switch"
],
"is_fork": false,
"size_kb": 76,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 5593,
"TypeScript": 798
},
"pushed_at": "2022-11-16T09:09:01Z",
"created_at": "2016-07-16T12:44:16Z",
"owner_type": "User",
"updated_at": "2026-04-14T20:37:18Z",
"description": "Handle values based on a property",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript"
]
},
"owner": {
"blog": "wooorm.com",
"name": "Titus",
"type": "User",
"login": "wooorm",
"company": "@igalia",
"location": "Amsterdam, The Netherlands",
"followers": 3554,
"avatar_url": "https://avatars.githubusercontent.com/u/944406?v=4",
"created_at": "2011-07-28T13:07:44Z",
"is_verified": null,
"public_repos": 184,
"account_age_days": 5473
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.0.4",
"kind": "patch",
"published_at": "2022-11-16T09:09:19Z"
},
{
"tag": "2.0.3",
"kind": "patch",
"published_at": "2022-11-14T17:23:48Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2021-04-02T09:53:42Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2021-03-10T08:59:13Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2021-03-09T13:29:01Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2020-01-25T11:25:34Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2019-05-09T08:54:37Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2018-04-21T09:19:40Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2017-07-18T15:39:26Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2017-06-19T22:38:26Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2016-07-16T12:53:36Z"
}
],
"recent_commits": [
{
"oid": "7a4992d2fd34772bf7caf3f755ba9a767cf79771",
"body": null,
"is_bot": false,
"headline": "2.0.4",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T09:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e29710edc5aad9beca43a50b1921a0d61bf34a",
"body": "In fcfc402, coercion of things like numbers, `null`, etc, was removed.\nThis is used in the wild.\nSo this adds it back.",
"is_bot": false,
"headline": "Fix missing coercion",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T09:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a64dd977fb76e4aa3b7fdb2702e3b2392b67e10",
"body": null,
"is_bot": false,
"headline": "2.0.3",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T17:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6adc3cb455fdb59ebba7be56e64ab21b4e4f6533",
"body": null,
"is_bot": false,
"headline": "Add mention of exposed types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T17:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1531132035ab6380eb24330707b6df12ca73cf",
"body": null,
"is_bot": false,
"headline": "Add improved docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T17:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b1c7d6f82287480f231a9a0728c0411a9b8d4a7",
"body": null,
"is_bot": false,
"headline": "Use Node test runner",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T17:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfc402605a5cda6ca55dcef33257654f955ab07",
"body": null,
"is_bot": false,
"headline": "Fix much of the types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T17:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa43304f3a4fd7564a1957a94b782745aba6e1c",
"body": null,
"is_bot": false,
"headline": "Refactor npm scripts",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T12:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6e2087dad5227f6f333c8612a777aed6a8da42",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T12:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc4378ee7d5a3db7e77c4c34913b08614f16a9f",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-14T10:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bbebd4832c9f15c41fdb41d55852b94771ef7d",
"body": null,
"is_bot": false,
"headline": "2.0.2",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-04-02T09:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0c0ab6f0d096d98e2196ab8b66f524acde5cdf",
"body": null,
"is_bot": false,
"headline": "Refactor code style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-21T13:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de6d38a832037ce271b3741d1ea3de45cf5df86",
"body": "Closes GH-7.\r\n\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "Add support for inferring return types from functions",
"author_name": "Christian Murphy",
"author_login": "ChristianMurphy",
"committed_at": "2021-03-21T13:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "480a9ea4446d7e6630e2e413ab2a768e2b8f529c",
"body": null,
"is_bot": false,
"headline": "Refactor scripts",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-12T09:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1746eec4799aaff055196130954c674db3d44d",
"body": "Closes GH-6.\r\n\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "Add type coverage",
"author_name": "Christian Murphy",
"author_login": "ChristianMurphy",
"committed_at": "2021-03-11T16:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10399ef6300709e9862be2a1044762b07f7458c",
"body": null,
"is_bot": false,
"headline": "2.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T08:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b11f908cd9346312e36769096c9734a9bf3bdd",
"body": null,
"is_bot": false,
"headline": "Add explicit types for fields on return value",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T08:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecd07d27efe0fde07651ca50415a8fe2581caac",
"body": null,
"is_bot": false,
"headline": "Fix example",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T08:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7dee6da2b90caefd1eb2f8cefdfb5d4c6738c8",
"body": null,
"is_bot": false,
"headline": "Refactor",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T08:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7315cca22712c8f8cf775c53950d66f8adae0154",
"body": "Closes GH-5.",
"is_bot": false,
"headline": "Fix types to refine `any`",
"author_name": "Christian Murphy",
"author_login": "ChristianMurphy",
"committed_at": "2021-03-10T08:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e40e42ff65689abbfdc96e1b791b7764afa09e",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-09T13:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b233db64ec7a5c791699f947ae18168febb72d",
"body": null,
"is_bot": false,
"headline": "Add JSDoc based types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-09T13:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d7a52955776c3c4f0d7f55a839148b60b0d1a9",
"body": null,
"is_bot": false,
"headline": "Use ESM",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-09T13:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e32df42bd34b313f3264f0712bb39f58d5d3832",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-09T13:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb870825fbc7ed9a89ecac5fe9e9eafd8cabd824",
"body": null,
"is_bot": false,
"headline": "Use Actions",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-09T13:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c86639122b3aa098a850004a85666ccaf70240",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-28T08:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ba8099287a53d8993a2458502b4fee890a1792",
"body": null,
"is_bot": false,
"headline": "1.0.5",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-25T11:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36266671719c89da0908c8b486dfbd9e93d20c76",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-25T11:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d28202757f3263afdcec2c4e4bfc5fb7a1f73c7",
"body": null,
"is_bot": false,
"headline": "Refactor prose",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-25T11:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc20c7856f069aaa9a4f27df49fb981687c1d041",
"body": null,
"is_bot": false,
"headline": "Add `funding` field to `package.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-25T11:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b124ad42ab3cc2f65d03d45ee3b457743c6d672",
"body": null,
"is_bot": false,
"headline": "Add `funding.yml`",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2019-10-15T07:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675ed602bfe13ceae4df912bfdccdb4b4977498d",
"body": null,
"is_bot": false,
"headline": "1.0.4",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633accffc8dbd7761229bdb586d805012373c39f",
"body": null,
"is_bot": false,
"headline": "Add more badges",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20135eaddf1b65ca86cc735bf9b0c50b88b6303",
"body": null,
"is_bot": false,
"headline": "Remove superfluous `xo` rules",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649d49a55bd2d14f10924ce6fc75f82205b9a53a",
"body": null,
"is_bot": false,
"headline": "Refactor comment style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d011cce8c805c643e0b52c7a1d665b263a1f501b",
"body": null,
"is_bot": false,
"headline": "Use `tinyify`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c2a4c6cebb06d0a80d65f0f2b05c65d9ca2729",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3b8fc473003803a2608a991656c645be0eb943",
"body": null,
"is_bot": false,
"headline": "Update Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7679232cc14837cc2f93431a71713c1e9176b575",
"body": null,
"is_bot": false,
"headline": "Fix tests on Windows",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d366a1f18652d49cc81d1e92749673fc962287",
"body": null,
"is_bot": false,
"headline": "Move URLs from HTTP to HTTPS",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2701f6611844e8bbbec781b02a1987c032a0f3dc",
"body": null,
"is_bot": false,
"headline": "Move `LICENSE` > `license",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-09T08:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821d4d31e8ed7afaeca597049d8cfcf303950e69",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206e280e7bd958fcb84cf34acc8fc45d9183ee16",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2d14f760720f45a8e386e02c4d7883ec5dd6c37",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd738cc2f1d47e991bfa4b9328be98daa85a6ee",
"body": null,
"is_bot": false,
"headline": "Add `yarn.lock` to `.gitignore`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b11708bdce09fac5b6c1f8842ae93a07e508dbb",
"body": null,
"is_bot": false,
"headline": "Add `.npmrc`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28299da419a35f990a6da33e28e050e3311eeba5",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8838f1b158de7cf28511d7c8705fa4e0704ba3",
"body": null,
"is_bot": false,
"headline": "Remove npm deployment from Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-21T09:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffbaaee751f761dd8449e221c916e8ea3d2061d",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-18T15:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a44685dadade4983e2d466814f59578c85a7fd",
"body": null,
"is_bot": false,
"headline": "Remove dependency",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-18T15:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab000c12c880c668369338a13c2a6d288e5bb68f",
"body": null,
"is_bot": false,
"headline": "Refactor `readme.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-18T15:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09258b92951f5f23996bb903325f5488e4081a22",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-18T14:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8c0ea3f0aec03021c48ad3073ea7ac754a32bb",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-19T22:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e87c2daebf53e6648fe73b8b911b0dc51f613a96",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-19T22:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ad049fce388dd5b56b20fb2d448208dbf1fd59c",
"body": null,
"is_bot": false,
"headline": "Remove dependency",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-19T22:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25b77975ac74a5f47002161413327ce5144d8732",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-02-24T15:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4e291cf0ccecf19dce381bc474261325fcbc10",
"body": "Closes GH-3.",
"is_bot": false,
"headline": "Update `browserify`",
"author_name": "Greenkeeper",
"author_login": "greenkeeperio-bot",
"committed_at": "2017-02-14T11:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42afaf778cc8be5c8cd2ec642ee7384ff65ce373",
"body": "Closes GH-1.",
"is_bot": false,
"headline": "Update `nyc`",
"author_name": "Greenkeeper",
"author_login": "greenkeeperio-bot",
"committed_at": "2016-11-22T22:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2d8f48e1d4e2507fb5d892780f5f7b88ef67fea",
"body": null,
"is_bot": false,
"headline": "Refactor docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f97200a21da2a8a2f31c03ed9a6102eb4f5fe7f",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cfbec399a6c20c8655f1458cd9f596a987f3ca",
"body": null,
"is_bot": false,
"headline": "Update remark",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869eaf8975f53539fdc9ee2e650b48a2bdb7b392",
"body": null,
"is_bot": false,
"headline": "Update xo, nyc",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e49994eb161c53a589a873e185ce719b3847441",
"body": null,
"is_bot": false,
"headline": "Remove superfluous comments",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56dd38f2561fa85c5af87e890d6c173a079a0c37",
"body": null,
"is_bot": false,
"headline": "Remove `history.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-19T17:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751c1f7d1b4973f64f5a3796f2aa60431da0ef4c",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-16T12:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f96579432d89fd13429f994a254d39f5ce4bece",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-16T12:46:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 0,
"latest_release_at": "2022-11-16T09:09:19Z",
"latest_release_tag": "2.0.4",
"releases_from_tags": false,
"days_since_last_push": 1344,
"active_weeks_last_year": 0,
"days_since_latest_release": 1344,
"mean_days_between_releases": 219.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "zwitch",
"exists": true,
"license": "MIT",
"keywords": [
"handle",
"switch",
"property"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/zwitch",
"is_deprecated": false,
"latest_version": "2.0.4",
"repository_url": "https://github.com/wooorm/zwitch",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 174710244,
"first_published_at": "2016-07-16T12:53:45.455000Z",
"latest_published_at": "2022-11-16T09:09:14.038000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1344
}
]
},
"popularity": {
"forks": 1,
"stars": 17,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-03-10",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 3787,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@types/node",
"direct": false,
"version": "^18.0.0",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "^7.0.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "remark-cli",
"direct": false,
"version": "^11.0.0",
"ecosystem": "npm"
},
{
"name": "remark-preset-wooorm",
"direct": false,
"version": "^9.0.0",
"ecosystem": "npm"
},
{
"name": "tsd",
"direct": false,
"version": "^0.24.0",
"ecosystem": "npm"
},
{
"name": "type-coverage",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^4.0.0",
"ecosystem": "npm"
},
{
"name": "xo",
"direct": false,
"version": "^0.52.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 0,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wooorm",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/944406?v=4"
},
{
"type": "User",
"login": "ChristianMurphy",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3107513?v=4"
},
{
"type": "User",
"login": "greenkeeperio-bot",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14790466?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.924
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 0,
"reason": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"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 3/30 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 15 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": 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7a4992d2fd34772bf7caf3f755ba9a767cf79771",
"ran_at": "2026-07-22T23:21:44Z",
"aggregate_score": 3.3,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2021-03-21T13:56:35Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wooorm/zwitch",
"host": "github.com",
"name": "zwitch",
"owner": "wooorm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 33,
"inputs": {
"security": 33,
"vitality": 18,
"community": 50,
"governance": 54,
"engineering": 38,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 39,
"overall_after_abandonment_multiplier": 33
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1344,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1344 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1344
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 11,
"latest_release_tag": "2.0.4",
"releases_from_tags": false,
"days_since_latest_release": 1344,
"mean_days_between_releases": 219.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1344 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1344
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~219.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 219.5
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1949,
"days_since_last_human_commit": 1344,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1344 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1344,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 1,
"stars": 17,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": [
"zwitch"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 174710244
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "174,710,244 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 174710244,
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.924
},
"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 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/7 decided PRs merged",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 3554,
"owner_type": "User",
"is_verified": null,
"owner_login": "wooorm",
"public_repos": 184,
"account_age_days": 5473
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,554 followers of wooorm",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3554,
"login": "wooorm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "184 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 184
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"zwitch"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1344
},
"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 1344 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1344
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"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": "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": 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": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"switch"
],
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"name": "Security",
"value": 33,
"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.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"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": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 3/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 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": "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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 0",
"points": 0,
"status": "missed",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 11
},
"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": "critical",
"name": "AI Readiness",
"value": 20,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.015,
"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": "1 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 0.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 1,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"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": 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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 66",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 66
}
}
],
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 3787,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:21:50.807791Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wooorm/zwitch.svg",
"full_name": "wooorm/zwitch",
"license_state": "standard",
"license_spdx": "MIT"
}