原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 511,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 71907,
"JavaScript": 1449984
},
"pushed_at": "2026-07-22T02:41:14Z",
"created_at": "2023-03-03T12:13:33Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T02:37:43Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-2-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-2-Clause",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://yarnpkg.com",
"name": "Yarn",
"type": "Organization",
"login": "yarnpkg",
"company": null,
"location": null,
"followers": 904,
"avatar_url": "https://avatars.githubusercontent.com/u/22247014?v=4",
"created_at": "2016-09-16T21:24:31Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 3595
},
"license": {
"state": "standard",
"spdx_id": "BSD-2-Clause",
"raw_spdx": "BSD-2-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.11",
"kind": "patch",
"published_at": "2026-07-22T02:41:15Z"
},
{
"tag": "v0.12.10",
"kind": "patch",
"published_at": "2026-06-17T14:52:18Z"
},
{
"tag": "v0.12.9",
"kind": "patch",
"published_at": "2026-05-12T09:38:20Z"
},
{
"tag": "v0.12.8",
"kind": "patch",
"published_at": "2026-01-14T05:44:16Z"
},
{
"tag": "v0.12.7",
"kind": "patch",
"published_at": "2025-12-26T09:54:12Z"
},
{
"tag": "v0.12.6",
"kind": "patch",
"published_at": "2025-12-24T11:50:28Z"
},
{
"tag": "v0.12.5",
"kind": "patch",
"published_at": "2025-11-05T07:18:01Z"
},
{
"tag": "v0.12.4",
"kind": "patch",
"published_at": "2025-10-27T13:39:44Z"
},
{
"tag": "v0.12.3",
"kind": "patch",
"published_at": "2025-09-10T09:45:45Z"
},
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2025-08-25T11:09:06Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2025-07-10T12:37:43Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-07-10T05:34:13Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-07-01T07:46:41Z"
}
],
"recent_commits": [
{
"oid": "16efafaed90cfe76be4feaa34cf89c669011e31f",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.11 (#112)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T02:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f44c3e1bde265884a8e8fc2a19f9b45f3dfd1e",
"body": "* Fix loose mode fallback resolution\n\n* Refactor fallback resolution state\n\n---------\n\nCo-authored-by: Hans-Albert Maritz <hmaritz@atlassian.com>",
"is_bot": false,
"headline": "Fix loose mode fallback resolution (#110)",
"author_name": "Hans-Albert Maritz",
"author_login": "Freakazo",
"committed_at": "2026-07-22T01:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820a3134e3303d3aca04985eeba4be5b2868d15d",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.10 (#109)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-17T14:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "225b257c5e411f9dbd0bdf8264089e32a001118a",
"body": "Yarn generates `ignorePatternData` with `micromatch.makeRe(...)` and\nmatches it at runtime with JS `new RegExp(...)`, which relies on negative\nlookahead — the reason a backtracking engine was needed here.\n\nSwap fancy-regex for regress, a pure-Rust ECMAScript regex engine. It\nmatches the exact flavor\n[…]\nsh_escape pre-pass is removed\n- adapt the manifest locator and Windows path conversions to regress's\n Option/byte-range API\n- add tests for the `.yarn/sdks/**` lookahead and the `\\/` deserialize path",
"is_bot": false,
"headline": "refactor: replace fancy-regex with regress (#108)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2026-06-17T14:28:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30f3e225d3adef578fcb3eaa5ad0a2b92de41008",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.9 (#90)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-12T09:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0c008aea8bfdf4a204c0dbd07901d4b6b2de64",
"body": "- Collapse `is_drive_prefix` (util) and `is_portable_drive_root` (fs)\n into one shared helper; gate the Windows-only behavior at the call\n site in `normalize_path` via `cfg!(windows)`.\n- Extract `via_suffix` for the 6 repeated `(via \\\"…\\\")` conditionals in\n `resolve_to_unqualified_via_manifest`.\n\n[…]\nnline the single-use `io_bytes_to_str` / `make_io_utf8_error`\n helpers; use `String::from_utf8` directly to skip a needless copy.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: clean up duplicated code (#107)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2026-05-12T09:21:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "10f8bd812a583043cb748a4f3831fc1700b6870b",
"body": "* fix(fs): preserve drive root in virtual paths\n\n* fix(fs): preserve windows drive roots in virtual paths",
"is_bot": false,
"headline": "fix(fs): preserve drive root in virtual paths (#106)",
"author_name": "Alexander Lichter",
"author_login": "TheAlexLichter",
"committed_at": "2026-05-12T08:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91704fe16d17c5788b50c12544c2db91d40ded2",
"body": "…#104)",
"is_bot": false,
"headline": "fix(util): keep drive prefix sticky when `..` overshoots drive root (…",
"author_name": "Alexander Lichter",
"author_login": "TheAlexLichter",
"committed_at": "2026-05-11T08:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7467b57638d08b97778b4987325693dae9ed92",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate fancy-regex to ^0.18.0 (#103)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-26T21:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9211fc8a4f9e7cee686be361dbd1cb44ddbca2b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update yarn to v4.14.1 (#102)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-26T18:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6414348f8a1c3fda0759b8dd52ad1439f3eb2234",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update yarn to v4.14.0 (#101)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-19T20:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e4d9bacc01d43cbfa55f4f758aabb36f758b9c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.95.0 (#100)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T23:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97162af4ad58831fb7f73f53ed296d496eb849dc",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate indexmap to v2.14.0 (#99)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-12T21:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae12c56198746d3b37cc7c4d56dabc56818fedb0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate indexmap to v2.13.1 (#98)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-05T20:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec68f3e0b3f16859d6d4d4e5ea0b9362ac988c19",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate rustc-hash to v2.1.2 (#97)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-29T20:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6048c9d362b37414fe85cd39614d1da75ca0a866",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.94.1 (#96)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9ba016649f5fe9f573c300becc5672f37ccb4a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update yarn to v4.13.0 (#95)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-22T17:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e634780c88784b3e608bbea067b88f328cd76de",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.94.0 (#94)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-06T01:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7de0ebf187ec2adf34797e7da45a85cabf1de5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.93.1 (#93)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-13T02:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fe9f64637d214a459479c5355b431a76fdb91a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crates (#92)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-08T20:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8c43243f51694911acb9e47933c0009676d014",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.93.0 (#91)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-22T21:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aeea4cb5d7db438304550bbcec164ed67222b3f",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crates (#89)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-18T20:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b23155de0d8406f9f3b7548307808261fbc428c",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.8 (#85)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-14T05:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06378d99ff6699f9636feeaa89eea222bea623e",
"body": "* perf: use fxhash for `IndexMap` in `packageRegistryData`\n\nUse `FxBuildHasher` with `IndexMap` to improve hashing performance\nwhile preserving insertion order.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: use fxhash for `IndexMap` in `packageRegistryData` (#88)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2026-01-14T05:05:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eae43ad1f01998744d638e17652ba11f0daf6a6d",
"body": null,
"is_bot": false,
"headline": "fix: preserve order in `packageRegistryData` using `IndexMap` (#86)",
"author_name": "Geunhyeok LEE",
"author_login": "leegeunhyeok",
"committed_at": "2026-01-14T03:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201e49ff95dd37840d31304e8f1ff974727be389",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate serde_json to v1.0.149 (#87)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-11T21:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e163d238ec80772f65b9e5c86790ae8f3292953a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate serde_json to v1.0.148 (#84)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-28T21:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b36b6de8c149654917dd79e86ffca68031b6b4",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.7 (#83)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-26T09:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571a1b8ad654ea668f9adc2d22bbbb8c62213ce0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate nodejs-built-in-modules to v1 (#82)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-26T09:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cccbee8f76dc2becda683b8ce7ecb204058da732",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.6 (#74)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-24T11:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61eced759886d7e9b622e7b02da14ed01408ba1",
"body": null,
"is_bot": false,
"headline": "feat: use nodejs-built-in-modules crate to remove duplicated code (#81)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-12-24T11:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810eb86f1016437c7f82c07364b411737153a05e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate fancy-regex to ^0.17.0 (#80)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-14T21:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3abcf9d97046467f926bc86869c3aba7121eac55",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.92.0 (#79)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-11T22:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781be5073713f46dc87b20cc296e0263782745be",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate criterion to v0.8.1 (#78)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-08T01:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39e2d41adc13601060743120933685ea24eda0f0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update yarn to v4.12.0 (#77)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-01T01:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32393f9ca251fa2fffd628c9bac201457f89e4ce",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update rust crate criterion to 0.8 (#76)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-30T20:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf1633a91500c25ae831005355c747994080a03",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.91.1 (#75)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-11T04:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcd0effba0158d8c6c0da229f183e620b658055",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#73)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-10T01:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b834b77e844e99fa327f9a30bf8d20342d36422",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update yarn to v4.11.0 (#72)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-09T21:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49eab1572e9301cd1e2f139c2e9f61ef7fc290d6",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.5 (#68)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-05T07:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868b5bfe0dc446f306423149890d8a5403dba74f",
"body": "Reason for change:\n\n* unify deflate usage across our tools\n * consistent behaviour\n * reduce compilation size\n* reason for switching from miniz_oxide to zlib-rs:\n * flate2 uses simd-adler32 https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3\n * simd-adler32 breaks on wasm:\n\n```\nerror[E0433\n[…]\nmem;\n |\nhelp: if you import `mem`, refer to it directly\n |\n146 - let arr: [u32; 4] = unsafe { std::mem::transmute(v) };\n146 + let arr: [u32; 4] = unsafe { mem::transmute(v) };\n |\n\n```",
"is_bot": false,
"headline": "refactor: change `miniz_oxide` to `flate2` with `zlib-rs` backend (#71)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-11-05T06:53:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27b48fc1357ed4b31f5ebecdbd87b40217ba703f",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#70)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-02T22:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1bb7b3f1edcc2dad034911cf1da441a115fd56a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.91.0 (#69)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-31T03:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a5a4c8737202974bdd85d7fd8d520b56d0c499",
"body": "- Use char literals instead of string literals for single characters\n- Replace match with if/else for simple boolean checks\n- Remove unnecessary string cloning\n- Simplify conditional logic with is_some_and()\n- Use Vec::new() instead of [].to_vec()\n- Use String::new() instead of String::from(\"\")\n- Us\n[…]\nlse\n- Use string interpolation shorthand in format macros\n- Simplify Default trait usage\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: clean up code (#67)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-10-27T14:07:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "56742bc4f4ab4f4d62f5d935b5f5184613c64ab3",
"body": "It's all built-in!",
"is_bot": false,
"headline": "ci: release-plz-action no longer requires CARGO_REGISTRY_TOKEN (#66)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-10-27T13:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90322fce4a6fa68c087ab56d0aa9af089ef71fc4",
"body": null,
"is_bot": false,
"headline": "Update GitHub Actions workflow for release-plz (#65)",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-10-27T13:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "533f5929786b16f6c897beb299d2a464edf47d68",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.4 (#53)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-27T10:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c609988f07d2c593fa9aa9b550c77808a32fb4a5",
"body": null,
"is_bot": false,
"headline": "chore: use dirs-next (#63)",
"author_name": "pshu",
"author_login": "stormslowly",
"committed_at": "2025-10-27T09:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb3e35bae8df3f976440acc39177b8c05eb5a06",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#62)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-26T21:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea29579b2feadd322396881a38d0056b7abe861",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#61)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-20T03:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7887b0265f30e7125d6d69a8426c7c5f4fd4c34",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#60)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-19T21:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48013167d3d657c8dbde196b8517ca8b16befe75",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance rust crates (#59)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-12T21:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7078905c2fb322172ed3619e37bc6eebc182d1a1",
"body": "Co-authored-by: Boshen <boshenc@gmail.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance rust crates (#58)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-30T16:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb8ce219209bd580fd1a785c5428343ce1c7e101",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance npm packages (#57)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-28T20:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab9a7d1db57720fdbed252fe9e62047f2dd6ac8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance rust crates (#56)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-22T01:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abfb83aa4729d394837a3daeaf72d339fffcb62e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance npm packages (#55)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-21T20:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0186a00f86e4143be9131cadc5b28a02b3771a8e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.90.0 (#54)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-19T01:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eeafb1e13899f2dc0df0175285fb0bc738bdb2f",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance rust crates (#52)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-15T01:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872ca46b14151ccc84dd3840ccbd6398151a9cb7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance npm packages (#51)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-14T20:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240cf5a61d378c2cb51bba5456192b9ae0a138f4",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.3 (#48)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-09-10T09:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff03a9262a5344deeb7e2494311e3a8ddc90292",
"body": "* chore: reproduce global cache issue\n\n* Fixes relative drive paths\n\n* Removes debug\n\n* Fixes tidbits\n\n* Removes debug\n\n* Fixes mistakes\n\n* Attempts to support UNC paths\n\n* Merge conflict\n\n---------\n\nCo-authored-by: Maël Nison <nison.mael@gmail.com>",
"is_bot": false,
"headline": "test: add a new test case for global cache (#10)",
"author_name": "JounQin",
"author_login": "JounQin",
"committed_at": "2025-09-10T09:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a51beed004baee1d74b6403cd11bdec854816b6",
"body": "* Fixes implicit folder detection\n\n* Fixes fmt",
"is_bot": false,
"headline": "Fixes implicit folder detection (#50)",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-09-09T16:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "785327ca2c2bc0293404c5ed5b53eacf956ccf2e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#49)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-07T21:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf6809e44dc88c209617188dff9f0e75a14ffc7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance (#47)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-31T20:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a096bd9a83291ad67c6596b69cfdb15b1537e941",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.2 (#44)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-25T11:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31ed718fedca0047d5edb65c5d26359695f97256",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Boshen <boshenc@gmail.com>",
"is_bot": true,
"headline": "chore(deps): lock file maintenance rust crates (#45)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-25T10:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4525487f77b5ac025c60432736a8462c8d008ab",
"body": "* chore: add recived path into panic info\n\n* chore: update all panics",
"is_bot": false,
"headline": "chore: add recived path into panic info (#46)",
"author_name": "JounQin",
"author_login": "JounQin",
"committed_at": "2025-08-25T09:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbba833eec862bfce4b9334c5b104e15aaeb2ee6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rust to v1.89.0 (#43)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-09T06:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a63017c77797bbcab35231872e481223f219313f",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.12.1 (#41)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-10T12:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e80e81632fb2b3dea3f85ebd74388585360425a",
"body": null,
"is_bot": false,
"headline": "chore: add renovate bot (#39)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-10T11:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bbfa6bcebbc8dfd2b81203034ab4fef450193c2",
"body": "* Improves performances\n\n* fmt",
"is_bot": false,
"headline": "Improves performances (#42)",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-07-10T10:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf92ed42a53696d19813e2428d6cad79fc4a7d77",
"body": "* Adds a benchmark workflow\n\n* Disables non-criterion benchmarks\n\n* fmt",
"is_bot": false,
"headline": "Adds a benchmark workflow (#40)",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-07-10T09:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d606e27716097a408bbe854345510897f88d4427",
"body": null,
"is_bot": true,
"headline": "chore: release v0.12.0 (#36)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-10T05:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0171ff8f0199c13a0dc6fb905790b63fecc93afa",
"body": "While examining rolldown binary size, I noticed 6 copies of\n`pnp::resolve_to_unqualified_via_manifes`.\n\n```\n Lines Copies Function name\n ----- ------ -------------\n 17436 (0.4%, 8.2%) 6 (0.0%, 7.0%) pnp::resolve_to_unqualified_via_manifes\n```\n\nRemove all `AsRef<Path>` to avoid accidental generic instantiation\nand code bloat, these functions do not need to be generic anyway.",
"is_bot": false,
"headline": "refactor: remove `AsRef<Path>` from functions (#38)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-10T05:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b071ac22c0930750b15f15b476cfeb06892d56",
"body": "… loop (#35)",
"is_bot": false,
"headline": "refactor: change `find_closest_pnp_manifest_path` from recursion to a…",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-04T07:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a18fec897ad0c345e2fc904cf307ae201d6587b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.11.0 (#34)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-01T07:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "331b42f4d4db4c48ec7f994d8f44ad114b42be28",
"body": "Tokens required: https://release-plz.dev/docs/github/quickstart",
"is_bot": false,
"headline": "ci: add release-plz.yml (#24)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-01T07:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db3fc796e43b5fe288c34d3ff7c06e1b1b9374c",
"body": "refactor: remove indexmap",
"is_bot": false,
"headline": "Merge pull request #33 from yarnpkg/remove-index-map",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-07-01T06:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cfac17a5a6ff94302b6ed343c58e4baee7c7de0",
"body": null,
"is_bot": false,
"headline": "refactor: remove indexmap",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-01T06:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b443744d7ec6a4523782ca24f04063121445b49c",
"body": "Remove extra dependencies by replacing `serde_with` custom deserializers.",
"is_bot": false,
"headline": "refactor: remove `serde_with` (#32)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-01T06:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbbd5a25c0c37d1377e70607b02da5e074e45e2",
"body": null,
"is_bot": false,
"headline": "refactor: remove the unused `Serialize` on `PackageLocator` (#31)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-07-01T04:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d049580d4bc2f41f21327254dec7a119b73e85b4",
"body": null,
"is_bot": false,
"headline": "chore: bump deps (#30)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T14:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790b34f6e44ed2db0295bf17badd2684d6d680c4",
"body": null,
"is_bot": false,
"headline": "perf: use fxhash in zip data structures (#28)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T13:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6effdac867899d48ce25aa69f3fb7b85dc7d66b3",
"body": null,
"is_bot": false,
"headline": "refactor: remove the `lazy_static` crate (#27)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T13:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1103ddf0d5df3a5581d9a865e320862ab4575312",
"body": "Using binary search on a const array is faster and cleaner,\nthe input string can be a long path, which makes hashing slow.",
"is_bot": false,
"headline": "refactor: improve `NODEJS_BUILTINS` (#26)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T13:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2ed3377ae57e84e40142deb640c16d5670e782",
"body": null,
"is_bot": false,
"headline": "refactor: remove unnecessary derive `Serialize` on `Error` (#25)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T13:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276bdc2521b6244418937a047579015b54dd6011",
"body": null,
"is_bot": false,
"headline": "perf: use fxhash (#23)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T07:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9767eb97c1c857cc4ea785091cb9e18617fcd76c",
"body": "fixes #15",
"is_bot": false,
"headline": "fix: fix windows failure (#22)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T07:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e13c8ea05171347447dd1c7ddb1294cc9af917",
"body": null,
"is_bot": false,
"headline": "refactor: `clippy::result_large_err` for the `Error` type (#21)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T06:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a6b693cd105a857ff5bfce8b685ca5911f0a7a",
"body": null,
"is_bot": false,
"headline": "chore: run `cargo clippy --fix` + manual fixes (#20)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-30T06:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb7a5108e98dbdbc5714bc6aa485579bf2def18",
"body": null,
"is_bot": false,
"headline": "chore: run `cargo fmt` (#19)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-29T13:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae91fbe77fbb5ee6d1753acd1d84e945a94e5034",
"body": null,
"is_bot": false,
"headline": "ci: add `cargo check` and `cargo test --all-features` (#18)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-29T13:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "412e63e74b0b45557c4af58d8b6ffaf6d84ac0d2",
"body": null,
"is_bot": false,
"headline": "chore: add rust-toolchain.toml (#17)",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-29T13:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc3dfecdea951fc26ea2c74c5e404a0daaaa751",
"body": "test: enable most tests on windows CI",
"is_bot": false,
"headline": "Merge pull request #16 from yarnpkg/windows",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-26T08:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b2b2e14ae73a0121bdfed9b4422d69c7196167",
"body": null,
"is_bot": false,
"headline": "disable more",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-26T08:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d439e7f23b98d55b587f992674613fa42a5e17e",
"body": "only `test_resolve_unqualified` is disabled waiting for https://github.com/yarnpkg/pnp-rs/pull/11",
"is_bot": false,
"headline": "test: enable most tests on windows CI",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-26T08:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2f312e833786843bdad0b7eed95d42abb4e503",
"body": null,
"is_bot": false,
"headline": "Bumps version",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-06-26T07:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e0861af480d35e8c6e14a4702be0c43ad53518",
"body": "Makes the build smaller",
"is_bot": false,
"headline": "Merge pull request #12 from yarnpkg/mael/lite",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-06-26T07:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d16000e8988bad2cbf6fd753ea0364660db84f0",
"body": "chore: remove unused dependency `arca`",
"is_bot": false,
"headline": "Merge pull request #13 from Boshen/remove-unused-deps",
"author_name": "Maël Nison",
"author_login": "arcanis",
"committed_at": "2025-06-26T07:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ad1fe58d30a3e34d666dfc22c81700de5e7f85",
"body": null,
"is_bot": false,
"headline": "chore: remove unused dependencies",
"author_name": "Boshen",
"author_login": "Boshen",
"committed_at": "2025-06-26T06:27:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 66,
"latest_release_at": "2026-07-22T02:41:15Z",
"latest_release_tag": "v0.12.11",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 30,
"days_since_latest_release": 0,
"mean_days_between_releases": 36.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pnp",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/pnp",
"is_deprecated": false,
"latest_version": "0.12.11",
"repository_url": "https://github.com/yarnpkg/pnp-rs",
"versions_count": 39,
"total_downloads": 558663,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 79069,
"first_published_at": "2023-03-09T17:47:40.611922Z",
"latest_published_at": "2026-07-22T02:40:48.260853Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 12,
"stars": 51,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 583577,
"source_files_sampled": 13,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "bytes",
"direct": false,
"version": "1.10.1",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 6.2,
"advisory_ids": [
"GHSA-434x-w66g-qw3r",
"RUSTSEC-2026-0007"
],
"fixed_version": "1.11.1",
"advisory_count": 2,
"oldest_advisory_days": 169
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0204"
],
"fixed_version": "0.9.20",
"advisory_count": 1,
"oldest_advisory_days": 16
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1,
"moderate": 1
},
"advisory_count": 3,
"affected_count": 2,
"assessed_count": 141,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "byteorder",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "concurrent_lru",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^0.2"
},
{
"name": "regress",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^0.11.0"
},
{
"name": "flate2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1"
},
{
"name": "mmap-rs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^0.7.0"
},
{
"name": "nodejs-built-in-modules",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "pathdiff",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^0.2"
},
{
"name": "radix_trie",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "rustc-hash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "indexmap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.12.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "byteorder",
"direct": true,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "concurrent_lru",
"direct": true,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": true,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": true,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "mmap-rs",
"direct": true,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "nodejs-built-in-modules",
"direct": true,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "pathdiff",
"direct": true,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "radix_trie",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "regress",
"direct": true,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": true,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.149",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "alloca",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.10.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.19.0",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.48",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "ciborium",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-io",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-ll",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.5.51",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.5.51",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "dirs-next",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys-next",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "endian-type",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "enum-as-inner",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.31",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.31",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.31",
"ecosystem": "crates"
},
{
"name": "futures-timer",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.31",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.82",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.177",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.10",
"ecosystem": "crates"
},
{
"name": "mach2",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.6",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "nibble_vec",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.30.1",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.3",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.5",
"ecosystem": "crates"
},
{
"name": "page_size",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "proc-macro-crate",
"direct": false,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.103",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.42",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.2",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.8",
"ecosystem": "crates"
},
{
"name": "relative-path",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "rstest",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "rstest_macros",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.27",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.11",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.109",
"ecosystem": "crates"
},
{
"name": "sysctl",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.23.7",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.105",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.105",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.105",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.105",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.82",
"ecosystem": "crates"
},
{
"name": "widestring",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.13",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.27",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.27",
"ecosystem": "crates"
},
{
"name": "zlib-rs",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 141,
"direct_count": 14,
"indirect_count": 127
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 102,
"open_issues": 1,
"closed_ratio": 0.833,
"closed_issues": 5,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "arcanis",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/1037931?v=4"
},
{
"type": "User",
"login": "Boshen",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/1430279?v=4"
},
{
"type": "User",
"login": "stormslowly",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/415655?v=4"
},
{
"type": "User",
"login": "JounQin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/8336744?v=4"
},
{
"type": "User",
"login": "TheAlexLichter",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/640208?v=4"
},
{
"type": "User",
"login": "mrginglymus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/390569?v=4"
},
{
"type": "User",
"login": "leegeunhyeok",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26512984?v=4"
},
{
"type": "User",
"login": "Freakazo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1672836?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.602
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"bench.yml",
"ci.yml",
"release-plz.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"yarn.lock"
],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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": 1,
"reason": "Found 4/21 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "16efafaed90cfe76be4feaa34cf89c669011e31f",
"ran_at": "2026-07-22T18:31:30Z",
"aggregate_score": 5.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-22T02:41:18Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T02:37:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2025-05-05T07:26:56Z",
"last_comment_at": "2025-07-07T13:55:48Z",
"last_comment_author": "JounQin"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yarnpkg/pnp-rs",
"host": "github.com",
"name": "pnp-rs",
"owner": "yarnpkg"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 62,
"vitality": 89,
"community": 53,
"governance": 70,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 66,
"human_commit_share": 0.45,
"days_since_last_push": 0,
"active_weeks_last_year": 30
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "30/52 weeks with commits",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 30
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "66 commits in the last year",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 66
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v0.12.11",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 36.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~36.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 36.7
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 12,
"stars": 51,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-2-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-2-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 82,
"inputs": {
"packages": [
"pnp"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 558663,
"monthly_downloads": 79069
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "79,069 downloads/month across crates",
"points": 65.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 79069,
"ecosystems": "crates"
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.602
},
"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 60% of commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 102,
"open_issues": 1,
"closed_issues": 5,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "102/105 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 102,
"decided": 105
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 904,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "yarnpkg",
"public_repos": 24,
"account_age_days": 3595
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "904 followers of yarnpkg",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 904,
"login": "yarnpkg"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~9 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pnp"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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 4/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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 141 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": 141
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 2,
"assessed_packages": 141,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1, unknown 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": 141,
"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": 31
},
"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": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.956,
"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": "43 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 45
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock",
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.42
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "42 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 42,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 583577,
"source_files_sampled": 13,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/13 source files over 60KB",
"points": 42.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"oversized": 3
}
}
],
"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 crates:pnp@0.12.11; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:31:49.516138Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yarnpkg/pnp-rs.svg",
"full_name": "yarnpkg/pnp-rs",
"license_state": "standard",
"license_spdx": "BSD-2-Clause"
}