Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"shim",
"polyfill",
"ecmascript",
"javascript",
"string",
"trim"
],
"is_fork": false,
"size_kb": 158,
"has_wiki": false,
"homepage": "http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.20",
"languages": {
"JavaScript": 8298
},
"pushed_at": "2026-06-05T22:54:14Z",
"created_at": "2015-08-08T18:36:59Z",
"owner_type": "Organization",
"updated_at": "2026-06-05T22:54:18Z",
"description": "ES5 spec-compliant shim for String.prototype.trim",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://tc39.es/ecma262/",
"name": "ECMAScript Shims",
"type": "Organization",
"login": "es-shims",
"company": null,
"location": null,
"followers": 176,
"avatar_url": "https://avatars.githubusercontent.com/u/6288429?v=4",
"created_at": "2013-12-30T18:32:40Z",
"is_verified": null,
"public_repos": 168,
"account_age_days": 4587
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.11",
"kind": "patch",
"published_at": "2026-06-05T22:53:41Z"
},
{
"tag": "v1.2.10",
"kind": "patch",
"published_at": "2024-12-11T19:23:43Z"
},
{
"tag": "v1.2.9",
"kind": "patch",
"published_at": "2024-03-17T06:36:21Z"
},
{
"tag": "v1.2.8",
"kind": "patch",
"published_at": "2023-09-07T17:05:40Z"
},
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2022-11-07T19:03:19Z"
},
{
"tag": "v1.2.6",
"kind": "patch",
"published_at": "2022-04-24T22:22:40Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2021-10-04T04:38:36Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2021-02-21T22:23:48Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2020-11-21T22:53:39Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2020-09-15T22:46:42Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2019-12-16T08:48:07Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2019-07-24T18:30:20Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2016-02-06T09:11:03Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2015-08-16T20:00:11Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2015-08-16T07:58:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-08-08T19:08:06Z"
}
],
"recent_commits": [
{
"oid": "81993cc9f134d72f778bea27d77a4b1ac0e98244",
"body": null,
"is_bot": false,
"headline": "v1.2.11",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T22:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b9c7d8efbb08607f60fa117671ae9eda45bff8",
"body": null,
"is_bot": false,
"headline": "[actions] update workflows",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T22:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "738a1e6451b80df057b86de43842bf5407b3ce5b",
"body": null,
"is_bot": false,
"headline": "[readme] remove dead badges",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T22:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "733f19d4aa049db208e209e94107a81008bd2e0c",
"body": "…oms`",
"is_bot": false,
"headline": "[Deps] update `call-bind`, `call-bound`, `es-abstract`, `es-object-at…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T22:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816817a5aa1bfbc5ec994be5de6ec28cf4efa48b",
"body": "…fig`, `auto-changelog`, `eslint`, `for-each`, `has-strict-mode`, `npmignore`",
"is_bot": false,
"headline": "[Dev Deps] update `@ericcornelissen/assert-time`, `@ljharb/eslint-con…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T22:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c66b5e9f102e872873877f2bbf1bd3f70a7ad12",
"body": "…itespace\n\nThe short-circuit only avoided the quadratic `rightWhitespace` regexp when the string did not end in whitespace.\nAn input that ends in a single whitespace character but contains a large internal whitespace run\n(e.g. `'A' + ' '.repeat(1e5) + 'A '`)\nstill reached the regexp and remained qua\n[…]\nere the whitespace lives,\nso no pathological input can cause quadratic runtime.\nLeft-trim keeps using the `^`-anchored regexp, whose match is only attempted at index 0 and is therefore already linear.",
"is_bot": false,
"headline": "[Fix] make right-trim linear for all inputs, not just non-trailing-wh…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2026-06-05T15:40:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91e5eb62998a7ea8d4e25c96b55c2dd709a9b21f",
"body": "Improve input string that are pathological by virtue\nof containing lots of whitespace but not at the end\nor start of the string. Such strings can lead to\nquadratic runtime of the `rightWhitespace` regular\nexpression, unnecessarily consuming computational\nresources.\n\nThis patch addresses the problem \n[…]\nnce\nit is not viable.\n\nThe change is tested with a pathalogical input in\nthe test suite. This is supported by the assert-time\npackage which faciliates enforcing a maximum runtime\non the function call.",
"is_bot": false,
"headline": "[Refactor] Handle pathological strings better",
"author_name": "Eric Cornelissen",
"author_login": "ericcornelissen",
"committed_at": "2026-05-29T20:52:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c6a6045bbeb90fb90e41e69c89a5568f39f5418",
"body": null,
"is_bot": false,
"headline": "[readme] replace runkit CI badge with shields.io check-runs badge",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2025-12-29T22:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b75ec70b9251df1cc98563d901f38839109b538",
"body": null,
"is_bot": false,
"headline": "v1.2.10",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T19:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9667c7d04de2dff034cde13f41aca9e203947d43",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] add missing dev dep",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T18:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0c2e9979c9368b13a90a31ae79ca8b1f2fa01a",
"body": "…directly",
"is_bot": false,
"headline": "[Refactor] use `define-data-property` and `has-property-descriptors` …",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9499206837e054fac9b48db0f63c09dd1e955e11",
"body": null,
"is_bot": false,
"headline": "[Refactor] use `call-bound` directly",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0673152cc347f42feed04a6936d824ffb2bb57",
"body": null,
"is_bot": false,
"headline": "[Deps] update `call-bind`, `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6417c727c94acb568ad4f5b4674996401f5ee531",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] add missing peer dep",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138d3db824e6fed5a0f9c81ae06534ef4e20b969",
"body": "…ngelog`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-cha…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335d99a408ee623eb60ca53af13da1813d3ee1b8",
"body": null,
"is_bot": false,
"headline": "[actions] split out node 10-20, and 20+",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88a935c098d8a9809812af68c1fc51ab65854cb",
"body": null,
"is_bot": false,
"headline": "[Tests] replace `aud` with `npm audit`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-12-11T15:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d36f817867ca8d99c86a9a711d1d1bf01ed5bd",
"body": null,
"is_bot": false,
"headline": "v1.2.9",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-03-17T06:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6fe1af4cb9381757971b294afc845e3b2e7c1e9",
"body": "…ies`, `es-abstract`",
"is_bot": false,
"headline": "[Refactor] use `es-object-atoms`; update `call-bind`, `define-propert…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-03-17T06:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e2b81878478d7090826b73d52bc42f117a2189",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `aud`, `npmignore`, `tape`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-03-17T06:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2cb0df97ce2a798017c719cd2988f032b22939a",
"body": null,
"is_bot": false,
"headline": "v1.2.8",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-09-07T17:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c16598aba57e30c5e8446f91fb998a5790c1f81",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-09-07T04:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b99fad6f32386b5bf1b304acb0fdd2a73c77a95",
"body": "…ape`",
"is_bot": false,
"headline": "[Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `t…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-09-07T04:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fdc65ff4b9c73cc9d132832943a89a57f1f93a5",
"body": null,
"is_bot": false,
"headline": "[Deps] update `define-properties`, `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-03-09T00:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97be2b55a3902753f50fadc2e9df6b7ff0f0f669",
"body": "…aud`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `@ljharb/eslint-config`, `@ljharb/eslint-config`, `…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-03-09T00:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab172c3ddeec62fb4f6ead3c7e10d24e340ecad",
"body": null,
"is_bot": false,
"headline": "[Tests] add passing test cases",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2023-03-08T23:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017a8c0db2ee958ef7f9adf2450dbeedefce1164",
"body": null,
"is_bot": false,
"headline": "v1.2.7",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-11-07T19:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b707a1747363f361665c50eda5eb952a86755e8c",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-11-07T08:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6de84f959c1ecc44e894aa1a64a8eb5007f3f5",
"body": null,
"is_bot": false,
"headline": "[meta] use `npmignore` to autogenerate an npmignore file",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-11-07T08:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5295419b0bbaf8035696ef3a24a8625ee743ec7f",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `aud`, `tape`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-11-07T08:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b725a0499b832e69dfe5121bb643464a659ba8ff",
"body": null,
"is_bot": false,
"headline": "[actions] update rebase action to use reusable workflow",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-11-07T07:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3c01f38aeabc8704dcd7bead21887d1f60a1b6",
"body": null,
"is_bot": false,
"headline": "v1.2.6",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-04-24T22:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56bbb86b8e514a16fc47e095b8c1014e12a2e92a",
"body": "…itespace",
"is_bot": false,
"headline": "[Fix] as of unicode v6, the mongolian vowel separator is no longer wh…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-04-24T04:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24220c49dcb7055b5b94eb52c4d610428e19d3e4",
"body": "…ines",
"is_bot": false,
"headline": "[Fix] ensure main entry point properly checks the receiver in ES3 eng…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-04-24T04:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6008ea9007741755710b70ae05003cb71a7d1bd",
"body": null,
"is_bot": false,
"headline": "[Deps] update `define-properties`, `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-04-24T05:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716a06080dbca68ec8e3b2e0e18c0a333ed28594",
"body": "…ngelog`, `functions-have-names`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-cha…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2022-04-24T04:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfc0932e7b2fad166245599310a1d84a1be0882",
"body": "See https://github.com/inspect-js/is-arguments/pull/38",
"is_bot": false,
"headline": "[actions] reuse common workflows",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-12-16T00:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fa437e4c3d25798d979294a121f93cb4346ba04",
"body": "… `safe-publish-latest`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`,…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-12-16T00:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a39958a13e20d6b9f01f9fce71dd37cc03da52e",
"body": null,
"is_bot": false,
"headline": "[actions] update codecov uploader",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-13T17:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0515a6135c245f523a776f74737218615377c854",
"body": null,
"is_bot": false,
"headline": "v1.2.5",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-04T04:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9980eee58866b08218ff3257a3af2aa9e29774fc",
"body": null,
"is_bot": false,
"headline": "[readme] add github actions/codecov badges",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-04T04:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1da806270fd909a76fc43e3dfe91be46058382",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-04T04:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4a85e5f521ae9811ac1205af933e3845b5a24e",
"body": "… `aud`, `auto-changelog`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`,…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-04T04:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62cd3412aaeee13c0d2cfe7f9bd33297e7279989",
"body": null,
"is_bot": false,
"headline": "[actions] update workflows",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-10-04T04:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802cb7b69b3a0c9a9b9642d641f0af490bd9dde7",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-04-10T21:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8856c2663b5495cafb930e009f68e2d22958cac0",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `tape`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-04-10T21:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d5a61c95a26c079b30e2d9d2ffdb70f36ca9cf",
"body": null,
"is_bot": false,
"headline": "[actions] use `node/install` instead of `node/run`; use `codecov` action",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-04-10T21:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd99c4a9838847efb3db7ddf579fb4bda8f6030",
"body": null,
"is_bot": false,
"headline": "[meta] use `prepublishOnly` script for npm 7+",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-04-10T21:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d282d1becd5f8d3ffe0e6e1dbfa2ddf29071670",
"body": null,
"is_bot": false,
"headline": "[readme] remove defunct testling badge",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c08fcc708b34bd99fedeba96dc8318a665ea40d",
"body": null,
"is_bot": false,
"headline": "v1.2.4",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936161bf43c83e09bc39c4d472d313c8f64e3fe3",
"body": null,
"is_bot": false,
"headline": "[meta] do not publish github action workflow files",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083f88f5342144f337f1f82874cb8cd6f27f2262",
"body": null,
"is_bot": false,
"headline": "[Deps] update `call-bind`, `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4be8d12365feb5b42658902cf18316508a0c62",
"body": "…s-have-names`, `has-strict-mode`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `function…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b87354f55f24501ca8b2f02477cb692a70457c",
"body": null,
"is_bot": false,
"headline": "[Tests] increase coverage",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a28c3943b51a2cc87694c954205249122256d92",
"body": null,
"is_bot": false,
"headline": "[readme] remove travis badge",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda6ab73fea52b49b74653e96ac81d5372599dc8",
"body": null,
"is_bot": false,
"headline": "[actions] update workflows",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2021-02-21T22:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e44e06526e2f304ddf1129702600d36a37a4b8d",
"body": null,
"is_bot": false,
"headline": "v1.2.3",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-11-21T22:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21c1d5c87ec9b1b5107b0a1faf138993951081c",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `aud`, `auto-changelog`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-11-21T22:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e8c6ede423ee8c384564092f624f980097bb28",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`; use `call-bind` where applicable",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-11-21T22:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6768c8d5569a6fcc841436b98a19ddf6b63c7de4",
"body": null,
"is_bot": false,
"headline": "[Tests] migrate tests to Github Actions",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-11-21T21:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd5baa7239a4d449338e0333e2dc4573597962e",
"body": null,
"is_bot": false,
"headline": "[Tests] run `nyc` on all tests",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-11-21T21:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9a7e458ac5c434e21f7e2da8d2373fda6d5ffc",
"body": null,
"is_bot": false,
"headline": "v1.2.2",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T22:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2d5d23f63731958007d856767f5a2f9c779c15",
"body": null,
"is_bot": false,
"headline": "[Refactor] switch from 2019 to 2020 AOs",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T22:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70d9136bc76499ecee1997068b7f3d1ba0f94e8",
"body": "…ngelog`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-cha…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T18:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4d1ec8f2c13a4b4fde171ca2029e1ec4057b2b",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`, remove `function-bind`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T18:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6be23aa679e02836e1f3e65bd09dd30c3fd2ae",
"body": null,
"is_bot": false,
"headline": "[actions] add \"Allow Edits\" workflow",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T18:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35826c21b140a3c1431bd20c3443da23888b92bc",
"body": "…vent",
"is_bot": false,
"headline": "[actions] switch Automatic Rebase workflow to `pull_request_target` e…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-09-15T18:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1dec364391ea5d7dc8339d2da279fdc511cdbe9",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `auto-changelog`; add `aud`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-04-13T06:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54095ef76d193c8595516977e98343f8db754e2d",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-03-26T20:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7fc9e22b09d24a9aa9e68358d4a5ba10e25ff04",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `auto-changelog`, `tape`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-03-26T20:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfaf1731edd5fcd01ec07f75717eebdf4992e4c",
"body": "…ble`",
"is_bot": false,
"headline": "[Refactor] use `RequireObjectCoercible` instead of `CheckObjectCoerci…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-01-28T22:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475c4804224a11bb6fba6d1407b59f7aab2c5d4e",
"body": null,
"is_bot": false,
"headline": "[Tests] add implementation tests",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-01-28T22:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0884270b26f7e6f7602d9f355dc3b4d5cd12d97e",
"body": null,
"is_bot": false,
"headline": "[Tests] use `nyc` for coverage`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-01-28T22:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65be600028222127c1faaeacea810bc042f35f70",
"body": "…ns-have-names`; add `safe-publish-latest`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `functio…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-01-28T21:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "486dd9c68c5843a9f50cde55749d34edb9702616",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2020-01-28T21:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb839d6e4181d121b3aa2c4aae64828f3288f5d",
"body": null,
"is_bot": false,
"headline": "v1.2.1",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T08:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6284c061c8f4de4314a43e8600ff879164ab162c",
"body": null,
"is_bot": false,
"headline": "[meta] add `auto-changelog`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0378c99988846b0a8edf3fcfd08f30dd632f5a9",
"body": null,
"is_bot": false,
"headline": "[Refactor] use split-up `es-abstract` (57% bundle size decrease)",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44d307a50bb1fc53811b49d9203cd794ed1bae4",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c54b481743611e736315c10885cfc861d306e64a",
"body": "…names`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c781cd4bad87f7bf31dae256ef0f1c19cec2113",
"body": null,
"is_bot": false,
"headline": "[meta] remove unused Makefile and associated utilities",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f7e643f128e04ed0139c1cb3da7b7907ea639f",
"body": null,
"is_bot": false,
"headline": "[Tests] use shared travis-ci configs",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05594490366fad2d8e4bd435937fbd81169d965a",
"body": null,
"is_bot": false,
"headline": "[meta] add `funding` field",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffe893990837250f8a3c4714bd52675251af5c7",
"body": "See https://github.com/ljharb/es-abstract/pull/74",
"is_bot": false,
"headline": "[actions] add automatic rebasing / merge commit blocking",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-12-16T07:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94de3e718784759c18c99ab535b9ee3e8ec8850d",
"body": null,
"is_bot": false,
"headline": "v1.2.0",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-24T18:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d7b1e365484f8c33247b60e2a07748dc2183d40",
"body": null,
"is_bot": false,
"headline": "[Tests] allow coverage to fail",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-24T16:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35f6275ec7b4d6b47136a007fd07566e037cac8",
"body": "see https://codeblog.jonskeet.uk/2014/12/01/when-is-an-identifier-not-an-identifier-attack-of-the-mongolian-vowel-separator/",
"is_bot": false,
"headline": "[Tests] fix tests for the mongolian vowel separator",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-24T05:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b857148644d305f720b2dd9bf691b7dc2930f91d",
"body": "…v7.10`, `v6.17`, `4.9`; use `nvm install-latest-npm`",
"is_bot": false,
"headline": "[Tests] up to `node` `v12.6`, `v11.15`, `v10.16`, `v9.11`, `v8.16`, `…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T21:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e687776f6a45e3a6d129705aad3bb4863758114",
"body": null,
"is_bot": false,
"headline": "[Tests] use `functions-have-names`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcbc11d4af9be65f4f7eb4aec20498c7a33a004f",
"body": "…ce`, `semver`, `tape`",
"is_bot": false,
"headline": "[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `repla…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb00b1551d2774e216b5d316b552d08a7f0619d4",
"body": null,
"is_bot": false,
"headline": "[New] add `auto` entry point",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb15ed57fbf3ba3f2d7f24af957e8ff41421dd81",
"body": null,
"is_bot": false,
"headline": "Only apps should have lockfiles",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0371af5c7b8fee49a0e7d1bcc26fcf41743779",
"body": null,
"is_bot": false,
"headline": "[Deps] update `define-properties`, `es-abstract`, `function-bind`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c358c22ee57bd5e7b437fb707230399ea7c42aa",
"body": null,
"is_bot": false,
"headline": "[Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1dea7f6114de79d637e82cdfaf1aa5499bd358",
"body": null,
"is_bot": false,
"headline": "[Tests] remove `jscs`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2019-07-23T18:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a694081cdd9aa9296ea181e4d2b4c6fe656bb16",
"body": "…/eslint-config`",
"is_bot": false,
"headline": "[Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `semver`, `@ljharb…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2016-07-05T21:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ea49d7572b3f981d036ea060e3ed3559ad78ef",
"body": null,
"is_bot": false,
"headline": "[Tests] on `node` `v5.12`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2016-07-05T21:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804b2f244c257b32cb2473eb1a829ce97dc6a0a5",
"body": null,
"is_bot": false,
"headline": "[Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2016-05-31T06:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15f7f249619b7aab941c6c8156cb81ed57c39b7e",
"body": null,
"is_bot": false,
"headline": "[Deps] update `es-abstract`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2016-05-31T06:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac7e1f90088bb0c96986006539ffebb6b2a6eda",
"body": null,
"is_bot": false,
"headline": "[Tests] up to `node` `v6.2`",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2016-05-31T06:48:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 8,
"latest_release_at": "2026-06-05T22:53:41Z",
"latest_release_tag": "v1.2.11",
"releases_from_tags": true,
"days_since_last_push": 46,
"active_weeks_last_year": 3,
"days_since_latest_release": 46,
"mean_days_between_releases": 232.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "string.prototype.trim",
"exists": true,
"license": "MIT",
"keywords": [
"String.prototype.trim",
"string",
"ES5",
"shim",
"trim",
"polyfill",
"es-shim API"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/string.prototype.trim",
"is_deprecated": false,
"latest_version": "1.2.11",
"repository_url": "https://github.com/es-shims/String.prototype.trim",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 308376466,
"first_published_at": "2015-08-09T06:07:46.418000Z",
"latest_published_at": "2026-06-05T22:55:28.966000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 46
}
]
},
"popularity": {
"forks": 4,
"stars": 13,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2016-10-02",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 2805,
"source_files_sampled": 9,
"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": 92,
"malicious_count": 0,
"assessed_package": "npm:string.prototype.trim@1.2.11",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "call-bind",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.9"
},
{
"name": "call-bound",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.4"
},
{
"name": "define-data-property",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.4"
},
{
"name": "define-properties",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.1"
},
{
"name": "es-abstract",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.24.2"
},
{
"name": "es-object-atoms",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.2"
},
{
"name": "has-property-descriptors",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.2"
},
{
"name": "safe-regex-test",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "call-bind",
"direct": true,
"version": "^1.0.9",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": true,
"version": "^1.0.4",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": true,
"version": "^1.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": true,
"version": "^1.2.1",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": true,
"version": "^1.24.2",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": true,
"version": "^1.1.2",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": true,
"version": "^1.0.2",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": true,
"version": "^1.1.0",
"ecosystem": "npm"
},
{
"name": "@ericcornelissen/assert-time",
"direct": false,
"version": "^1.0.3",
"ecosystem": "npm"
},
{
"name": "@es-shims/api",
"direct": false,
"version": "^2.5.1",
"ecosystem": "npm"
},
{
"name": "@ljharb/eslint-config",
"direct": false,
"version": "^22.2.3",
"ecosystem": "npm"
},
{
"name": "auto-changelog",
"direct": false,
"version": "^2.6.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^8.57.1",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "^0.3.5",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "^1.2.3",
"ecosystem": "npm"
},
{
"name": "has-strict-mode",
"direct": false,
"version": "^1.1.0",
"ecosystem": "npm"
},
{
"name": "in-publish",
"direct": false,
"version": "^2.0.1",
"ecosystem": "npm"
},
{
"name": "npmignore",
"direct": false,
"version": "^0.3.5",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "^10.3.2",
"ecosystem": "npm"
},
{
"name": "safe-publish-latest",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "string.prototype.repeat",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "tape",
"direct": false,
"version": "^5.9.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 22,
"direct_count": 8,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 1,
"closed_ratio": 0.857,
"closed_issues": 6,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ljharb",
"commits": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/45469?v=4"
},
{
"type": "User",
"login": "ericcornelissen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3742559?v=4"
},
{
"type": "User",
"login": "reggi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/296798?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.986
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node-aught.yml",
"node-pretest.yml",
"node-tens.yml",
"node-twenties.yml",
"rebase.yml",
"require-allow-edits.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/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 31 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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 10,
"reason": "security policy file 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": "81993cc9f134d72f778bea27d77a4b1ac0e98244",
"ran_at": "2026-07-22T22:32:45Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T08:21:27Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-05T22:09:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 12,
"created_at": "2021-02-20T21:32:31Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/es-shims/String.prototype.trim",
"host": "github.com",
"name": "String.prototype.trim",
"owner": "es-shims"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 59,
"vitality": 49,
"community": 57,
"governance": 63,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 49,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 46,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 46 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.2.11",
"releases_from_tags": true,
"days_since_latest_release": 46,
"mean_days_between_releases": 232.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 46 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~232.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 232.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 46,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 46 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 46
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 4,
"stars": 13,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 13.5,
"status": "met",
"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": [
"string.prototype.trim"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 308376466
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "308,376,466 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 308376466,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.986
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 31 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 6,
"open_issues": 1,
"closed_issues": 6,
"issue_closed_ratio": 0.857,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/7 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 176,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "es-shims",
"public_repos": 168,
"account_age_days": 4587
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "176 followers of es-shims",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 176,
"login": "es-shims"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "168 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 168
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"string.prototype.trim"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 46
},
"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 46 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 46
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"shim",
"polyfill",
"ecmascript",
"javascript",
"string",
"trim"
],
"has_wiki": false,
"homepage": "http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.20",
"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": "http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.20",
"points": 15,
"status": "met",
"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": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 31 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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"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": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:string.prototype.trim@1.2.11 runtime dependency closure — what installing the published package pulls in — 92 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:string.prototype.trim@1.2.11",
"assessed": 92
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 92,
"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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 92,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"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": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.03,
"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": "3 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 3,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 2805,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:32:52.412420Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/es-shims/String.prototype.trim.svg",
"full_name": "es-shims/String.prototype.trim",
"license_state": "standard",
"license_spdx": "MIT"
}