Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"html",
"entity",
"entities",
"character",
"reference",
"stringify"
],
"is_fork": false,
"size_kb": 143,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 18239
},
"pushed_at": "2024-04-03T13:04:37Z",
"created_at": "2015-12-22T22:22:38Z",
"owner_type": "User",
"updated_at": "2025-08-01T04:34:18Z",
"description": "Serialize (encode) HTML character references",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "wooorm.com",
"name": "Titus",
"type": "User",
"login": "wooorm",
"company": "@igalia",
"location": "Amsterdam, The Netherlands",
"followers": 3552,
"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": 5479
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "4.0.4",
"kind": "patch",
"published_at": "2024-04-03T13:05:50Z"
},
{
"tag": "4.0.3",
"kind": "patch",
"published_at": "2022-06-02T07:44:24Z"
},
{
"tag": "4.0.2",
"kind": "patch",
"published_at": "2021-10-29T16:29:16Z"
},
{
"tag": "4.0.1",
"kind": "patch",
"published_at": "2021-05-01T14:56:45Z"
},
{
"tag": "4.0.0",
"kind": "major",
"published_at": "2021-03-27T10:50:05Z"
},
{
"tag": "3.1.0",
"kind": "minor",
"published_at": "2020-10-19T09:07:33Z"
},
{
"tag": "3.0.1",
"kind": "patch",
"published_at": "2020-05-07T05:35:16Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2020-01-14T07:53:16Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2019-01-12T11:21:22Z"
},
{
"tag": "1.3.2",
"kind": "patch",
"published_at": "2018-04-29T09:25:21Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2017-06-16T18:02:45Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2016-11-24T17:19:03Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2016-07-01T18:47:27Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2016-06-28T21:53:14Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2015-12-27T09:35:29Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2015-12-22T22:31:24Z"
}
],
"recent_commits": [
{
"oid": "69b10d61dfc27e59be57eb8a51ba7c1830451e90",
"body": null,
"is_bot": false,
"headline": "4.0.4",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2024-04-03T13:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264991115dd58600c6e1d5c7a294d1c1cc4af9ac",
"body": "Closes GH-13.\r\n\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "Refactor to improve performance w/ weak map, hoisted regex",
"author_name": "Bjorn Lu",
"author_login": "bluwy",
"committed_at": "2024-04-03T13:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040c003f28c180995a8b52e3c341fa86119b7764",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2024-04-03T10:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632a2088c833b42453d19dfbf49d1d850b7f8e80",
"body": null,
"is_bot": false,
"headline": "Refactor some docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-17T15:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad43154dfc2273e4d704c5420c130ac25565733",
"body": null,
"is_bot": false,
"headline": "Use Node test runner",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-17T15:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ef0e5c11173e8dccdc89961ef2d04ef1fa4ee4",
"body": null,
"is_bot": false,
"headline": "Refactor `tsconfig.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-17T15:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d63174b2e74d854e12f9733ac5f2cd6e4408795",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-17T15:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135ac96d66591818516f39bb0c6bcdfb596708b1",
"body": "Closes GH-12.\r\n\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "Update Actions",
"author_name": "Christian Murphy",
"author_login": "ChristianMurphy",
"committed_at": "2022-11-17T15:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0ecf5b4c493e88d4367091eed03675607ed645a",
"body": null,
"is_bot": false,
"headline": "4.0.3",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-06-02T07:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e9e3c6a7d051f7d4570618f69d7c0311914123",
"body": "Closes GH-11.",
"is_bot": false,
"headline": "Fix duplicate key in `package.json`'",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-06-02T07:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b227c6b455511e7c27f6e1a3c3a214115d2aa7",
"body": null,
"is_bot": false,
"headline": "Refactor some stuff",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-06-02T07:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b45143f44e995c5edeb668d38099baf1821f5c",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-06-02T07:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7291cec25218a0e7ab17ecc370d2a785ba536920",
"body": null,
"is_bot": false,
"headline": "Replace skypack w/ esm.sh",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2022-04-02T08:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5f18c204064461ca21703c99c77812dfcad57b",
"body": null,
"is_bot": false,
"headline": "4.0.2",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T16:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e164bd355f4476a7ba35f6112faedb361fc73e3e",
"body": null,
"is_bot": false,
"headline": "Add improved docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T16:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a1998674e981a845e6cb52fae9a30e93f7ac1f",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T15:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4013683e57ae1a665159c86ea4c427ea8b895efc",
"body": null,
"is_bot": false,
"headline": "Use strict types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T15:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1456670b44ae174dc13ad9b827cd2c031f1b6e36",
"body": null,
"is_bot": false,
"headline": "Refactor",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T15:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7a50143b552417f9b87d4ba9e33718dbd905dad",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T15:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a12522dd888965f7d69c4ad668bf6f0562febd",
"body": null,
"is_bot": false,
"headline": "4.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-05-01T14:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9617855bd112b523333c1c4cdfb8e725f52b1e9",
"body": null,
"is_bot": false,
"headline": "Add options to exported types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-05-01T14:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a7c317045c4892cc3b3ae419f4aec24a9645568",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-05-01T14:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421c3a01c019f4fe026a5038c99e532424c4f134",
"body": null,
"is_bot": false,
"headline": "Add link to readme",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-05-01T14:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee24169cde4811a0d457599c45db8fdac38117a",
"body": null,
"is_bot": false,
"headline": "4.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T10:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "967376fbb6da3991805a99c369e2d952a677a366",
"body": null,
"is_bot": false,
"headline": "Add JSDoc based types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T10:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e76ebe2b0ef9aae6be352a17deb9fbf628efde2",
"body": null,
"is_bot": false,
"headline": "Remove undocumented `escape` function",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T09:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0709e98c75056530e6c96533b563533c1506de",
"body": null,
"is_bot": false,
"headline": "Use ESM",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T09:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f640489b927ee51cc143ee89ed0343c0f10be0d0",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T09:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc983e6da1a02d943b3c453cef93f5c4d88c3a05",
"body": null,
"is_bot": false,
"headline": "Remove dependency",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-27T09:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354f6514a2cb5375a3cccad0db5f7d439b369af4",
"body": null,
"is_bot": false,
"headline": "Use Actions",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-01-20T09:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e975dcc6a66eb0e18d0abf0a2f6a83b68450ffb7",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-01-20T09:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83f0fb6f6106864e20ecb5cdbd4dedef9ee20b1",
"body": null,
"is_bot": false,
"headline": "3.1.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-19T09:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a1004fbd93c90766fd786aefab575ae83df5e6",
"body": null,
"is_bot": false,
"headline": "Refactor prose",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-19T09:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3cd7d8de0431a4ad1594caa6723c5781e63533b",
"body": null,
"is_bot": false,
"headline": "Fix regex characters in `subset`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-19T09:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03284be3efc2066e6f7e4d5d646f073facc5a11",
"body": "This refactors the project to split into several files, and adds\na new `stringify-entities/light` module that has a small bundle size\nbut does not have any of the formatting options.\n\nCloses GH-9.",
"is_bot": false,
"headline": "Add `light` version",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-19T08:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d023fd04ecc5253f3628bfe84f409c18574ab7e",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-18T18:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6027f22b7d18abe9032e1543acd2c4452c7a720f",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-13T08:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "355100188e1f3661359e7404115cd7e04c75ed41",
"body": null,
"is_bot": false,
"headline": "3.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-05-07T05:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e59c42c010aeafee4d12d5f97ec0e56f1d1a7f",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-05-07T05:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b961f86a91a5d89e77d9891649668fb643ee0a",
"body": "Closes GH-8.\r\n\r\nReviewed-by: Christian Murphy <christian.murphy.42@gmail.com>\r\nReviewed-by: Junyoung Choi <fluke8259@gmail.com>\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "types: make optional fields optional",
"author_name": "Remco Haszing",
"author_login": "remcohaszing",
"committed_at": "2020-05-07T05:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc9f43b73558a8f7dad2f533688f34d2058e0649",
"body": null,
"is_bot": false,
"headline": "Refactor prose",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-26T15:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15654daa828d836e7458b552a15811c26ca2f70d",
"body": null,
"is_bot": false,
"headline": "Update Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-14T08:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7c7b3b9c183fa186630c481b68aaa49c062cc9f",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-14T07:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f471c48cab2c102ba5b76b4b537a4f1dacaa4f",
"body": null,
"is_bot": false,
"headline": "Add `funding` to `package.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-14T07:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3462dd9d6c7d3f5cad6d3a2d060c1629874b2e18",
"body": null,
"is_bot": false,
"headline": "Fix headings",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-14T07:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de1c7fb9b438beb278facda9807bae6f95c9bc4",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-14T07:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08af76baabb6d945535362729e56711128a2e6e0",
"body": "Closes GH-7.\r\n\r\nReviewed-by: Christian Murphy <christian.murphy.42@gmail.com>\r\nReviewed-by: Titus Wormer <tituswormer@gmail.com>",
"is_bot": false,
"headline": "Add types",
"author_name": "Junyoung Choi",
"author_login": "Rokt33r",
"committed_at": "2020-01-13T14:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4610c44fdb5481bf57c6f174d831676dbfa47f9f",
"body": null,
"is_bot": false,
"headline": "Add `funding.yml`",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2019-10-15T06:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e6daf96d03e92eae11aad173290f304e1e3191",
"body": null,
"is_bot": false,
"headline": "Use char code to detect `next`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T08:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae13dc09bd0bf9ccd8bf3f6a61e4d0170f8cb74",
"body": null,
"is_bot": false,
"headline": "Refactor markdown code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T08:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11eebe2b0735d11062f2988cc8f317fa19f55082",
"body": null,
"is_bot": false,
"headline": "Remove superfluous `xo` rules",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T08:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9a102a093d43b772c2ea3faa534290d90a948d",
"body": null,
"is_bot": false,
"headline": "Use `tinyify`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T08:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a571a0d316cac10acfc120750280738d83625fd7",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T08:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebfb31810f34cf6214ea4bd4abc7e7163cae3b0a",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-15T07:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf3c3130fc12af6e2c090148b348a2d6e7315a5",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-12T11:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35f77bfecb1dbdf6e5e1abd76f22a35e625bd52",
"body": "Previously, in cases such as where a double quote (`\"`) was encoded,\r\nand the shortest reference was requested, a hexadecimal reference\r\nwas produced even though decimal references would be shorter.\r\n\r\nCloses GH-5.\r\nCloses GH-6.",
"is_bot": false,
"headline": "Fix to use decimal references if they are shorter",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2019-01-12T11:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5775ea7d62854fac67f39d85c3ab83bd0e3bf40e",
"body": null,
"is_bot": false,
"headline": "Add more badges",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-11T09:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d45bce97ae87545c9ad2f7b1bfc795b160c935c",
"body": null,
"is_bot": false,
"headline": "Move URLs to HTTPS",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-11T09:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c53d88e56d90a9fd0018364d5cc9fb738803e51",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-11T09:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd6610c28b5400936752cadf0494531046fa077",
"body": null,
"is_bot": false,
"headline": "Move `LICENSE` > `license`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-11T09:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97e452b807c25567ca4f1bd8f569b8748b80255",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-01-11T09:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556a39ff58c8ed3aac67163ba8a58fe3f051bd79",
"body": null,
"is_bot": false,
"headline": "1.3.2",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25966d7a53f9b41f011e296b93ae1a0c0d49bba4",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb65b8b60772654d69fd81fe37dd66e975bc70d",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e4e0b0464eb9f330453afc78a280cf5a1c5d66",
"body": null,
"is_bot": false,
"headline": "Add `yarn.lock` to `.gitignore`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6fd2393d2ee4c17da0d47511300a7f2fb8cc9b",
"body": null,
"is_bot": false,
"headline": "Add `.npmrc`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9724ee51a42db05365a8ddc9f5e567a0afcb6ef4",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4fa4d008b9a8bdafbd276f53b6c0eaa779083e",
"body": null,
"is_bot": false,
"headline": "Remove npm deployment from Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-29T09:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66973063bd1550ddb6d5a43ea15c8319a940838e",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-08-13T20:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991bfb9c05af96a3975eb2a573c8f6927b4a2495",
"body": null,
"is_bot": false,
"headline": "Add list of related projects",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-08-13T20:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63cf8486db5b0d82c6c7eb8860a5d7db01a7c66",
"body": null,
"is_bot": false,
"headline": "Fix indent",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-08-13T20:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98893d5aec91d61153fc26fc2f4bb69bb3f39606",
"body": null,
"is_bot": false,
"headline": "Update `remark-cli`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-08-13T20:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4237dc30ceeb0aeb1c4efee446e300d8dbe04054",
"body": null,
"is_bot": false,
"headline": "1.3.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T18:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b164f37b4918079d978125a56571b4c487c90e",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T18:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4d3d7d1c962b205711ed05087787772eb0338b",
"body": null,
"is_bot": false,
"headline": "Remove semi-colons and full-stops from list-item endings",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T18:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3919c1108aa3127850c9b39caad0d82df4db04",
"body": null,
"is_bot": false,
"headline": "Refactor `package.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T17:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f3858f00188c27ea5c583cb39a67c4e801394a",
"body": null,
"is_bot": false,
"headline": "Remove dependency",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T17:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca68af883f2ed8a14510430593d0c6663a995434",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-06-16T17:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ef8ed02172bf67e8eedefcf20e22c832bcc027",
"body": "Closes GH-4.",
"is_bot": false,
"headline": "Update `xo`",
"author_name": "greenkeeperio-bot",
"author_login": "greenkeeperio-bot",
"committed_at": "2017-03-30T13:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37cadb922ff2340752dcab2d68f544a594bd82fd",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-02-24T13:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a8eddf5efaaa2dccab1b415f80e24e91b6bc99",
"body": "Closes GH-1.",
"is_bot": false,
"headline": "Update `browserify`",
"author_name": "Greenkeeper",
"author_login": "greenkeeperio-bot",
"committed_at": "2017-01-25T10:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8ece85dd2f9f980bfb7eca9da77cc804350194",
"body": null,
"is_bot": false,
"headline": "1.3.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7396c9b6f1bb7841b0cb9644a336b3ffb8af709f",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17cef8c11389c77645d46c2b5af1745155b3bd8",
"body": null,
"is_bot": false,
"headline": "Refactor example",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f522775a1c3246794440cb9ef54d68c515e14fcd",
"body": null,
"is_bot": false,
"headline": "Rename `lib/dangerous.json` -> `dangerous.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974592560c884b9528325d6902fb4ce366855b95",
"body": null,
"is_bot": false,
"headline": "Externalise non-core code",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34858c0646464c2067d92304f62416a83be2d345",
"body": null,
"is_bot": false,
"headline": "Remove superfluous comments",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af4a644615135d67e9d978b5f4bfc999c7a5cf7",
"body": null,
"is_bot": false,
"headline": "Flatten `script/`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "406883db9c40bc6ab73a2ac94247d5f34753daf7",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-24T17:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da86eb160abf082402e71691d91f4584465ccd0",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-01T18:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ea7aa30a88eb5e3f34b634630db6c2637396cf",
"body": "...which encodes using named entities only if that results in less\nbytes.\n\nAdditionally, refactor the algorithm to use less regexes; fix code\nexamples; and update docs.",
"is_bot": false,
"headline": "Add `useShortestReferences` option",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-01T16:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78db02ca9383a7cfd73945c3413d0817e6996d6e",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-06-28T21:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0490bcd4f15c240b5463af7710c502ac28154d78",
"body": null,
"is_bot": false,
"headline": "Add npm deployment to Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-06-28T21:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e1c4f5bbc991fe7821dfbe4758abcd5b6a43d2",
"body": "Which is quite useful when creating minifiers; but creates “invalid”\nHTML.",
"is_bot": false,
"headline": "Add support for generating semi-colonless references",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-06-28T21:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936db06fe0d10adfb8408df0c4c81155f965ea2a",
"body": "Refactor `readme.md`; update dependencies, dev-dependencies;\nremove unused dot-files; simpler linting.",
"is_bot": false,
"headline": "Refactor module",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-06-28T20:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad98ff386a415e904792f7b3135122389f60114f",
"body": null,
"is_bot": false,
"headline": "Add support for passing a `subset` of characters",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-06-28T19:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc1ce3f5ebbe6be02773f2c9c404424f07dd2e6",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-12-27T09:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca0bc9154a294d81959a721e8e75e3781fd6e9f",
"body": null,
"is_bot": false,
"headline": "Fix typo in `readme.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-12-27T09:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7ecec5f6d636ae7b66565568b441089f379f55",
"body": null,
"is_bot": false,
"headline": "Fix typo in `component.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-12-27T09:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c09dbe8f8ec05f7009e0e88e6cec0c7b460451",
"body": null,
"is_bot": false,
"headline": "Fix typographic styling in readme.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-12-22T22:33:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 0,
"latest_release_at": "2024-04-03T13:05:50Z",
"latest_release_tag": "4.0.4",
"releases_from_tags": false,
"days_since_last_push": 846,
"active_weeks_last_year": 0,
"days_since_latest_release": 846,
"mean_days_between_releases": 240.7
},
"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": "stringify-entities",
"exists": true,
"license": "MIT",
"keywords": [
"stringify",
"encode",
"escape",
"html",
"character",
"reference",
"entity",
"entities"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/stringify-entities",
"is_deprecated": false,
"latest_version": "4.0.4",
"repository_url": "https://github.com/wooorm/stringify-entities",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 156471248,
"first_published_at": "2015-12-22T22:29:08.349000Z",
"latest_published_at": "2024-04-03T13:04:46.263000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 846
}
]
},
"popularity": {
"forks": 2,
"stars": 21,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-01-12",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"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": 8015,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": "npm:stringify-entities@4.0.4",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "character-entities-html4",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "character-entities-legacy",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "character-entities-html4",
"direct": true,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": true,
"version": "^3.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^20.0.0",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "^9.0.0",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^3.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": "type-coverage",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.0.0",
"ecosystem": "npm"
},
{
"name": "xo",
"direct": false,
"version": "^0.58.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 2,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wooorm",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/944406?v=4"
},
{
"type": "User",
"login": "greenkeeperio-bot",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14790466?v=4"
},
{
"type": "User",
"login": "bluwy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34116392?v=4"
},
{
"type": "User",
"login": "ChristianMurphy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3107513?v=4"
},
{
"type": "User",
"login": "Rokt33r",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5865853?v=4"
},
{
"type": "User",
"login": "remcohaszing",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/779047?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.941
},
"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 2 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": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"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": "69b10d61dfc27e59be57eb8a51ba7c1830451e90",
"ran_at": "2026-07-28T14:53:53Z",
"aggregate_score": 3.2,
"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": "2024-04-03T13:02:34Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wooorm/stringify-entities",
"host": "github.com",
"name": "stringify-entities",
"owner": "wooorm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 41 is calibrated to 36 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 41,
"calibrated": 36,
"calibration": "2026-08-02"
}
}
],
"value": 36,
"inputs": {
"security": 46,
"vitality": 18,
"community": 51,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 38,
"ai_readiness": 21,
"weighted_overall_raw": 41
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.21,
"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": 846,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 846 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 846
}
}
],
"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": "weak",
"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": 16,
"latest_release_tag": "4.0.4",
"releases_from_tags": false,
"days_since_latest_release": 846,
"mean_days_between_releases": 240.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 846 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 846
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~240.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 240.7
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 851,
"days_since_last_human_commit": 851,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 851 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 851
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 2,
"stars": 21,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "21 stars",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 21
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "exceptional",
"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": [
"stringify-entities"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 156471248
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "156,471,248 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 156471248,
"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": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.941
},
"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 94% of commits",
"points": 1.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/9 decided PRs merged",
"points": 20,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 9
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 3552,
"owner_type": "User",
"is_verified": null,
"owner_login": "wooorm",
"public_repos": 184,
"account_age_days": 5479
},
"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,552 followers of wooorm",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3552,
"login": "wooorm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "184 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 184
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"stringify-entities"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 846
},
"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 846 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 846
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 38,
"weight": 0.19,
"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 2 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": [
"html",
"entity",
"entities",
"character",
"reference",
"stringify"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "weak",
"name": "Security",
"value": 46,
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"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 2 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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:stringify-entities@4.0.4 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:stringify-entities@4.0.4",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": "exceptional",
"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": 2,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 20
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 21,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 3,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.06,
"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": "6 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 6,
"sampled": 100
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 8015,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:54:02.610891Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wooorm/stringify-entities.svg",
"full_name": "wooorm/stringify-entities",
"license_state": "standard",
"license_spdx": "MIT"
}