Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"npm-cli"
],
"is_fork": false,
"size_kb": 10133,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 314,
"JavaScript": 294928,
"TypeScript": 238768
},
"pushed_at": "2026-07-21T22:10:19Z",
"created_at": "2011-03-27T22:17:23Z",
"owner_type": "User",
"updated_at": "2026-07-21T22:10:42Z",
"description": "tar for node",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BlueOak-1.0.0",
"default_branch": "main",
"license_spdx_raw": "BlueOak-1.0.0",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript"
]
},
"owner": {
"blog": "http://blog.izs.me",
"name": "isaacs",
"type": "User",
"login": "isaacs",
"company": null,
"location": "Oakland CA",
"followers": 16220,
"avatar_url": "https://avatars.githubusercontent.com/u/9287?v=4",
"created_at": "2008-05-04T19:43:46Z",
"is_verified": null,
"public_repos": 488,
"account_age_days": 6653
},
"license": {
"state": "standard",
"spdx_id": "BlueOak-1.0.0",
"raw_spdx": "BlueOak-1.0.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v6.1.13",
"kind": "patch",
"published_at": "2022-12-07T20:36:40Z"
},
{
"tag": "v6.1.12",
"kind": "patch",
"published_at": "2022-11-01T16:37:03Z"
}
],
"recent_commits": [
{
"oid": "0cd9cc3c5814446d3c0cbea6a31d6c00c2c8a9d9",
"body": null,
"is_bot": false,
"headline": "7.5.21",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-07-21T22:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"body": null,
"is_bot": false,
"headline": "list: prevent unbounded recursion",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-07-21T22:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebbb72094159d003f428dcd1cb28255d37ea4873",
"body": null,
"is_bot": false,
"headline": "7.5.20",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-07-12T04:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f271963a7fe5a5960aee5dd6adf9647a1e266fd",
"body": null,
"is_bot": false,
"headline": "fix: fully disable and dispose of unzip when aborting parser",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-07-12T04:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be440da64e9fe80c68c755d8147328ea1cc2a9ad",
"body": null,
"is_bot": false,
"headline": "7.5.19",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-27T22:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2812e9338665659b183aa7226518c307044957d3",
"body": "EDIT(@isaacs): add to readme, remove dead code, full test coverage",
"is_bot": false,
"headline": "add maxDecompressionRatio guard against explosive decompression",
"author_name": "Joshua van Rijswijk",
"author_login": "Jvr2022",
"committed_at": "2026-06-27T22:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ecd4d2956fd915507eca018ddc1fea727fbba93",
"body": null,
"is_bot": false,
"headline": "7.5.18",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-27T22:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5",
"body": "fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-8x88-c5mf-7j5w",
"is_bot": false,
"headline": "refuse to let header size be less than 0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-27T22:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02a4e9e013c4be95302e2eb2047a942b883c27b",
"body": "This prevents a case where the path can be set to a number.\n\nWe were effectively already ignoring unknown types anyway, so we may as\nwell just have a short allowed list of values, and handle them\ndeliberately.\n\nAlso, just as a defense-in-depth, any paths that pass through\nnormalizeWindowsPaths (whic\n[…]\nader with an entry like `11 path=12345\\n` would\ncause a crash in strict mode, or a failure to extract in nonstrict mode,\nbecause it would attempt to substring a number value.\n\nFix: GHSA-w8wr-v893-vjvp",
"is_bot": false,
"headline": "pax: parse values according to known types",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-27T22:01:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cbdb31e5e8dbcb97a642e0f91e2d1e342585946",
"body": null,
"is_bot": false,
"headline": "7.5.17",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-25T14:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a635c29f5edbf083557374d43984273ecfed5b3",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-gvwx-54wh-qm9j",
"is_bot": false,
"headline": "terminate pax strings on nul bytes",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-25T14:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf213384ac558b539c07c830ed7cca5ffc9e8550",
"body": null,
"is_bot": false,
"headline": "7.5.16",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-01T16:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a822027658c8063542be330530bbecdf0dbbfe",
"body": "A PAX extended header (x/g) describes the *next file entry*, per POSIX\npax, not the GNU long-name (L) / long-link (K) or further PAX (x/g)\nheaders that may sit between it and that file. Header.decode previously\napplied the pending ex/gex overrides (notably size) to whatever header\nwas decoded next, \n[…]\nnly apply extended headers to entries that represent known filesystem\nentry types.\n\nEDIT(@isaacs):\n\n- Added test\n- Updated block-list of meta types to allow-list of fs types.\n\nFix: GHSA-vmf3-w455-68vh",
"is_bot": false,
"headline": "do not apply PAX header fields to meta entries",
"author_name": "tonghuaroot",
"author_login": "tonghuaroot",
"committed_at": "2026-06-01T16:14:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52632cf38fdbdbbc7ab86184d68a85b11fdb0970",
"body": null,
"is_bot": false,
"headline": "update project deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-06-01T16:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "302f51ff3f8eefeccc06be4caf7d0de9b7c321d7",
"body": "re: https://github.com/isaacs/node-tar/issues/458#issuecomment-4409045071\n\nThanks @jakebailey",
"is_bot": false,
"headline": "fix inconsequential typo in PENDINGLINKS symbol name",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-09T20:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55dbb99b27640bb12b2ac059b26883c23523b3e3",
"body": "That module is not future-proof for ESM, or TS compatible.",
"is_bot": false,
"headline": "remove some uses of mutate-fs",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-08T03:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cc309f13c21d598b0b833235d387a252455058",
"body": null,
"is_bot": false,
"headline": "7.5.15",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-07T17:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aef486f0d21c10fd7790b16b1b28f04648cf334",
"body": "If one of the hard links to a file included in a pack job was not\neventually seen, it would hang forever waiting for the real one, if the\nfirst that is encountered happens to not be the current job.\n\nFix the problem by only deferring if and only if the job in question is\nnot the current job, and then if it is encountered again as the current\njob, if it's still pending for that reason, proceed with it as the\ntarget 'File' entry.",
"is_bot": false,
"headline": "fix: regression in pending links detection",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-07T17:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6244eb33846bbd407443f5d0e339bd8c91663cd6",
"body": null,
"is_bot": false,
"headline": "7.5.14",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-05T23:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9704d8c6f639573775133cbbd541aba83cb46c9c",
"body": "Fix: #448",
"is_bot": false,
"headline": "stricter protection against hardlinks preempting their targets",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-05-05T23:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700734f9aeb113bcc5f1400d81b8be7d499e54a2",
"body": null,
"is_bot": false,
"headline": "update workflows and deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-24T15:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6611ae951056addb77c6e11baf7bcc9d7648e46",
"body": null,
"is_bot": false,
"headline": "7.5.13",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-23T18:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119c401f4f7efbeb112d28f9dfc9c489674c9a79",
"body": "Fix a race in file extraction where a destination path could be swapped\nto a symlink after the existing `lstat()` check but before the file was\nopened.\n\nThis change uses `O_NOFOLLOW` for extracted file writes on non-Windows\nplatforms so the final open does not follow a symlink at the destination\npat\n[…]\nduces the race and checks that\nextraction does not overwrite a file outside the target directory.\n\nPR-URL: https://github.com/isaacs/node-tar/pull/456\nCredit: @Jvr2022\nClose: #456\nReviewed-by: @isaacs",
"is_bot": false,
"headline": " fix(extract): prevent raced symlink writes outside cwd",
"author_name": "Joshua van Rijswijk",
"author_login": "Jvr2022",
"committed_at": "2026-03-23T18:12:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a294d3fbb24c18dc80f31059f49dd9af15653fe",
"body": null,
"is_bot": false,
"headline": "7.5.12",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-20T01:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01082a42c3256ca6054f9627911cce4dbfe00d92",
"body": "PR-URL: https://github.com/isaacs/node-tar/pull/455\nCredit: @pieh\nClose: #455\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "fix: reject top promise on floating addFilesAsync rejections",
"author_name": "pieh",
"author_login": "pieh",
"committed_at": "2026-03-20T01:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd1c36ab7acff26e5a34935d17f27a45bb088db3",
"body": null,
"is_bot": false,
"headline": "linting",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-20T01:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35a1ffe73eb4aa05cd2613f8fdcfb4c9c9ed59f9",
"body": null,
"is_bot": false,
"headline": "doc: more clarity in security warning",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-17T18:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf776f673164215074b62749e0fe80e5834588f4",
"body": null,
"is_bot": false,
"headline": "7.5.11",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-09T05:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48b5fa3b7985ddab96dc0f2125a4ffc9911b6ad",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-9ppj-qmqm-q256",
"is_bot": false,
"headline": "prevent escaping symlinks with drive-relative paths",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-09T05:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97cff15d3539a37a4095eb3d287147d9d77c2dc3",
"body": null,
"is_bot": false,
"headline": "docs: more security info",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-06T17:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b72abc1d47c3570e1ad95c9ab557fc4c2e6e4b1",
"body": null,
"is_bot": false,
"headline": "7.5.10",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-04T19:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc755dd85e623c0279e08eb3784909e6d7e4b9f",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-qffp-2rhf-9h96",
"is_bot": false,
"headline": "parse root off paths before sanitizing .. parts",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-04T19:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8cb84629dee649feedde03f2f4ea48f2e44e778",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-03-04T19:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0c2c9006b10199cf2686f8ef43e79a1773e1aa",
"body": null,
"is_bot": false,
"headline": "7.5.9",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-02-16T01:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb08518bf290733b68ca4d4135f75becf73fd75",
"body": null,
"is_bot": false,
"headline": "build minified version as default export",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-02-16T01:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b8eba0ef367ac937e703238daa6df94ae6f823f",
"body": null,
"is_bot": false,
"headline": "7.5.8",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-02-16T00:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb1120bcefe28d7ecc719b41441ade59c52e384",
"body": "UnpackSync[ENSURE_NO_SYMLINK] previously constructed SymlinkError's\n\"into\" path using the full original linkpath parts array, which could\nproduce misleading diagnostics.\n\nBuild the \"into\" path from the original `cwd` value and the `parts`\nlist.",
"is_bot": false,
"headline": "fix(unpack): improve UnpackSync symlink error \"into\" path accuracy",
"author_name": "Guillermo de Angel",
"author_login": "scumfrog",
"committed_at": "2026-02-16T00:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18e4e1f846f4ddddc153b0f536a19c050e7499f",
"body": "Prevent any `Link` or `SymbolicLink` entry from being created if its\n`linkpath` would target a location that is through a symbolic link from\nthe current working directory.\n\nThis matches the behavior of `bsdtar` for hard links, and is somewhat\nmore restrictive in applying the same logic to symbolic l\n[…]\nn is enabled, as this disables all\nprotective link checking by design, and is only designed for use with\ntrusted input.\n\nFix: https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx",
"is_bot": false,
"headline": "fix: do not write linkpaths through symlinks",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-02-13T04:50:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb",
"body": null,
"is_bot": false,
"headline": "7.5.7",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-27T20:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v\n\nThe issue here is that *hard* links are resolved relative to the unpack\ncwd, so if they have `..`, they cannot possibly be valid, same as files\nand for the same reason. The loosening of this restriction for symbolic\nlinks should have been limited by type, allowing this error.",
"is_bot": false,
"headline": "fix: properly sanitize hard links containing ..",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-27T20:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394ece6ad8d81742a4e4058af227c616cd947a25",
"body": null,
"is_bot": false,
"headline": "7.5.6",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-21T03:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d4cc17c76f6bd11dcd83de47187dc6dff206eee",
"body": "This avoids a situation in the async Pack class where a detected Link\nand File pair can end up with the Link ahead of the File in the archive,\nmeaning that it'll throw an error when it tries to unpack, because the\nhardlink target will not exist yet.\n\nFix: #448",
"is_bot": false,
"headline": "fix race puting a Link ahead of its target File",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-21T03:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ab90474e642cf00d84a05bcdc2eaf2a19f1581",
"body": null,
"is_bot": false,
"headline": "7.5.5",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-20T23:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a1ddb821b29ddee75b9470dd511066148c8070",
"body": "PR-URL: https://github.com/isaacs/node-tar/pull/450\nCredit: @nwalters512\nClose: #450\nReviewed-by: @isaacs\n\nEDIT(@isaacs): fixed for test coverage and to disallow absolute\nlinkpaths that contain `..`",
"is_bot": false,
"headline": "fix: do not prevent valid linkpaths within archive",
"author_name": "Nathan Sarang-Walters",
"author_login": "nwalters512",
"committed_at": "2026-01-20T23:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911c886bb170a6ee3db05fd3709221752213ec8a",
"body": null,
"is_bot": false,
"headline": "7.5.4",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-19T21:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1abfae650056edfabcbe0a0df5954d390521e6",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/ghsa-r6q2-hw4h-h46w",
"is_bot": false,
"headline": "normalize out unicode ligatures",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-19T21:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43478c5c51a71ec996cea62ff824eb9dc9dd17c",
"body": null,
"is_bot": false,
"headline": "remove some unused files",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-19T21:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970c58f6d3d0c932081f8b40218f612db2fabb5a",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-19T18:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb219748945d63f29de7ab0e9a990e422c166c37",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-18T19:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03138441b238f48070fb22824b2529c445bc70c7",
"body": null,
"is_bot": false,
"headline": "7.5.3",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-16T20:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340eb285b6d986e91969a1170d7fe9b0face405e",
"body": "Fix: https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97",
"is_bot": false,
"headline": "fix: sanitize absolute linkpaths properly",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-16T20:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb83f7e5154fad0302c8329f4b7472ef139f86b",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2026-01-16T20:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4aedd28a3a1b125c9f00a3daa489fafe8d8512",
"body": null,
"is_bot": false,
"headline": "Fix typo in onWriteEntry documentation",
"author_name": "Kunal Mehta",
"author_login": "legoktm",
"committed_at": "2025-12-05T23:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28",
"body": null,
"is_bot": false,
"headline": "7.5.2",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-30T16:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9",
"body": "Fix: #445\nFix: #446\nFix: GHSA-29xp-372q-xqph",
"is_bot": false,
"headline": "Fix sync tar.list when file size reduces while reading",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-30T15:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-30T15:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dbacfe3398e262865beb80ffb278dc5bec8399e",
"body": null,
"is_bot": false,
"headline": "add types for make-tar util",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-30T14:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5865d3120ab1367e78e64619ad03b1835d945ae",
"body": null,
"is_bot": false,
"headline": "remove unused taprc file",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-30T14:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb38096afdec3046e99b969971987c86c4e4292",
"body": "This has zero behavioral impact, but saves decoding and copying data out\nof the ustar buffer in the cases where we've already read it from a\npreceding Pax header, which will override the value anyway.",
"is_bot": false,
"headline": "header: only read from ustar block if not specified in Pax",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-29T21:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d094cd7b710fc51f6b0a466a1f95ce068ee4591a",
"body": null,
"is_bot": false,
"headline": "BlueOak-1.0.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-25T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6ae729bf28a3e2065a9efec3f254d5a56601e4",
"body": "See: https://edera.dev/stories/tarmageddon",
"is_bot": false,
"headline": "Verify invulnerability to tarmageddon attack",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-10-24T15:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64728e88cb5805faa78264204d520eb741ce4b6f",
"body": null,
"is_bot": false,
"headline": "7.5.1",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-23T16:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5330eb04bc43014f216e5c271b40d5c00d45224d",
"body": "This brings the TOCTOU handling behavior in t.list synchronous behavior\nto be the same as the async behavior, and other high-level methods.\n\nThat is, if there is a write to a file after testing its size, then the\n*smaller* data size will be used, rather than potentially trying to read\ntoo much data into memory all at once.\n\nPR-URL: https://github.com/isaacs/node-tar/pull/444\nCredit: @fabasoad\nClose: #444\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "fix: consistent TOCTOU behavior in sync t.list",
"author_name": "fabasoad",
"author_login": "fabasoad",
"committed_at": "2025-09-23T16:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb0287d7da925182aa8840ca1038bf44160ca5e",
"body": null,
"is_bot": false,
"headline": "7.5.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-23T15:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa1bed928735d590d213770d4a3069ceecbfffa3",
"body": null,
"is_bot": false,
"headline": "changelog 7.5",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-23T15:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49bf8f9926f78c319cbeb1c26a7291284c41d2f4",
"body": "EDIT(@isaacs): Remove node 20 from ci workflow, since Zstd is not\navailable until node 22. The failure mode is handled in minizlib anyway.\n\nPR-URL: https://github.com/isaacs/node-tar/pull/439\nCredit: @JamieMagee\nClose: #439\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "feat: add initial zstd support",
"author_name": "Jamie Magee",
"author_login": "JamieMagee",
"committed_at": "2025-09-23T15:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35ff9474838fd05d039708d7011c469d9aca301",
"body": null,
"is_bot": false,
"headline": "ci: don't bother testing on node 18",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-22T00:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181be3a985cbe5371336da56745a55ea6b784cec",
"body": null,
"is_bot": false,
"headline": "update workflows, tshy configs",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-22T00:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d4510393ef7c136d243ec09916d45779b90ad9",
"body": null,
"is_bot": false,
"headline": "7.4.4",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-22T00:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4744652c379713d06a0ca30187f3d3456df5694",
"body": "PR-URL: https://github.com/isaacs/node-tar/pull/385\nCredit: @striezel\nClose: #385\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "Fix some typos",
"author_name": "Dirk Stolle",
"author_login": "striezel",
"committed_at": "2025-09-21T21:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ff5bed156d851e32ccf13874c7c2e414fc2ace",
"body": "`package.json#engines` was changed from v10+ to v18+ in 7.0.0\n\nPR-URL: https://github.com/isaacs/node-tar/pull/435\nCredit: @serhalp\nClose: #435\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "docs(changelog): add missing v7 breaking change",
"author_name": "Philippe Serhal",
"author_login": "serhalp",
"committed_at": "2025-09-21T21:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458d0fd236f7a6eca8ad2bbe0456ba2b2473988f",
"body": "PR-URL: https://github.com/isaacs/node-tar/pull/383\nCredit: @dsanders11\nClose: #383\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "docs: clean up duplicate onwarn options",
"author_name": "David Sanders",
"author_login": "dsanders11",
"committed_at": "2025-09-21T21:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa8cf5e53e2efe9ad9c87bd7911a96a86d0604c",
"body": null,
"is_bot": false,
"headline": "update all deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfcec2e8b7896cfc7bf353fc924cfab688b4e93",
"body": null,
"is_bot": false,
"headline": "minizlib@3.1.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd4f7dced56f5b42939adafafb9f121b72729f0",
"body": "Fix: #425",
"is_bot": false,
"headline": "doc: fix lowlevel tar.Parser typo",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafc4b8454c59ed3c31d53bb6601a34dd8bf3dfb",
"body": "We actually do lean on the logic of the linked list nodes internal\nreferences to keep PackJob tasks in order, even as the head of the list\nmoves on when jobs complete, so a simple Array.shift() isn't sufficient.\n\nClose: #401",
"is_bot": false,
"headline": "remove yallist from parse, but NOT from pack",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d281312a94882a50bd0a3f3b26e41adb9f954dfa",
"body": null,
"is_bot": false,
"headline": "Use built-in mkdir instead of mkdirp",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0411fb11c491005046cb079e32b82973c89983d9",
"body": null,
"is_bot": false,
"headline": "format readme",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f986a516451b9d3c3cb6f39163efdd80946db5",
"body": "This implements a very bare-bones LRU algorithm to prevent the string\nnormalization cache from growing unbounded.\n\nFix: #432",
"is_bot": false,
"headline": "limit normalize-unicode cache size",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79814eaf3c96427767f7ecc069538341a0c6041",
"body": "This reduces an unnecessarily complicated and expensive combinatorially\nexplosive check with `O(n^2)` complexity which gets excessively slow in\ncases where lots of files are being added to a large archive.\n\nIt turns out that the cost of the stats that were saved by this cache\nwere not worth the cost\n[…]\ne a lot more complicated. This can be explored if it turns out that\nremoving the dirCache imposes performance issues in other cases, but\nthis seems unlikely based on current available data.\n\nFix: #441",
"is_bot": false,
"headline": "remove dirCache from mkdir, unpack",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2025-09-21T21:36:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3cd4392d4a35a8f1e10287a07e57da6ae079e78",
"body": null,
"is_bot": false,
"headline": "remove extraneous 'for example'",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-08-14T16:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f883aa4d3336c023fb826d4ba11dde01c7f338",
"body": null,
"is_bot": false,
"headline": "docs on how to use onWriteEntry",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-08-14T16:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206fcf91b01fae95ae859b8f3254bfd88744602a",
"body": null,
"is_bot": false,
"headline": "7.4.3",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-26T04:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf13718dc6b6636a234327122e8df05df52674d3",
"body": "Fix: https://github.com/isaacs/node-tar/issues/271",
"is_bot": false,
"headline": "move onWriteEntry to where it can do some good",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-26T04:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68a685b30eadddad71cec56bc136bd276fa7e7f6",
"body": null,
"is_bot": false,
"headline": "7.4.2",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-24T23:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d8d9964e56addc3becfccdd3cc5f6ef7d8b2e8",
"body": "fix: https://github.com/isaacs/node-tar/issues/421",
"is_bot": false,
"headline": "kludge around TS pedantry",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-24T23:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d7a4d39bba883cbe31687a1497a728876479e7",
"body": null,
"is_bot": false,
"headline": "7.4.1",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-22T16:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e434c7b5b462473148061cb52615389f663e85d2",
"body": null,
"is_bot": false,
"headline": "some cleanup/formatting around onWriteEntry",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-22T16:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7ce8eea73484b0707eaae1e837b4b2289801b5",
"body": null,
"is_bot": false,
"headline": "github didn't write this, I did",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-07-22T15:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b26879b880df80271cfb1ac98b7153becf9fb0",
"body": null,
"is_bot": false,
"headline": "7.4.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-06-19T02:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1113b851a1499838188a74b6ab35665fd8b245",
"body": null,
"is_bot": false,
"headline": "s/onentry/onReadEntry/g for clarity, deprecate old name",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-06-19T02:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556a13c7c6733cab8baf29f8d382a3bef3f6fb07",
"body": null,
"is_bot": false,
"headline": "7.3.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-06-19T02:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b97894c9fa1168cd7f9b2d5c23bfe85343f770",
"body": "fix: https://github.com/isaacs/node-tar/issues/316",
"is_bot": false,
"headline": "add onWriteEntry method",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-06-19T02:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee87da2b93a675fd91d2db9770769136bd95e129",
"body": null,
"is_bot": false,
"headline": "use a lockfile, add tsconfigs to git",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-06-19T02:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed17f588f202c598bf74d9cdcda0998e706e86a1",
"body": null,
"is_bot": false,
"headline": "7.2.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-30T01:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e97f62d8d18dec98f3e0070a9362b8bd457a76",
"body": null,
"is_bot": false,
"headline": "changelog 7.2",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-30T01:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3062616846dffb94e967b16e0bc93529713b5750",
"body": "This moves the repetitive overload definitions into a single type created\nby a makeCommand method. This also means that all of the repetitive setup\nand validation can be moved to one place as well.\n\nCorrects a bug where TS thought that a `Promise<void>` would be\nreturned, which actually it was an in\n[…]\n\n\nThe type calculus is rather baroque. The next major will replace the\noverloaded function signatures with separately named functions, so\nthere'll be `createFile`, `createSync`, `createFileSync`, etc.",
"is_bot": false,
"headline": "DRY all commands, correct overload signature types",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-30T01:26:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce612d0aa818f93a133a5f76e14fe6eef2abb12f",
"body": null,
"is_bot": false,
"headline": "7.1.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-04T02:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b61030dacb86eb22f1935b73b6aa09cd2ddc208",
"body": "Fix: #409",
"is_bot": false,
"headline": "update types to comply with NodeJS.WritableStream",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-04T02:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a5c30d7bd836eee0751e2ec6c838767a70ecad",
"body": "This got overlooked in the previous update, and should address some of the\nportability and extension challenges with various event types.",
"is_bot": false,
"headline": "update minipass",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2024-05-03T19:17:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 76,
"latest_release_at": "2022-12-07T20:36:40Z",
"latest_release_tag": "v6.1.13",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 16,
"days_since_latest_release": 1323,
"mean_days_between_releases": 36.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tar",
"exists": true,
"license": "BlueOak-1.0.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/tar",
"is_deprecated": false,
"latest_version": "7.5.21",
"repository_url": "https://github.com/isaacs/node-tar",
"versions_count": 152,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 363537367,
"first_published_at": "2011-11-20T07:11:18.109000Z",
"latest_published_at": "2026-07-21T22:11:06.885000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 270,
"stars": 919,
"watchers": 38,
"fork_history": {
"days": [
{
"date": "2012-03-30",
"count": 1
},
{
"date": "2012-06-05",
"count": 1
},
{
"date": "2012-10-31",
"count": 1
},
{
"date": "2012-11-28",
"count": 1
},
{
"date": "2013-02-01",
"count": 1
},
{
"date": "2013-02-15",
"count": 1
},
{
"date": "2013-02-27",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-12-07",
"count": 1
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-14",
"count": 1
},
{
"date": "2014-02-08",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-16",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-06-27",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-10-15",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-25",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-08",
"count": 1
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-07-11",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-11",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-05-29",
"count": 1
},
{
"date": "2017-06-03",
"count": 2
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-09",
"count": 2
},
{
"date": "2017-06-17",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-07-08",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-09-08",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-15",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-04-10",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-14",
"count": 2
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-09-06",
"count": 3
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-09",
"count": 2
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-04",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-04",
"count": 6
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-20",
"count": 3
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-04-13",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-08-24",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-11-24",
"count": 2
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-15",
"count": 2
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-20",
"count": 4
},
{
"date": "2026-01-21",
"count": 4
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-16",
"count": 4
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-24",
"count": 2
},
{
"date": "2026-03-31",
"count": 13
},
{
"date": "2026-04-01",
"count": 4
},
{
"date": "2026-04-02",
"count": 2
},
{
"date": "2026-04-03",
"count": 5
},
{
"date": "2026-04-07",
"count": 2
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-13",
"count": 2
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-30",
"count": 2
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-06",
"count": 2
},
{
"date": "2026-05-10",
"count": 2
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 260,
"total_forks": 270
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 86319,
"source_files_sampled": 73,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v"
],
"fixed_version": "5.0.7",
"advisory_count": 2,
"oldest_advisory_days": 118
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.4",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-jxxr-4gwj-5jf2"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 118
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-22p9-wv53-3rq4",
"GHSA-v245-v573-v5vm"
],
"fixed_version": "5.0.2",
"advisory_count": 2,
"oldest_advisory_days": 26
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"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": "sigstore",
"direct": false,
"version": "4.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52v5-jr5w-gjxr"
],
"fixed_version": "4.1.1",
"advisory_count": 1,
"oldest_advisory_days": 21
},
{
"name": "tar",
"direct": false,
"version": "7.5.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23hp-3jrh-7fpw",
"GHSA-8x88-c5mf-7j5w",
"GHSA-gvwx-54wh-qm9j",
"GHSA-vmf3-w455-68vh",
"GHSA-w8wr-v893-vjvp"
],
"fixed_version": "7.5.19",
"advisory_count": 5,
"oldest_advisory_days": 37
},
{
"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": "ws",
"direct": false,
"version": "8.19.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-58qx-3vcg-4xpx",
"GHSA-96hv-2xvq-fx4p"
],
"fixed_version": "8.21.0",
"advisory_count": 2,
"oldest_advisory_days": 65
},
{
"name": "@sigstore/core",
"direct": false,
"version": "3.1.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.4,
"advisory_ids": [
"GHSA-jfc7-64v2-mr8c"
],
"fixed_version": "3.2.1",
"advisory_count": 1,
"oldest_advisory_days": 26
},
{
"name": "@sigstore/verify",
"direct": false,
"version": "3.1.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-xgjw-pm74-86q4"
],
"fixed_version": "3.1.1",
"advisory_count": 1,
"oldest_advisory_days": 21
},
{
"name": "ip-address",
"direct": false,
"version": "10.1.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": null,
"advisory_ids": [
"GHSA-v2v4-37r5-5v8g"
],
"fixed_version": "10.1.1",
"advisory_count": 1,
"oldest_advisory_days": 78
},
{
"name": "markdown-it",
"direct": false,
"version": "14.1.1",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6v5v-wf23-fmfq"
],
"fixed_version": "14.2.0",
"advisory_count": 1,
"oldest_advisory_days": 37
},
{
"name": "yaml",
"direct": false,
"version": "2.8.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-48c2-rrv3-qjmp"
],
"fixed_version": "2.8.3",
"advisory_count": 1,
"oldest_advisory_days": 119
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.4",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 2.5,
"advisory_ids": [
"GHSA-g7r4-m6w7-qqqr"
],
"fixed_version": "0.28.1",
"advisory_count": 1,
"oldest_advisory_days": 40
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 8,
"moderate": 5
},
"advisory_count": 24,
"affected_count": 14,
"assessed_count": 365,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@isaacs/fs-minipass",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "chownr",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "minipass",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.1.2"
},
{
"name": "minizlib",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.0"
},
{
"name": "yallist",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@isaacs/fs-minipass",
"direct": true,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": true,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": true,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": true,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": true,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": true,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@alcalzone/ansi-tokenize",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@base2/pretty-print-object",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@gar/promise-retry",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@gerrit0/mini-shiki",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/ts-node-temp-fork-for-pr-2009",
"direct": false,
"version": "10.9.7",
"ecosystem": "npm"
},
{
"name": "@isaacs/which",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"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": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@npmcli/agent",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/fs",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/git",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@npmcli/installed-package-contents",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/node-gyp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/package-json",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "@npmcli/promise-spawn",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "@npmcli/redact",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/run-script",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/darwin-arm64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/darwin-x64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-arm64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-x64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-arm64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-x64",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm-eabi",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm64",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-arm64",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-x64",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-freebsd-x64",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-musleabihf",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-gnu",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-musl",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-gnu",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-musl",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-s390x-gnu",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-gnu",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-musl",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-openharmony-arm64",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-arm64-msvc",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-ia32-msvc",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-x64-msvc",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@sigstore/bundle",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/core",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/protobuf-specs",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/sign",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/tuf",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/verify",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@tapjs/after",
"direct": false,
"version": "3.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/after-each",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/asserts",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/before",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/before-each",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/chdir",
"direct": false,
"version": "3.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/config",
"direct": false,
"version": "5.5.2",
"ecosystem": "npm"
},
{
"name": "@tapjs/core",
"direct": false,
"version": "4.5.2",
"ecosystem": "npm"
},
{
"name": "@tapjs/error-serdes",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "@tapjs/filter",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/fixture",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/intercept",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/mock",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@tapjs/node-serialize",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/processinfo",
"direct": false,
"version": "3.1.9",
"ecosystem": "npm"
},
{
"name": "@tapjs/reporter",
"direct": false,
"version": "4.4.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/run",
"direct": false,
"version": "4.5.2",
"ecosystem": "npm"
},
{
"name": "@tapjs/snapshot",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/spawn",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/stack",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "@tapjs/stdin",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/test",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@tapjs/typescript",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@tapjs/worker",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "14.1.8",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "16.1.8",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node18",
"direct": false,
"version": "18.2.6",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node20",
"direct": false,
"version": "20.1.9",
"ecosystem": "npm"
},
{
"name": "@tufjs/canonical-json",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@tufjs/models",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.5.0",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-darwin-arm64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-darwin-x64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-linux-arm",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-linux-arm64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-linux-x64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-win32-arm64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "@typescript/native-preview-win32-x64",
"direct": false,
"version": "7.0.0-dev.20260304.1",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.3.5",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "7.3.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": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "async-hook-domain",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "auto-bind",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "10.1.3",
"ecosystem": "npm"
},
{
"name": "cacache",
"direct": false,
"version": "20.0.3",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "chmodr",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "cli-boxes",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "cli-truncate",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "code-excerpt",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "convert-to-spaces",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.3",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"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": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "environment",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "err-code",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "es-toolkit",
"direct": false,
"version": "1.45.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "events-to-array",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "exponential-backoff",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "fromentries",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fs-minipass",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "function-loop",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-cache-semantics",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore-walk",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "ink",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "is-actual-promise",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "is-in-ci",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "jsonc-simple-parser",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "jsonparse",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.2.6",
"ecosystem": "npm"
},
{
"name": "lunr",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "make-fetch-happen",
"direct": false,
"version": "15.0.4",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.1.1",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.4",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass-collect",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "minipass-fetch",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "minipass-flush",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "minipass-pipeline",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "minipass-sized",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mutate-fs",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "nock",
"direct": false,
"version": "13.5.6",
"ecosystem": "npm"
},
{
"name": "node-gyp",
"direct": false,
"version": "12.2.0",
"ecosystem": "npm"
},
{
"name": "node-options-to-argv",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "npm-bundled",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-install-checks",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "npm-normalize-package-bin",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-package-arg",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "npm-packlist",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "npm-pick-manifest",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "npm-registry-fetch",
"direct": false,
"version": "19.1.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "opener",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "oxlint-tsgolint",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pacote",
"direct": false,
"version": "21.4.0",
"ecosystem": "npm"
},
{
"name": "patch-console",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"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": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "polite-json",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.8.1",
"ecosystem": "npm"
},
{
"name": "prismjs",
"direct": false,
"version": "1.30.0",
"ecosystem": "npm"
},
{
"name": "prismjs-terminal",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "proc-log",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "process-on-spawn",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "promise-retry",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "propagate",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-element-to-jsx-string",
"direct": false,
"version": "15.0.0",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.1.0",
"ecosystem": "npm"
},
{
"name": "react-reconciler",
"direct": false,
"version": "0.29.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "reghex",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve-import",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "6.1.3",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"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": "sigstore",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "smart-buffer",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "socks",
"direct": false,
"version": "2.8.7",
"ecosystem": "npm"
},
{
"name": "socks-proxy-agent",
"direct": false,
"version": "8.0.5",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.23",
"ecosystem": "npm"
},
{
"name": "ssri",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "string-length",
"direct": false,
"version": "6.0.0",
"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": "string-width",
"direct": false,
"version": "7.2.0",
"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": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "sync-content",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "tap",
"direct": false,
"version": "21.6.2",
"ecosystem": "npm"
},
{
"name": "tap-parser",
"direct": false,
"version": "18.3.0",
"ecosystem": "npm"
},
{
"name": "tap-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.11",
"ecosystem": "npm"
},
{
"name": "tcompare",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "trivial-deferred",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tshy",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "tuf-js",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "0.28.18",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unique-filename",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unique-slug",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-name",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "walk-up-path",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "widest-line",
"direct": false,
"version": "5.0.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": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.19.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.8.2",
"ecosystem": "npm"
},
{
"name": "yaml-types",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yoga-layout",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 365,
"direct_count": 7,
"indirect_count": 358
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 53,
"open_issues": 9,
"closed_ratio": 0.969,
"closed_issues": 277,
"closed_unmerged_prs": 104
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "isaacs",
"commits": 708,
"avatar_url": "https://avatars.githubusercontent.com/u/9287?v=4"
},
{
"type": "User",
"login": "lukekarrys",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/542108?v=4"
},
{
"type": "User",
"login": "othiym23",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/418097?v=4"
},
{
"type": "User",
"login": "soldair",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/119903?v=4"
},
{
"type": "User",
"login": "zkat",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/17535?v=4"
},
{
"type": "User",
"login": "JamieMagee",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1358764?v=4"
},
{
"type": "User",
"login": "rmg",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/17978?v=4"
},
{
"type": "User",
"login": "wraithgar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/36607?v=4"
},
{
"type": "User",
"login": "Jvr2022",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/109031036?v=4"
},
{
"type": "User",
"login": "justfalter",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/120545?v=4"
}
],
"contributors_sampled": 45,
"top_contributor_share": 0.887
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"typedoc.yml"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 10,
"reason": "20 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0cd9cc3c5814446d3c0cbea6a31d6c00c2c8a9d9",
"ran_at": "2026-07-22T22:42:32Z",
"aggregate_score": 6.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T22:10:57Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-23T18:13:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 192,
"created_at": "2018-07-27T10:42:46Z",
"last_comment_at": "2022-12-24T11:20:40Z",
"last_comment_author": "iQuickDev"
},
{
"number": 253,
"created_at": "2020-04-23T08:50:44Z",
"last_comment_at": "2021-08-10T16:35:54Z",
"last_comment_author": "isaacs"
},
{
"number": 294,
"created_at": "2021-09-17T22:14:15Z",
"last_comment_at": "2021-09-19T21:28:34Z",
"last_comment_author": "jamieklassen"
},
{
"number": 295,
"created_at": "2021-09-20T16:49:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 395,
"created_at": "2023-10-18T08:28:50Z",
"last_comment_at": "2023-10-18T15:24:06Z",
"last_comment_author": "isaacs"
},
{
"number": 402,
"created_at": "2024-02-27T15:03:05Z",
"last_comment_at": "2024-06-13T22:25:31Z",
"last_comment_author": "isaacs"
},
{
"number": 426,
"created_at": "2024-12-05T10:11:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 431,
"created_at": "2025-01-16T17:37:30Z",
"last_comment_at": "2025-09-26T04:11:19Z",
"last_comment_author": "b-gutzmann"
},
{
"number": 436,
"created_at": "2025-03-14T18:22:47Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/isaacs/node-tar",
"host": "github.com",
"name": "node-tar",
"owner": "isaacs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 70,
"vitality": 68,
"community": 86,
"governance": 64,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 76,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "76 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 76
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 60,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v6.1.13",
"releases_from_tags": false,
"days_since_latest_release": 1323,
"mean_days_between_releases": 36.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1323 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1323
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~36.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 36.2
}
}
],
"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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 86,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 270,
"stars": 919,
"watchers": 38,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "919 stars",
"points": 48.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 919
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "270 forks",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 270
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "38 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 38
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BlueOak-1.0.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BlueOak-1.0.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"tar"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 363537367
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "363,537,367 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 363537367,
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 45,
"top_contributor_share": 0.887
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "45 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 45
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 53,
"open_issues": 9,
"closed_issues": 277,
"issue_closed_ratio": 0.969,
"closed_unmerged_prs": 104
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "97% of issues closed",
"points": 45.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 97
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "53/157 decided PRs merged",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 53,
"decided": 157
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "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": 16220,
"owner_type": "User",
"is_verified": null,
"owner_login": "isaacs",
"public_repos": 488,
"account_age_days": 6653
},
"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": "16,220 followers of isaacs",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16220,
"login": "isaacs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "488 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 488
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"tar"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "152 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 152
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"npm-cli"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "20 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 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 365 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": 365
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 24,
"affected_packages": 14,
"assessed_packages": 365,
"unassessed_packages": 0,
"affected_by_severity": "high 8, moderate 5, 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": 365,
"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": 26
},
"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": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.29,
"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": "29 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"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": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 86319,
"source_files_sampled": 73,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/73 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 73,
"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",
"deps.dev does not index npm:tar@7.5.21; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:42:51.718760Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/isaacs/node-tar.svg",
"full_name": "isaacs/node-tar",
"license_state": "standard",
"license_spdx": "BlueOak-1.0.0"
}