Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"unicode",
"regular-expressions",
"regexp",
"code-generation",
"ecmascript",
"javascript"
],
"is_fork": false,
"size_kb": 321,
"has_wiki": false,
"homepage": "https://mths.be/regenerate",
"languages": {
"HTML": 955,
"JavaScript": 127655
},
"pushed_at": "2021-12-29T22:19:35Z",
"created_at": "2013-05-20T21:56:37Z",
"owner_type": "User",
"updated_at": "2026-06-15T15:06:34Z",
"description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.",
"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://mathiasbynens.be/",
"name": "Mathias Bynens",
"type": "User",
"login": "mathiasbynens",
"company": "@Google",
"location": null,
"followers": 12994,
"avatar_url": "https://avatars.githubusercontent.com/u/81942?v=4",
"created_at": "2009-05-07T08:06:35Z",
"is_verified": null,
"public_repos": 591,
"account_age_days": 6285
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2014-04-23T14:13:41Z"
}
],
"recent_commits": [
{
"oid": "11567339f40fd262435934d544885bc047cb4220",
"body": null,
"is_bot": false,
"headline": "Release v1.4.2",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2020-11-01T08:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ae9f3ee32289a223960b75043f7dc86c3fd4e9",
"body": "https://github.com/mathiasbynens/regexpu/issues/72\r\n\r\nCo-authored-by: Mathias Bynens <mathias@qiwi.be>",
"is_bot": false,
"headline": "Fix optimizeByLowSurrogates bug (#41)",
"author_name": "Viktor",
"author_login": "Yaffle",
"committed_at": "2020-11-01T08:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aee39dc05d4a683dfff648a85b3326a6fc1be5f",
"body": null,
"is_bot": false,
"headline": "Release v1.4.1",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2020-06-04T19:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921b383d02847fb22b3607cc375ba8d98fbf9e90",
"body": "Closes #37.",
"is_bot": false,
"headline": "Fix an edge case creating non-minimal ranges (#38)",
"author_name": "Sébastien Beyou",
"author_login": "Seb35",
"committed_at": "2020-06-04T19:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971883e409d78bd407b97556325f5882c0125796",
"body": null,
"is_bot": false,
"headline": "Fix CI (#39)",
"author_name": "Sébastien Beyou",
"author_login": "Seb35",
"committed_at": "2020-06-04T19:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3faea142f983650e0bce7a125480b295de0b77bb",
"body": null,
"is_bot": false,
"headline": "Add note about lookbehinds",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2020-03-31T21:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d0aa94e790491d1c7d88a11c0a7adc4cb5e85b",
"body": null,
"is_bot": false,
"headline": "Tweak README",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2018-08-13T08:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a1fa1a719898914b27f8b7a5a673af09021aa22",
"body": null,
"is_bot": false,
"headline": "Release v1.4.0",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2018-05-12T23:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b833f02fed021edaf84e9fb08c41bec00f5791",
"body": "The difference matters in case the output is used outside of a character class in a `u` RegExp. /\\-/u throws, but /\\x2D/u is fine.\n\nRef. #7.\nFixes https://github.com/mathiasbynens/regexpu-core/issues/16.\nFixes https://github.com/babel/babel/issues/7891.",
"is_bot": false,
"headline": "Escape `-` as `\\x2D` instead of `\\-`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2018-05-12T23:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d34ae9be511306a872b742d8421ae18c4ffdc0bf",
"body": null,
"is_bot": false,
"headline": "Release v1.3.3",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2017-09-18T14:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9bcdc4df7e37fc4fba75b3ccfa3c24c83fa95fb",
"body": "This enables wrapping Regenerate’s output in a regular expression literal.\n\nRef. https://github.com/mathiasbynens/regexpu-core/issues/11.",
"is_bot": false,
"headline": "Escape U+002F SOLIDUS",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2017-09-18T14:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37fdc9cabf03610c0f6f8bfc4f7da822cfa5a89",
"body": null,
"is_bot": false,
"headline": "Release v1.3.2",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-11-11T12:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3643670e1c44c4c108126e0d046fb465dc88c2",
"body": "Closes #31.",
"is_bot": false,
"headline": "Removed unused variables",
"author_name": "Jack Moore",
"author_login": "jackmoore",
"committed_at": "2016-11-11T12:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21937400a07435b93b2724a09e4500360b5bbcc1",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-06-03T10:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b842e5af68e07d8cb020fd1f03c12d31d9304999",
"body": null,
"is_bot": false,
"headline": "Release v1.3.1",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-06-01T14:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abc786696fff04313a9286054100b24217f16be",
"body": null,
"is_bot": false,
"headline": "Make empty sets stringify to `'[]'` rather than `''`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-06-01T14:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e36b2e4d05150437849cebd7f09f4711bea113",
"body": null,
"is_bot": false,
"headline": "Release v1.3.0",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-05-25T09:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1432e8872339cf0b446c3c30cde4fea7118f480",
"body": "Closes #30.",
"is_bot": false,
"headline": "Add `hasUnicodeFlag` option to `Regenerate#toString`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-05-25T09:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0d526bc23966e756d4aeac5cdc7ad6b0a43d73",
"body": null,
"is_bot": false,
"headline": "Test in more recent versions of Node.js",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2016-05-25T09:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20fdf24d6b2e338f9917fc972bb83ac6cbaf0305",
"body": null,
"is_bot": false,
"headline": "Test in Node.js v0.12 & Rhino 1.7R5",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-02-24T11:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9cbd03f87e3e466c3979ca548420758a53b16a3",
"body": null,
"is_bot": false,
"headline": "Test in io.js",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-02-03T15:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ac9235549870ce990c0cb4bd88423d511ae6ee",
"body": "Ref. https://github.com/mathiasbynens/regexpu/issues/17.\nCloses #28.",
"is_bot": false,
"headline": "Document inability to match lone low surrogates accurately",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-02-02T09:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd1cd77bd41ed19927406da2e67ccb0a956dbdc",
"body": null,
"is_bot": false,
"headline": "Release v1.2.1",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-26T09:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37a4373d20af2c5616b19647710b78adb7e92227",
"body": null,
"is_bot": false,
"headline": "Optimize `bmpOnly: true` output",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-26T09:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be62841c660ac94dd7e91e01771e8a2ee03b286",
"body": null,
"is_bot": false,
"headline": "Release v1.2.0",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-26T09:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d0967d99fe736d8440a69de9e54f666d67757d",
"body": null,
"is_bot": false,
"headline": "Improve code coverage",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-26T09:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59032f663e077fb73810013690939fae4b2b6a1",
"body": null,
"is_bot": false,
"headline": "Enable `.toString({ bmpOnly: true })`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-26T08:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b77df67e6cdc0e76f28e0e5520bf6f2f364bd9",
"body": null,
"is_bot": false,
"headline": "Release v1.1.0",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-24T16:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884ec8e6b1bc1265ad6e37434b0c860606637ae4",
"body": "Fixes #28.",
"is_bot": false,
"headline": "Avoid matching surrogate halves when lone surrogates are to be matched",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2015-01-24T16:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216a51a46170cacfd84293a56ce75f0bfb130df6",
"body": null,
"is_bot": false,
"headline": "Test in RingoJS v0.11.0",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-12-23T17:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8634c33b1aa827958ce475025030954a34d3ca8",
"body": "…all range\n\nCloses #27.",
"is_bot": false,
"headline": "`dataContains`: Exit early if `codePoint` is not within `data`’s over…",
"author_name": "Benjamin Tan",
"author_login": "bnjmnt4n",
"committed_at": "2014-10-13T09:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913bbfbf71ff2a4b4cf74f8779a9e256b8c6a9df",
"body": null,
"is_bot": false,
"headline": "Release v1.0.1",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-10-12T05:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae0efc2c082061743512c8552618a580c363fec",
"body": null,
"is_bot": false,
"headline": "Simplify the `surrogateSet` return value",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-10-12T05:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9745992b54c87bcc59d06a312a4663e799cbbd74",
"body": "Closes #26.",
"is_bot": false,
"headline": "Remove unused `highSurrogatesData` property",
"author_name": "Benjamin Tan",
"author_login": "bnjmnt4n",
"committed_at": "2014-10-12T05:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3c8d98258211eb3abf23584dfddcd3c622b26d",
"body": "Closes #25.",
"is_bot": false,
"headline": "README: Fix typos",
"author_name": "Benjamin Tan",
"author_login": "bnjmnt4n",
"committed_at": "2014-10-12T05:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e771dd3e9bc3cebfe8e2d881a5e0b1f4831ff9",
"body": null,
"is_bot": false,
"headline": "Tag the v1.0.0 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-09-23T08:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8804b4680b362755c36b6b354d35c6e7edfb9a28",
"body": "Closes #24.",
"is_bot": false,
"headline": "Allow passing flags to `toRegExp` method",
"author_name": "Devon Govett",
"author_login": "devongovett",
"committed_at": "2014-09-23T08:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52046043acb9cc9c19440befbd1ddfa5cefaa786",
"body": null,
"is_bot": false,
"headline": "Update URLs",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-09-23T08:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31912781cb64c280a8eedab11b74966e2b4fd15",
"body": null,
"is_bot": false,
"headline": "Tag the v0.6.4 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-08-24T18:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3d8c06629041d0ef2c2fb390fde32db5036fd9",
"body": "If the new range to be added wraps an old range in the set, other set ranges should not be removed. Duh.",
"is_bot": false,
"headline": "Fix `dataAddRange` properly",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-08-24T18:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5186be41c289db7e98acf240fd6f493fba8253e",
"body": null,
"is_bot": false,
"headline": "Tag the v0.6.3 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-08-24T16:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5856ed090514d43103f2c83fc34cd9f1a238a188",
"body": null,
"is_bot": false,
"headline": "Fix a `dataAddRange` bug",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-08-24T16:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c144701d13febafed3b0439ddbb5fd62c73a64fb",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-08-24T16:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead5693c2213df85cc697d1fc8e520ca665adf97",
"body": null,
"is_bot": false,
"headline": "Set up Coveralls",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-05-25T09:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c8bec6630bb5332f1747ec23e575fd259c4cc9",
"body": null,
"is_bot": false,
"headline": "Tag the v0.6.2 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-05-24T12:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7ba20fe1c05c895cbf4610a4a58eb91dd28ab5",
"body": "In strings, `\\b` is an escape sequence for U+0008 BACKSPACE, but in regular expressions it represents a word boundary. For that reason, it cannot be used in Regenerate’s output.",
"is_bot": false,
"headline": "Don’t use the `\\b` escape sequence in regular expressions",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-05-24T12:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc948f7b5cb727ae397834244fdf09b811ae3d2",
"body": null,
"is_bot": false,
"headline": "Tag the v0.6.1 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-25T12:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc250d2822ad2cf08c1b8b36d46a201f6cd4655",
"body": null,
"is_bot": false,
"headline": "Remove `regenerate#difference` in favor of `remove`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-25T12:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67e98b55c0807e8873c2bb094e87fb572ee160e",
"body": "This makes it easier for plugins to access the data.",
"is_bot": false,
"headline": "Expose internal data as `set.data` rather than `set.__data__`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-25T12:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad76d98a985de1196850d6c6f0837a5054c94e26",
"body": "Closes #21.",
"is_bot": false,
"headline": "Fix off-by-one error in `dataRemoveData`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-25T12:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731149e153684dc1c9280d279affe861411e62dc",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-24T07:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e85ba31d1dfde57541f04c5d490b7e6d5a7799",
"body": null,
"is_bot": false,
"headline": "Tag the v0.6.0 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-23T14:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabb2932bb4a24106f8f546d75e7588684d33cb7",
"body": "This makes it possible to create plugins for Regenerate, such as the one in #20.",
"is_bot": false,
"headline": "Expose methods as `regenerate.prototype.*`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-23T13:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1273f7d2610915042b8dc60122cb164850056ea",
"body": null,
"is_bot": false,
"headline": "Use qunit-extras instead of qunit-clib",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-23T12:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f23efa95e53041598ccf2c74486ec29502d4583",
"body": "Ref. #19.",
"is_bot": false,
"headline": "Improve optimization based on common low surrogates",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-23T11:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1720dc1264c15ef850ea8cdf6f924415e9607947",
"body": "Closes #7.",
"is_bot": false,
"headline": "Use more ‘single-character’ escape sequences",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-22T19:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c8d48c407e55d4de207abf66f9c384892b8de9",
"body": "Closes #17.",
"is_bot": false,
"headline": "Avoid `Array#splice` where possible",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-22T15:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2620a3cc6bdf8343991583eb1f2f8f46d752efac",
"body": "This way, a costly conversion from the custom data structure to a plain array can be avoided in cases like `someSet.remove(someOtherSet)`.",
"is_bot": false,
"headline": "Add `dataRemoveData`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-22T15:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcd9973f54059c930efff09d68fcffd94e22814b",
"body": "Some of these are based on https://gist.github.com/mathiasbynens/6334847.",
"is_bot": false,
"headline": "Add more tests",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-22T14:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052e241e2b2963dfff2509a69b98035d55c5b526",
"body": "This commit ensures the output is as compact as possible, i.e. identical to older versions of Regenerate, even for complex scripts like <https://gist.github.com/mathiasbynens/6334847>. Thanks to the new data structure, the new version is *much* faster though.",
"is_bot": false,
"headline": "Optimize the output for astral symbols",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-22T14:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19271191d99fcbee1c75e0d31c027c1cdc4e5f30",
"body": "Improve internal data structure",
"is_bot": false,
"headline": "Merge pull request #16 from mathiasbynens/rewrite",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-12T07:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40a06eb21bf297a97bda4e89f74f2dd5b2e8c6b",
"body": null,
"is_bot": false,
"headline": "Refactor based on the new data structure",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2014-04-11T21:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f3a73108dc2a08b215dd670bfeccfd4b478975",
"body": null,
"is_bot": false,
"headline": "Initial improvements to the internal data structure",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-11-25T10:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e88cfd3b54ef8127857d8a2159994b030837fe0d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-19T20:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d203720dfa5687fad237a64c16c4a2d27e677d95",
"body": null,
"is_bot": false,
"headline": "Tag the v0.5.4 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-19T20:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3d847d7923a8cea4b2bfda44b695daa5c9bac7",
"body": "MIT is GPL-compatible anyway.",
"is_bot": false,
"headline": "Remove GPL license",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-19T20:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9aad4a373f5d172d37746b625baea4e591c7b78",
"body": "Closes #13.",
"is_bot": false,
"headline": "Optimize `regenerate.prototype.removeRange`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-19T20:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c44abd6552b1fb77da64752a18659c5efe68b48",
"body": null,
"is_bot": false,
"headline": "Tag the v0.5.3 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-18T20:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e6fdda6067ab7cc5e36e182be4dfa77ac3146e",
"body": null,
"is_bot": false,
"headline": "Update the code coverage report",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-18T19:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc815ca8552114429c75c8de5a916a79ccc001d8",
"body": "Closes #12.",
"is_bot": false,
"headline": "Add `regenerate.prototype.remove(callback)`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-08-18T19:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2aed46fb535e8bc601c569d018e2aa3e903e7a5",
"body": null,
"is_bot": false,
"headline": "Tests: remove typo",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-20T11:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcc161b734c9093364ccf08fb9abddc4a6da1e8",
"body": null,
"is_bot": false,
"headline": "Tag the v0.5.2 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-17T13:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755429bcd4116df4fb90b03f01cffa25a084e1f0",
"body": "Thanks to @oxyc for figuring out the appropriate `before_script` rules for this.",
"is_bot": false,
"headline": "Enable CI tests in Rhino, RingoJS, and Narwhal",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-17T12:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae26541dcb908f8d7c762b2fdbbea91dbe2bf275",
"body": "…l digit\n\nThis makes sure the output is fully spec-compliant, and avoids potential issues in strict mode in Internet Explorer/Chakra, Safari/JavaScriptCore, and Firefox/SpiderMonkey.\n\nCloses #11.",
"is_bot": false,
"headline": "Make sure `\\0` isn’t followed by a digit, not even if it’s a non-octa…",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-17T10:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b76c366cc15c3b95371ef4177587d4832b12ebd",
"body": null,
"is_bot": false,
"headline": "package.json: Use `url` instead of `web`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-13T20:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75952e477d1c4bf2738e5dae0b538abb74dbe8ec",
"body": null,
"is_bot": false,
"headline": "Add component.json",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-13T20:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b73821be0f7797fedbe8ef2c0700e2b820a744c",
"body": "This reverts commit 27512ef913e17e82d9deb4b0cd29f38874e06ac2. In Regenerate output, `\\0` will never be preceded by `\\`, so we don’t have to account for that case at all. This allows us to keep the `regexNull` regular expression simple.",
"is_bot": false,
"headline": "Simplify `regexNull`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-06T08:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6657a94045ca32bc8a1b8eead32a27188ebf2d",
"body": null,
"is_bot": false,
"headline": "Make `regexNull` safer",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-05T21:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a015e49ffdff6df0e967c0c3a3488da1c0f00f77",
"body": null,
"is_bot": false,
"headline": "Add copies of the MIT and GPL licenses",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-05T10:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a029a8da573c1d8527fd53a1b3a02ae965572a3",
"body": null,
"is_bot": false,
"headline": "Tag the v0.5.1 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-05T09:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd247d96049655a68846be4867341e18ed8f6c4f",
"body": "Closes #10.",
"is_bot": false,
"headline": "Optimization: don’t use ranges unless needed",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-05T09:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab37e8bba5744d3e272e374a1f59bf2f4ca1fd8",
"body": "Closes #9.",
"is_bot": false,
"headline": "README: Add more examples",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-03T15:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ceea119bda72ccd030e98bd3ebf51a71ece676e",
"body": null,
"is_bot": false,
"headline": "README: Minor tweaks",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede32f70119603aadc4b2569111f63b88aad3e9a",
"body": null,
"is_bot": false,
"headline": "Tag the v0.5.0 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d044fa000916f6dae5ac845c44ac4ec86c8a9c80",
"body": null,
"is_bot": false,
"headline": "README: Tweak code examples",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ed7dbe7138b0d46298feb0a9e270e028162d186",
"body": null,
"is_bot": false,
"headline": "README: Document the new chainable API",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba110663fc95a0ab76aeec76d8dfd04593f743b5",
"body": null,
"is_bot": false,
"headline": "Add regenerate#contains(symbol) tests",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8fbc3243a39f69ca3f007c36a15b78e7f1b3998",
"body": null,
"is_bot": false,
"headline": "Avoid sorting unnecessarily",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T16:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4536ea4dfade4aa541fba98d9285888234c408dc",
"body": null,
"is_bot": false,
"headline": "Run PhantomJS tests on Travis",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-02T11:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36a0e96bd1d7b249a90d8b5b93fc5c37c1bc97f",
"body": null,
"is_bot": false,
"headline": "Tweak Gruntfile",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-01T21:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7204310822cc0c0fab6747a1219153afdcc9ad64",
"body": "Ref. #8. Still needs documentation.",
"is_bot": false,
"headline": "Add chaining features",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-01T21:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c534a38bf2ef42e583854b950a71bbb14ecd24",
"body": "Ref. #8.",
"is_bot": false,
"headline": "Add tests for chaining features",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-06-01T21:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909c414058ec2a6d8d0dba0a8bf6d574337b6504",
"body": "Ref. #6.",
"is_bot": false,
"headline": "Add `contains` and `difference`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-31T17:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91eadf9e0c2d675227f3b744b84214cb6602b0c3",
"body": null,
"is_bot": false,
"headline": "Avoid `Array#join` when it’s not needed",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-31T12:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952fcfc717173635774efe6ac67b6a0216c5137b",
"body": null,
"is_bot": false,
"headline": "Add bower.json",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-30T13:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aa37ef6fa482c93c491e360a84c29ab341910b2",
"body": null,
"is_bot": false,
"headline": "Gruntfile: Test in PhantomJS as well",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-29T16:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7e9afc4a7af303558038573ab0d7288ce1ec40",
"body": null,
"is_bot": false,
"headline": "Gruntfile: Minor cleanup",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-29T15:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9903adae6eb319edbe78dd9be4fa6afb293177d1",
"body": null,
"is_bot": false,
"headline": "Tag the v0.4.0 release",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-27T11:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be9a1d4f139a7fbca7a1656579e7dbff1ed592a9",
"body": null,
"is_bot": false,
"headline": "README: Move badges to the header",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-27T11:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844e6650159c5e4117ea414c70f799fe8a15c1fb",
"body": "This file is ignored by default, anyway.",
"is_bot": false,
"headline": ".npmignore: Remove `npm-debug.log`",
"author_name": "Mathias Bynens",
"author_login": "mathiasbynens",
"committed_at": "2013-05-27T11:15:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2014-04-23T14:13:41Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 1666,
"active_weeks_last_year": 0,
"days_since_latest_release": 4473,
"mean_days_between_releases": null
},
"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": "regenerate",
"exists": true,
"license": "MIT",
"keywords": [
"regex",
"regexp",
"javascript",
"unicode",
"generator",
"tool"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/regenerate",
"is_deprecated": false,
"latest_version": "1.4.2",
"repository_url": "https://github.com/mathiasbynens/regenerate",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 157499690,
"first_published_at": "2013-05-20T22:26:40.611000Z",
"latest_published_at": "2020-11-01T08:42:12.525000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2089
}
]
},
"popularity": {
"forks": 38,
"stars": 378,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2013-06-16",
"count": 1
},
{
"date": "2013-10-11",
"count": 3
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-04-10",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-10-21",
"count": 1
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-08-16",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
}
],
"complete": true,
"collected": 37,
"total_forks": 38
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": 91879,
"source_files_sampled": 3,
"oversized_source_files": 1,
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "codecov",
"direct": false,
"version": "^1.0.1",
"ecosystem": "npm"
},
{
"name": "grunt",
"direct": false,
"version": "^0.4.5",
"ecosystem": "npm"
},
{
"name": "grunt-shell",
"direct": false,
"version": "^1.1.1",
"ecosystem": "npm"
},
{
"name": "istanbul",
"direct": false,
"version": "^0.4.3",
"ecosystem": "npm"
},
{
"name": "qunit-extras",
"direct": false,
"version": "^1.1.0",
"ecosystem": "npm"
},
{
"name": "qunitjs",
"direct": false,
"version": "~1.11.0",
"ecosystem": "npm"
},
{
"name": "requirejs",
"direct": false,
"version": "^2.1.15",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 4,
"open_issues": 3,
"closed_ratio": 0.906,
"closed_issues": 29,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mathiasbynens",
"commits": 116,
"avatar_url": "https://avatars.githubusercontent.com/u/81942?v=4"
},
{
"type": "User",
"login": "bnjmnt4n",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/813865?v=4"
},
{
"type": "User",
"login": "Seb35",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/772681?v=4"
},
{
"type": "User",
"login": "devongovett",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19409?v=4"
},
{
"type": "User",
"login": "jackmoore",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/59797?v=4"
},
{
"type": "User",
"login": "Yaffle",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/130792?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.935
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/30 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "11567339f40fd262435934d544885bc047cb4220",
"ran_at": "2026-07-22T23:12:33Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 35,
"created_at": "2019-08-11T22:28:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2020-07-21T12:34:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2025-11-15T09:48:58Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2020-11-01T09:34:50Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 44,
"created_at": "2023-06-09T14:44:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2024-05-02T11:39:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2025-11-15T09:36:01Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mathiasbynens/regenerate",
"host": "github.com",
"name": "regenerate",
"owner": "mathiasbynens"
},
"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": 37,
"inputs": {
"security": 30,
"vitality": 18,
"community": 67,
"governance": 56,
"engineering": 44,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 43,
"overall_after_abandonment_multiplier": 37
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1666,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1666 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1666
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 4473,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4473 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 4473
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"unanswered_contributions",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 2089,
"days_since_last_human_commit": 2089,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2089 days; 2 unmet obligation(s): pull requests unanswered, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2089,
"count": 2,
"signals": "pull requests unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 38,
"stars": 378,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "378 stars",
"points": 41.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 378
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "38 forks",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 38
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"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": [
"regenerate"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 157499690
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "157,499,690 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 157499690,
"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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.935
},
"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.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 4,
"open_issues": 3,
"closed_issues": 29,
"issue_closed_ratio": 0.906,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/11 decided PRs merged",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 12994,
"owner_type": "User",
"is_verified": null,
"owner_login": "mathiasbynens",
"public_repos": 591,
"account_age_days": 6285
},
"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": "12,994 followers of mathiasbynens",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12994,
"login": "mathiasbynens"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "591 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 591
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"regenerate"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 2089
},
"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 2089 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2089
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"unicode",
"regular-expressions",
"regexp",
"code-generation",
"ecmascript",
"javascript"
],
"has_wiki": false,
"homepage": "https://mths.be/regenerate",
"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": "https://mths.be/regenerate",
"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": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 20
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 21,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.14,
"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": "14 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 14,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 91879,
"source_files_sampled": 3,
"oversized_source_files": 1
},
"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": "1/3 source files over 60KB",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:12:41.384637Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mathiasbynens/regenerate.svg",
"full_name": "mathiasbynens/regenerate",
"license_state": "standard",
"license_spdx": "MIT"
}