Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 259,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 1331,
"JavaScript": 119225
},
"pushed_at": "2026-07-18T02:14:55Z",
"created_at": "2015-02-23T10:12:17Z",
"owner_type": "User",
"updated_at": "2026-07-18T02:14:58Z",
"description": "A simple SHA-3 / Keccak hash function for JavaScript supports UTF-8 encoding.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "emn178",
"company": null,
"location": "Taipei, Taiwan",
"followers": 525,
"avatar_url": "https://avatars.githubusercontent.com/u/3477613?v=4",
"created_at": "2013-02-05T02:46:36Z",
"is_verified": null,
"public_repos": 129,
"account_age_days": 4916
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-18T02:14:36Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-18T00:52:44Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-17T08:32:05Z"
},
{
"tag": "v0.9.3",
"kind": "patch",
"published_at": "2023-12-16T02:15:26Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2023-09-16T13:32:37Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2023-08-31T01:23:33Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2023-08-30T15:39:16Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2018-08-05T07:33:12Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2017-12-01T13:04:32Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2017-07-03T01:01:22Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2017-06-15T03:07:11Z"
},
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2016-12-30T02:17:55Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2016-09-26T02:46:34Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2016-09-12T12:07:58Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2016-09-08T02:47:31Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2016-06-06T03:23:18Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2015-10-27T06:34:23Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2015-09-23T09:13:07Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2015-09-18T08:29:07Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2015-05-22T10:14:34Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2015-05-21T11:28:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2015-04-04T14:11:23Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2015-02-27T08:45:54Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-02-23T10:23:14Z"
}
],
"recent_commits": [
{
"oid": "5f95ceb7331116585945fcbffbdabdcfd3bc8278",
"body": "- KMACXOF128 and KMACXOF256 (NIST SP 800-185)",
"is_bot": false,
"headline": "### Added",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2026-07-18T02:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b1baf1e7d86f832f1889309599bdb590bf9a8d",
"body": "- TupleHash128, TupleHash256, TupleHashXOF128, and TupleHashXOF256 (NIST SP 800-185)\n\n### Fixed\n- KMAC repeated output reads after finalize",
"is_bot": false,
"headline": "### Added",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2026-07-18T00:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ab0aec2c895512d7353cf3e08ad48f540091ef",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/emn178/js-sha3",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2026-07-17T08:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951408a3aa08c7236c069e7437ff158170ce206d",
"body": "- types index.d.ts to package.json #32",
"is_bot": false,
"headline": "- support ESM #42, #38",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2026-07-17T08:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d3aa232f255f845165f69d59c69c85ba24252f",
"body": "Co-authored-by: Valery Smirnov <57757211+XantreGodlike@users.noreply.github.com>\nCo-authored-by: emn178 <emn178@gmail.com>",
"is_bot": false,
"headline": "fix types (#32)",
"author_name": "Valerii Smirnov",
"author_login": "XantreDev",
"committed_at": "2026-07-17T07:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e468af7989188b75daa5751959b5e32d40613b",
"body": "* support ESM\n\n* Optimize",
"is_bot": false,
"headline": "support ESM (#42)",
"author_name": "gkgoat",
"author_login": "gkgoat1",
"committed_at": "2026-07-17T07:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ab318829f2570332200565e70a97ddd7108d60",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "emn178",
"author_login": "emn178",
"committed_at": "2025-05-24T07:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efde1cf1bd1aed77703c47a36bf63ad8dfe5309",
"body": "Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.\r\n- [Release notes](https://github.com/babel/babel/releases)\r\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/babel/babel/commits/v7.23\n[…]\ncy-name: \"@babel/traverse\"\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump @babel/traverse from 7.21.2 to 7.23.2 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-16T02:17:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6f6da7483f2ecd08dff4a100e4537f8042f173d",
"body": "- Fix error in arrayBuffer when there are extra bytes #37\n- fixed output if finalized.",
"is_bot": false,
"headline": "### Fixed",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2023-12-16T02:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707ee7ced144450e95b5c5ba62041a532997c9ef",
"body": null,
"is_bot": false,
"headline": "Fix error in arrayBuffer when there are extra bytes (#37)",
"author_name": "iatll",
"author_login": "iatll",
"committed_at": "2023-12-16T01:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59caf17eca492aca188da0acc986760a1b5580ae",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2023-09-16T13:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6325442bd213ce71fafecc0abda59bbb490f5f8",
"body": "* fix: don't modify global Array and ArrayBuffer prototypes\r\n\r\n* wip: simplify formatMessage\r\n\r\n* wip: simplify formatMessage internal logic\r\n\r\n* wip: simplify formatMessage internal logic\r\n\r\n* wip: simplify formatMessage internal logic\r\n\r\n* refactor: simplify formatMessage internal logic\r\n\r\n* forma\n[…]\nble-negation: now returns istring instead of notString\r\n\r\n* refactor: remove double-negation of isString\r\n\r\n* refactor: remove double-negation of isString\r\n\r\n* add comment on formatMessage return type",
"is_bot": false,
"headline": "refactor: simplify formatMessage internal logic (#34)",
"author_name": "legobeat",
"author_login": "legobeat",
"committed_at": "2023-09-16T13:23:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f293b5d508baf316b0c356d71e8698287471e533",
"body": "### Fixed\n- cSHAKE empty Array bug. #24",
"is_bot": false,
"headline": "## v0.9.1 / 2023-08-31",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2023-08-31T01:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb0ea401f6e7f490cdf92f46b1c6f9c865a331a",
"body": "### Fixed\n- cSHAKE bug. #24\n- dependencies and security issues.",
"is_bot": false,
"headline": "## v0.9.0 / 2023-08-30",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2023-08-30T15:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aecbd69686ab37b4c4439b69f3c955ca81fe3f0",
"body": "Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mocha](https://github.com/mochajs/mocha) and [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated toget\n[…]\nndency-name: nyc\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump minimist, mocha and nyc (#28)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-27T02:40:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b39d0910cb4cce54a6060c21e1491d55f70269bf",
"body": "- Changed throw error if update after finalize",
"is_bot": false,
"headline": "- Added TypeScript definitions.",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2018-08-05T07:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c00d97268b58b01b47fa33ac085eaeec386209a",
"body": "This is based entirely on the examples in the readme. If the examples in the readme are incorrect then this definition is also incorrect.",
"is_bot": false,
"headline": "Adds arrayBuffer and buffer definitions. (#16)",
"author_name": "Micah Zoltu",
"author_login": null,
"committed_at": "2018-08-02T11:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7e6403d947c3e8fa164190df015b975572f9f1",
"body": "- AMD support.\n- support for web worker. #13\n\nChanged\n- throw error if input type is incorrect when cSHAKE and KMAC.\n- freeze hash after finalize.",
"is_bot": false,
"headline": "Added",
"author_name": "Yi-Cyuan Chen",
"author_login": "emn178",
"committed_at": "2017-12-01T13:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43f9d1d18f9bd220d77c05926122711cb41ad41",
"body": null,
"is_bot": false,
"headline": "update package",
"author_name": "Chen, Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2017-07-03T01:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94a2758bf7aadadeba7854f4bf0b63ad2758631a",
"body": "…rtypo\n\nTypo on variable kmac_256 type definition.",
"is_bot": false,
"headline": "Merge pull request #12 from isaactorresmichel/isaactorresmichel-fixfo…",
"author_name": "emn178",
"author_login": "emn178",
"committed_at": "2017-07-01T23:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540bbee16bb940459eea2f2f3b654678842d3e9a",
"body": "Typescript definition file has a typo on variable kmac_256 class type. Typ definition was not in PascalCase format. So when the file is used throws an \"/js-sha3/index.d.ts (166,22): Cannot find name 'kmacHash'\" error.",
"is_bot": false,
"headline": "Typo on variable kmac_256 type definition.",
"author_name": "Isaac Torres Michel",
"author_login": "isaactorresmichel",
"committed_at": "2017-06-29T13:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9084afbdf21d6bda27f35a7aa66574b43da9f30",
"body": "- cSHAKE method.\n- KMAC method.\n- alias methods without underscore like shake128, keccak512.\n\nChanged\n- throw error if input type is incorrect.",
"is_bot": false,
"headline": "Added",
"author_name": "Chen, Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2017-06-15T03:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6193d7f2cc0426c4732ca69a24f2520b3f4c80",
"body": null,
"is_bot": false,
"headline": "Fixed ArrayBuffer detection in old browsers.",
"author_name": "Chen, Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-12-30T02:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae70989aeadb03af48c0db001dba7d32cc86e96",
"body": null,
"is_bot": false,
"headline": "Fixed ArrayBuffer dosen't work in Webpack.",
"author_name": "Chen, Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-12-29T01:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "035642212aad71507110a5aa6abe5e0161cfe934",
"body": "webpack & ArrayBuffer argument fix",
"is_bot": false,
"headline": "Merge pull request #10 from happylynx/arraybuffer-fix",
"author_name": "emn178",
"author_login": "emn178",
"committed_at": "2016-12-29T00:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8c2a3fb349cadd9f3e90065a05f74ae9adaee8",
"body": "If js-sha3 is loaded using 'webpack' loader then the top-most\nfuction is not called with global object (`global` in node,\n`window` in browsers) and thus `root.ArrayBuffer` is undefined.\n\nThis patch introduces usage of `ArrayBuffer` without `root`\nprefix similary to how e.g. `Uint8Array` is already used.",
"is_bot": false,
"headline": "Fix of recognition of ArrayBuffer parameters",
"author_name": "happylynx",
"author_login": null,
"committed_at": "2016-12-27T19:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2a9948f92228665ab4c6ddc8fde67a837d0fef",
"body": null,
"is_bot": false,
"headline": "Test of non-empty ArrayBuffer added",
"author_name": "happylynx",
"author_login": null,
"committed_at": "2016-12-27T19:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34e33dc997bf85b3c5f12ec28b25a1068538249",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-09-26T02:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e70fed9747e0df09a033c62c82030d7f4eb69a",
"body": "- TypeScript support.\n- ArrayBuffer method.\nDeprecated\n- Buffer method.",
"is_bot": false,
"headline": " Added",
"author_name": "Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-09-26T02:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb08d1fc64bde87cc359372e77a9a628a741cde1",
"body": null,
"is_bot": false,
"headline": "Added CommonJS detection.",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-09-12T12:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ff77ca47c2bfad626529197126edaaeffbbc98",
"body": null,
"is_bot": false,
"headline": "Added some files to npm package.",
"author_name": "Chen, Yi-Cyuan",
"author_login": null,
"committed_at": "2016-09-08T02:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a3fa8f52563acae2716c68dbc9937c12a4229d",
"body": null,
"is_bot": false,
"headline": "* Fixed shake output incorrect in the special length.",
"author_name": "Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2016-06-06T03:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f22d720caa594dc18525c8fe3c220ddb8878649b",
"body": null,
"is_bot": false,
"headline": "Update package.json and bower.json.",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-10-27T06:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f2823f49845e3bb45db284b9a0be23f93726c8",
"body": "Minor fix: declaring i in Keccak",
"is_bot": false,
"headline": "Merge pull request #6 from adon-at-work/patch-1",
"author_name": "emn178",
"author_login": "emn178",
"committed_at": "2015-10-01T01:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbedaa1f4cc6061748b0aab5947bc527711e3534",
"body": null,
"is_bot": false,
"headline": "declaring i in Keccak",
"author_name": "adon",
"author_login": "adon-at-work",
"committed_at": "2015-09-28T23:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09db28deeddfb3199db2a640f7132b9aeebf47b6",
"body": null,
"is_bot": false,
"headline": "Support update interface.",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-23T09:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca56f2ac21c4e7565bd30a513f27a3f0d8961b73",
"body": "* Fixed shake output incorrect when it's greater than 1088.",
"is_bot": false,
"headline": "* Support to output Integer Array.",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-18T08:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d724b22accb4c64c488f6dc14ff39a5ec0effd",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-17T07:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a860bdf9cc3b09aaab2d2e4155762fc59c3126",
"body": null,
"is_bot": false,
"headline": "fixed travis-ci config",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-17T07:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7423f9ef374ed56a92be40dcd521320355fa356e",
"body": null,
"is_bot": false,
"headline": "add shake algorithm",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-17T06:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61300d2d340bb05d24830efd9d9727be491bd8f3",
"body": null,
"is_bot": false,
"headline": "array buffer output",
"author_name": "Yi-Cyuan",
"author_login": null,
"committed_at": "2015-09-17T03:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1753fd8dd6ed9ac6be5ab1d046ca2bee6b2573",
"body": null,
"is_bot": false,
"headline": "Fixed bugs",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-05-22T10:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7851f7ad68fdfaad30ec8e1c6717851ae724db23",
"body": null,
"is_bot": false,
"headline": "Support byte array and ArrayBuffer input.",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-05-21T11:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3ab779a85c549ded85ec0f9e6829acbe2a3ebf",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-04-05T01:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "372541684a30023385bad53560b47bb4d0905559",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-04-04T14:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa1812d863a2cea6a6d37552e72e94269534da4",
"body": "* Rename original methods to keccak.",
"is_bot": false,
"headline": "* Implement NIST's May 2014 SHA-3 version.",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-04-04T14:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e686ac6177edccdcf05138a3a18efed9a4268ee1",
"body": null,
"is_bot": false,
"headline": "Improve performance.",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-02-27T08:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87364f594b8b1dc789654278e0430358a0144973",
"body": null,
"is_bot": false,
"headline": "Improve performance.",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-02-26T02:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b249e417a75b47199caaaf94239b2b0d2f073485",
"body": null,
"is_bot": false,
"headline": "Initial release",
"author_name": "Chen Yi-Cyuan",
"author_login": "emn178",
"committed_at": "2015-02-23T10:23:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 6,
"latest_release_at": "2026-07-18T02:14:36Z",
"latest_release_tag": "v0.12.0",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 1,
"days_since_latest_release": 5,
"mean_days_between_releases": 366.9
},
"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": "js-sha3",
"exists": true,
"license": "MIT",
"keywords": [
"sha3",
"keccak",
"shake",
"cshake",
"kmac",
"tuplehash",
"hash",
"encryption",
"cryptography",
"HMAC"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/js-sha3",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": "https://github.com/emn178/js-sha3",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 20253814,
"first_published_at": "2015-02-23T10:28:51.090000Z",
"latest_published_at": "2026-07-18T02:15:25.116000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 94,
"stars": 369,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-08-09",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-01-31",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-06-29",
"count": 2
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-02-15",
"count": 2
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-06-08",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-11-21",
"count": 2
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-06-15",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
}
],
"complete": true,
"collected": 87,
"total_forks": 94
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": 25690,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rollup",
"direct": false,
"version": "4.43.0",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-mw96-cpmx-2vgc"
],
"fixed_version": "4.59.0",
"advisory_count": 1,
"oldest_advisory_days": 147
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 408
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 250
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 250
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 154
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 119
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-5c6j-r48x-rmvq",
"GHSA-qj8w-gfj5-8c6v"
],
"fixed_version": "7.0.5",
"advisory_count": 2,
"oldest_advisory_days": 145
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 91
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.21.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.2,
"advisory_ids": [
"GHSA-968p-4wvh-cqc8"
],
"fixed_version": "8.0.0-alpha.17",
"advisory_count": 1,
"oldest_advisory_days": 498
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-73rr-hh4g-fpgx"
],
"fixed_version": "8.0.3",
"advisory_count": 1,
"oldest_advisory_days": 189
},
{
"name": "@babel/core",
"direct": false,
"version": "7.21.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 37
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 7,
"critical": 1,
"moderate": 2
},
"advisory_count": 21,
"affected_count": 11,
"assessed_count": 262,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.22.13",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.21.1",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.23.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.20.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.23.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.22.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.21.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.20.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.22.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.19.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.22.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.19.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.21.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.23.0",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.20.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.22.15",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.23.2",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.21.2",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.23.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-commonjs",
"direct": false,
"version": "28.0.5",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-terser",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.1.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loongarch64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-powerpc64le-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "append-transform",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "archy",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.21.5",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "caching-transform",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001458",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.12.2",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "default-require-extensions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.314",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "es6-error",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "esm",
"direct": false,
"version": "3.2.25",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "expect.js",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.4.6",
"ecosystem": "npm"
},
{
"name": "find-cache-dir",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fromentries",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "11.12.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasha",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-reference",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-hook",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-processinfo",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.flattendeep",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.17",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.6",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "node-preload",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.10",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "15.1.0",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-hash",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "process-on-spawn",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "release-zalgo",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-main-filename",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "7.0.7",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "smob",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "spawn-wrap",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "tiny-worker",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "typedarray-to-buffer",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "uglify-js",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-module",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "15.4.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "18.1.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 262,
"direct_count": 0,
"indirect_count": 262
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 2,
"closed_ratio": 0.909,
"closed_issues": 20,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "emn178",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/3477613?v=4"
},
{
"type": "User",
"login": "isaactorresmichel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26465453?v=4"
},
{
"type": "User",
"login": "XantreDev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57757211?v=4"
},
{
"type": "User",
"login": "adon-at-work",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8486533?v=4"
},
{
"type": "User",
"login": "gkgoat1",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/65402989?v=4"
},
{
"type": "User",
"login": "iatll",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3220652?v=4"
},
{
"type": "User",
"login": "legobeat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/109787230?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.833
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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 9 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": 2,
"reason": "Found 7/25 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "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": 6,
"reason": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"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": 0,
"reason": "18 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5f95ceb7331116585945fcbffbdabdcfd3bc8278",
"ran_at": "2026-07-23T11:21:49Z",
"aggregate_score": 3.4,
"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-20T21:36:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T07:47:58Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 15,
"created_at": "2018-02-23T11:30:25Z",
"last_comment_at": "2026-07-18T08:57:52Z",
"last_comment_author": "emn178"
},
{
"number": 38,
"created_at": "2024-02-23T17:52:02Z",
"last_comment_at": "2026-07-17T08:34:40Z",
"last_comment_author": "emn178"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/emn178/js-sha3",
"host": "github.com",
"name": "js-sha3",
"owner": "emn178"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 47,
"vitality": 56,
"community": 68,
"governance": 60,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 0.959,
"days_since_last_push": 5,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v0.12.0",
"releases_from_tags": true,
"days_since_latest_release": 5,
"mean_days_between_releases": 366.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~366.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 366.9
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 94,
"stars": 369,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "369 stars",
"points": 41.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 369
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "94 forks",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 94
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"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": [
"js-sha3"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 20253814
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "20,253,814 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 20253814,
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.833
},
"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 83% of commits",
"points": 3.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 10,
"open_issues": 2,
"closed_issues": 20,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/19 decided PRs merged",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 19
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/25 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 68,
"inputs": {
"followers": 525,
"owner_type": "User",
"is_verified": null,
"owner_login": "emn178",
"public_repos": 129,
"account_age_days": 4916
},
"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": "525 followers of emn178",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 525,
"login": "emn178"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "129 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 129
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"js-sha3"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"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": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.4
},
"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 9 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 7/25 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "6 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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": "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": "18 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 262 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 262
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 21,
"affected_packages": 11,
"assessed_packages": 262,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 7, moderate 2, low 1",
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 262,
"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": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.319,
"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": "15 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 17,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"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.041
},
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 49",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 49
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 49 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 49
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 25690,
"source_files_sampled": 12,
"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/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"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",
"deps.dev does not index npm:js-sha3@0.12.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T11:22:02.101679Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/emn178/js-sha3.svg",
"full_name": "emn178/js-sha3",
"license_state": "standard",
"license_spdx": "MIT"
}