Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"html",
"character",
"entity",
"reference",
"legacy"
],
"is_fork": false,
"size_kb": 74,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 2583
},
"pushed_at": "2023-11-01T10:27:11Z",
"created_at": "2015-09-27T15:06:51Z",
"owner_type": "User",
"updated_at": "2023-09-08T17:02:05Z",
"description": "List of legacy HTML named character references that don’t need a trailing semicolon",
"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": 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": "3.0.0",
"kind": "major",
"published_at": "2021-10-29T12:50:39Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2021-03-10T10:42:17Z"
},
{
"tag": "1.1.4",
"kind": "patch",
"published_at": "2020-01-24T09:24:08Z"
},
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2019-05-08T06:45:29Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2018-04-18T14:52:27Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2017-07-11T17:28:38Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2016-11-04T17:02:11Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2016-07-24T09:11:58Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2016-07-24T09:07:06Z"
}
],
"recent_commits": [
{
"oid": "fa306f00018fe64f87d38d160f5d993ecd0f4386",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2023-11-01T10:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541e7403f55fa27819f7a6938373afd227b868b9",
"body": null,
"is_bot": false,
"headline": "Refactor some docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T10:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aaf36c9127c02271b12abb58050adb32579d28b",
"body": null,
"is_bot": false,
"headline": "Refactor build script",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T10:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad09a4d6ff628e4bbbaa5dd5eb601fe9bc5647af",
"body": null,
"is_bot": false,
"headline": "Use Node test runner",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T10:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69dcf703da5f21407ff04e40a63534eef6b1c06c",
"body": null,
"is_bot": false,
"headline": "Refactor `tsconfig.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2022-11-16T10:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755da0fb470358f21fd26a46d859d3913c038d71",
"body": null,
"is_bot": false,
"headline": "Replace skypack w/ esm.sh",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2022-04-02T08:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c5e1de6252250ed56825e8c77fe975dbb3f0d6f",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T12:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2adfa688631902b000056d7403aba803b93678bc",
"body": null,
"is_bot": false,
"headline": "Update example",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T12:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9cffca6b9771b8896bacc2f1c750a7fb5cdce96",
"body": "Previously a map of named character reference characters, to their\nreplacements, was exposed.\nAs the replacements are also available in `character-entities`, it\ninstead makes more sense to only expose the list of keys from this\npackage.",
"is_bot": false,
"headline": "Change to expose a list instead of a map",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T12:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84e8fcb2cd5d3e2c49756275706edd293b27b5e8",
"body": null,
"is_bot": false,
"headline": "Add improved docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-29T10:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f8d7cd7e9bc6a845a8b520ed275fd0598acc56",
"body": null,
"is_bot": false,
"headline": "Use strict types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-28T15:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7061d753b42ebfef5678b16a9bf5c0c1e11a87a2",
"body": null,
"is_bot": false,
"headline": "Refactor",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-28T15:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2df80734fe5c9841ab6655c3d2331809d6a17775",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-10-28T15:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b2899d64c54043dafdf11f404fc9eaed381cd1",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T10:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc8933610ee9ffb388ee750477941f45dbf3bbe",
"body": null,
"is_bot": false,
"headline": "Add JSDoc based types",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T10:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe7b0d3f89a847522dc2b83f53ca6309b74aebd",
"body": null,
"is_bot": false,
"headline": "Use ESM",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T10:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53396c91c44ee4df3dd04c739825cbde93f7503",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T10:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ae87398bb980b0c5fe6d83e71b41d18c73930f",
"body": null,
"is_bot": false,
"headline": "Use Actions",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2021-03-10T10:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b51b233586ba9bc87004789647d5717a241b28",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-10-28T09:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1075484a7470086937490d9d83f6759d2e1892f0",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-06-16T08:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "360bca5cf777dd700f0da4e13ec34b620cd46aa4",
"body": null,
"is_bot": false,
"headline": "Update source",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-06-16T08:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a983fb63050ae146da051e5bf3c579809d122297",
"body": null,
"is_bot": false,
"headline": "1.1.4",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-24T09:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61009fd5b9b045651c05802eeedab6ac6cac67bb",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-24T09:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e004371841574c8ba082ea869a45584b602838",
"body": null,
"is_bot": false,
"headline": "Refactor prose",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-24T09:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47465aee5c76189b5520c9fc1e2d6db435f184bd",
"body": null,
"is_bot": false,
"headline": "Add `funding` field to `package.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2020-01-24T09:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5f9f026bd9588a7706b53a42ea340ccef8ed84",
"body": null,
"is_bot": false,
"headline": "Add `funding.yml`",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2019-10-15T06:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9309176e8a3b1fd5bb4e8a5397b19eafef2d2ec1",
"body": null,
"is_bot": false,
"headline": "1.1.3",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a896e0d2ed4980555be865f7ffb8ab2a4453794f",
"body": null,
"is_bot": false,
"headline": "Add more badges",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a6c50f3396e4fca0533cc32476f7cafe6e9ed9",
"body": null,
"is_bot": false,
"headline": "Remove superfluous `xo` rules",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794680e9b783c86b502c491b693601df9778baaa",
"body": null,
"is_bot": false,
"headline": "Use `tinyify`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3466ff55c6a9dbe460c29da6e43a8fe0553f97",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "306dcc1b6d61c3eed0845a3edc480b550fee8e42",
"body": null,
"is_bot": false,
"headline": "Update Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a1128640f920340c5f6559a4366d1afcf4cd31",
"body": null,
"is_bot": false,
"headline": "Fix tests on Windows",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b5d9509425c706a84f9ac5da2ef6acbe3bc1d1",
"body": null,
"is_bot": false,
"headline": "Move URLs from HTTP to HTTPS",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a5f2b0337660c8657a66e0147d27e210d0ff85",
"body": null,
"is_bot": false,
"headline": "Move `LICENSE` > `license`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2019-05-08T06:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1374b5136ac7c27be35783483257c4bd26343d94",
"body": null,
"is_bot": false,
"headline": "1.1.2",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee6d557e7b5b44ba4142429029e9a71db39beb2",
"body": null,
"is_bot": false,
"headline": "Refactor code-style",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af18932d3add3dada03d691c3e5025251bbaaa0c",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f84274a350bcd8ee29797f95bf8ceba64b2a69e",
"body": null,
"is_bot": false,
"headline": "Refactor `repository` in `package.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994f72327282e911974badec2ae3710afc870a10",
"body": null,
"is_bot": false,
"headline": "Add `yarn.lock` to `.gitignore`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c36ff816d3e95f9692f4cd88c9fca38d899835d",
"body": null,
"is_bot": false,
"headline": "Add `.npmrc`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d35a076e1f55cbdc4c62cf7665463972865e04",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590b865999cea92705dcc21ba667e67e725c2996",
"body": null,
"is_bot": false,
"headline": "Remove npm deployment from Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2018-04-18T14:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74216f063f88d511050a836e5469b1a78c653c28",
"body": null,
"is_bot": false,
"headline": "1.1.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1231d18c149f04bd77560b4d960565a0ab090d",
"body": null,
"is_bot": false,
"headline": "Add list of related projects",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cafac705f5924321b18d306eed429ad499b8fb7",
"body": null,
"is_bot": false,
"headline": "Refactor `readme.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d965c2e09a8e5d85945337409a1bee7e459c843",
"body": null,
"is_bot": false,
"headline": "Remove coverage reporting",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30f5b83d00d098d362d5e4c1ba8707f37bced03",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68fc5d0b299d1c4d0326a74e7ca1dfd50a6ee2a7",
"body": null,
"is_bot": false,
"headline": "Refactor `build.js`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d29927a2c72a200612dbc9826d039ee4f9090e7",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-07-11T17:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da9149a600fd46a875bb498c87afb0996668ad4",
"body": "Closes GH-18.",
"is_bot": true,
"headline": "Update `xo`",
"author_name": "greenkeeper[bot]",
"author_login": "greenkeeper[bot]",
"committed_at": "2017-03-18T15:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "495f54bef6bd4952bb6100fec52d0c3ebaf4fdeb",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2017-02-24T11:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641a46fb4794e7fbcc7002f478fbf8b581bbdb0c",
"body": "Closes GH-13.\r\nCloses GH-12.",
"is_bot": false,
"headline": "Update `browserify`",
"author_name": "Greenkeeper",
"author_login": "greenkeeperio-bot",
"committed_at": "2017-01-25T10:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd6a1ae75165b8d404bf348812c5b3dabdedab5",
"body": "Closes GH-11.",
"is_bot": false,
"headline": "Update `nyc`",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2016-11-22T22:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c539d60333b62117008ad070c9fce6a3791c66c",
"body": "https://greenkeeper.io/",
"is_bot": false,
"headline": "chore(package): update nyc to version 10.0.0",
"author_name": "greenkeeperio-bot",
"author_login": "greenkeeperio-bot",
"committed_at": "2016-11-22T17:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4279ad1514e41709220019f2eed4b215ab4b0a82",
"body": "Closes GH-10.",
"is_bot": false,
"headline": "Update `nyc`",
"author_name": "Titus",
"author_login": "wooorm",
"committed_at": "2016-11-15T09:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875281a07b0831cce9822e519c1f88005245afc3",
"body": "https://greenkeeper.io/",
"is_bot": false,
"headline": "chore(package): update nyc to version 9.0.1",
"author_name": "greenkeeperio-bot",
"author_login": "greenkeeperio-bot",
"committed_at": "2016-11-15T00:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc6c73d528560ba4664f47a4e7979ab85b245b4",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T17:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3229e5982e654ba91a3917910fbc672176d8c27",
"body": null,
"is_bot": false,
"headline": "Fix incorrectly located `index.json`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3489ee240de33d2565461c0353610f8df4c10c",
"body": null,
"is_bot": false,
"headline": "Remove `curl` dependency",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7541394512f1c6061af90394e716bf93bdd921",
"body": null,
"is_bot": false,
"headline": "Remove file-overview inline docs",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a1be597422b12c7f58eb04a5cb4f490bf51107a",
"body": null,
"is_bot": false,
"headline": "Flatten `script/`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d6163fae669f32f7f1fca93a11cc0abdf4d4ca",
"body": null,
"is_bot": false,
"headline": "Remove `index.js`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8797ea738a70f6a5add5f3c15e5a7c321f45524c",
"body": null,
"is_bot": false,
"headline": "Update Node in Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-11-04T16:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c19a0a641fc8d5daeecc9cc9ba23bcbfbc0da2e",
"body": "Closes GH-9.",
"is_bot": false,
"headline": "Update `xo`",
"author_name": "greenkeeperio-bot",
"author_login": "greenkeeperio-bot",
"committed_at": "2016-10-13T19:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf258a3662324092218371ca1d7ae261c7a10d2",
"body": null,
"is_bot": false,
"headline": "Update remark, nyc",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-08-22T14:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5777f373b8e3bd65eed80fa87bf3c36f6ec25ad",
"body": null,
"is_bot": false,
"headline": "Remove distribution from source",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-08-22T14:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d48e83ed414f99ea2cc4d6671e7f7f6141052bea",
"body": null,
"is_bot": false,
"headline": "Remove Node@0.12, Node@4 from Travis",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-08-22T14:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3199229d08b3c29513f7523e8abb0e7b730fff8d",
"body": null,
"is_bot": false,
"headline": "Remove `history.md`",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-08-22T14:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78048ebfeef9406b3db21ccb2248c008d4dacce1",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-24T09:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3ff888c16a049dd0f2c99bb6da4b0b5348ce89d",
"body": "* Remove support for Bower, Component, Duo;\n* Refactor code-style;\n* Update docs;\n* Refactor tests.",
"is_bot": false,
"headline": "Rewrite module",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2016-07-24T09:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d447b8d463e69bda148d106a82d2cccdf5f9a9",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-09-27T15:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1daea60cb346c5ec1a7e2a8fb21af9718f056a2c",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Titus Wormer",
"author_login": "wooorm",
"committed_at": "2015-09-27T15:07:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 0,
"latest_release_at": "2021-10-29T12:50:39Z",
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_last_push": 994,
"active_weeks_last_year": 0,
"days_since_latest_release": 1727,
"mean_days_between_releases": 240.4
},
"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": "character-entities-legacy",
"exists": true,
"license": "MIT",
"keywords": [
"html",
"entity",
"entities",
"character",
"reference",
"name"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/character-entities-legacy",
"is_deprecated": false,
"latest_version": "3.0.0",
"repository_url": "https://github.com/wooorm/character-entities-legacy",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 186285319,
"first_published_at": "2015-09-27T15:15:43.950000Z",
"latest_published_at": "2021-10-29T12:50:20.435000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1727
}
]
},
"popularity": {
"forks": 1,
"stars": 4,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"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": 1316,
"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": "^20.0.0",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "^8.0.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "^3.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.56.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 0,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "wooorm",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/944406?v=4"
},
{
"type": "User",
"login": "greenkeeperio-bot",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/14790466?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.944
},
"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": null,
"reason": "no pull request found",
"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 0/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": "no SAST tool detected",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "fa306f00018fe64f87d38d160f5d993ecd0f4386",
"ran_at": "2026-07-22T22:32:18Z",
"aggregate_score": 3.1,
"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": "2017-01-25T10:54:36Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wooorm/character-entities-legacy",
"host": "github.com",
"name": "character-entities-legacy",
"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": 31,
"inputs": {
"security": 31,
"vitality": 17,
"community": 46,
"governance": 42,
"engineering": 43,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 36,
"overall_after_abandonment_multiplier": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"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": 0.986,
"days_since_last_push": 994,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 994 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 994
}
}
],
"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": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 9,
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 1727,
"mean_days_between_releases": 240.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1727 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1727
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~240.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 240.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 3465,
"days_since_last_human_commit": 994,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 994 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 994,
"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": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 1,
"stars": 4,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"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": "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,
"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": [
"character-entities-legacy"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 186285319
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "186,285,319 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 186285319,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.944
},
"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": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "critical",
"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": 12,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 15
},
"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": "3/18 decided PRs merged",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 18
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/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": 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": [
"character-entities-legacy"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1727
},
"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 1727 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1727
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 43,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"html",
"character",
"entity",
"reference",
"legacy"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.1
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/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": "no SAST tool detected",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 8
},
"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": 24,
"weight": 0,
"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.056,
"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": "4 of 72 human commits state their intent (structured subject or explanatory body)",
"points": 3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 72
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 19,
"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.014
},
"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 73",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 73
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 73 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 73
}
}
],
"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": 1316,
"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-22T22:32:22.878310Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wooorm/character-entities-legacy.svg",
"full_name": "wooorm/character-entities-legacy",
"license_state": "standard",
"license_spdx": "MIT"
}