Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"java",
"linter",
"lsp",
"neovim"
],
"is_fork": false,
"size_kb": 1353,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 266290,
"Makefile": 2455,
"TypeScript": 825,
"Tree-sitter Query": 82820
},
"pushed_at": "2026-07-28T14:22:32Z",
"created_at": "2026-07-15T22:12:04Z",
"owner_type": "User",
"updated_at": "2026-07-28T14:27:08Z",
"description": "Fast Java language server",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Tree-sitter Query"
]
},
"owner": {
"blog": "https://apache.org",
"name": "Robert Muir",
"type": "User",
"login": "rmuir",
"company": "Apache Software Foundation",
"location": "Virginia",
"followers": 188,
"avatar_url": "https://avatars.githubusercontent.com/u/504194?v=4",
"created_at": "2010-12-01T00:33:49Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 5718
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-07-28T14:27:43Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-07-24T05:22:03Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-07-20T13:04:33Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-07-17T19:03:10Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2026-07-17T18:00:38Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-07-16T15:12:43Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-07-16T02:06:34Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-16T00:53:22Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-16T00:24:16Z"
}
],
"recent_commits": [
{
"oid": "ef9b5241b88ff454a572ae1cb9ff09f5a046cad1",
"body": null,
"is_bot": false,
"headline": "chore: release 1.0.8",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-28T14:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0adaba9d6661591f2c9307b1feea38b9f1c9175a",
"body": "feat: organize imports",
"is_bot": false,
"headline": "Merge pull request #15 from rmuir/organize-imports",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-28T13:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93dbcedd4ca2a0980311439c58f9fd425ba01718",
"body": "Offer quickfix and source action to organize the imports to the google\nstyle. There are \"groups\" which are the primary sort, then the text of\nthe import is the secondary sort.\n\nImport's \"range\" (for the purpose of sticking comments with it) extends\nto the end of the line. Comment preceding the import on its own line\nsticks with it as well.",
"is_bot": false,
"headline": "feat: organize imports",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-28T13:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7065c845f6ff84a8390c3c8a0b54fe7e96f7a85",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-28T10:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb352b6dd6434dcb2766c4223ae25b86b1f420e0",
"body": "Make steps towards supporting --fix from the CLI, and for doing more\ncomplex tree-based fixes such as organized imports.\n\nStop showing diffs from the CLI and just show \"fix available\", although\nits only available from the LSP...",
"is_bot": false,
"headline": "refactor: move fix logic to support",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-28T03:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa56e21636e48ebcc44afbcc9ad05ff1686faec3",
"body": null,
"is_bot": false,
"headline": "chore: linter deps",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-27T02:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452aeaa1d2ea4b29cc098bbea68d4b0043cc137c",
"body": "feat: quickfixes for wrapped-package and wrapped-import",
"is_bot": false,
"headline": "Merge pull request #14 from rmuir/wrapped-nodes",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08dfd740435f9168fd932b8252de52de106e9c1f",
"body": "More trivial autofixes",
"is_bot": false,
"headline": "feat: quickfixes for wrapped-package and wrapped-import",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3812e3c78f32947dbe227b034608c0b865bcfe",
"body": "make for a clean dispatch table as there may be more of these",
"is_bot": false,
"headline": "chore: code cleanup, refactor into function",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6088956b2575d67701bca2ccb8d20bcb793f64e1",
"body": null,
"is_bot": false,
"headline": "fix: downgrade lowercase-long-literal to hint now that it has fix",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3edc4d7f532cda312b195075f2d32a492960948c",
"body": "feat: quickfix literal-special-space and lowercase-long-literal",
"is_bot": false,
"headline": "Merge pull request #13 from rmuir/more_quickfixes",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7567e6c7bdf92ece0c5040f7e8ad6d5b76ef8d43",
"body": "Still doing fixing via the LSP only, but this at least makes it easier.\nNobody wants to lookup unicode value of ideographic space or anything\nlike that.",
"is_bot": false,
"headline": "feat: quickfix literal-special-space and lowercase-long-literal",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T23:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffad0643e4cead9be0dafc2f0af8f360ee88a433",
"body": null,
"is_bot": false,
"headline": "docs: there's workspace symbols now",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T18:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5abf5523a798e80154bec4a963d8822a68abd3e",
"body": "More like an integration test and probably should be simplified later,\nbut gotta start somewhere. Does the full path from diagnostic -> code\naction list -> resolve",
"is_bot": false,
"headline": "test: add test for quickfix",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T18:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b93c9ae42fa7e7dcfcb09e600369294fb34971f",
"body": null,
"is_bot": false,
"headline": "test: very basic test for indexing/analysis",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T17:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865573e70b7c6aa7cb4be018b5533a1aa8f576d2",
"body": null,
"is_bot": false,
"headline": "ci: smoke-test windows and macos binaries too",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T13:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06474355c844565881744d6d76bff11ee4c1583b",
"body": "Don't want users having any sort of DLL hell",
"is_bot": false,
"headline": "build: statically link the windows targets",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T03:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025c7cde896e4188fb385cf31a0a48f21807165e",
"body": "The rust-cross images already have clang, so don't waste time pulling\na bunch of network metadata only to say \"already up to date\". It is just\nthe alma8-based manylinux container that needs it.",
"is_bot": false,
"headline": "ci: avoid ubuntu package manager",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T03:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d3411f7010eefd48c2b50b4ef68dc0f1b1d83d",
"body": "This forces compilation of tree-sitter via clang instead of gcc, but the\nperformance difference is worth it.\n\nFix the release pipeline to use clang, we have to install it, and its\ngotta be a reasonably modern version to support simd code of blake3\ncrate. So the manylinux version is bumped to 2_28.\n\nAdd simple smoke test that --help works on all these cross-compiles as\nwell.",
"is_bot": false,
"headline": "perf: switch to clang",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T02:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01df925f4457fa16a05ae59520b9b8f86b85253",
"body": "Configure the toolchain explicitly as the images have bad lag",
"is_bot": false,
"headline": "ci: rust version update",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-26T00:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1276982fdee625b126bd67724371e1f78a56f87f",
"body": "constant security issues and seemingly unavoidable. i dont understand\nwhy the vscode language client needs to expand braces.",
"is_bot": false,
"headline": "chore: update the brace-expansion",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-25T17:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f8338499e63386ef4d5623f504ef8cf2613686",
"body": "at least for now, this will disable updates that require a newer rust\nversion such as 1.97.1.",
"is_bot": false,
"headline": "build: specify rust-version matching whats on github runners",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-25T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b882ea579177f8e466cd88fb826e01a0dc1582",
"body": null,
"is_bot": false,
"headline": "ci: clean up runner config",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-25T17:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2044ffdf5b09dbfe99d59a558e393b324afbf511",
"body": "Needs rustc version not supported on the actions images. rustup or\nsimilar is not yet configured\n\nThis reverts commit 788e34f9331b9c27655496497cbf9c89d18b3678.",
"is_bot": false,
"headline": "Revert \"chore: bump ristretto_jimage\"",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T12:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788e34f9331b9c27655496497cbf9c89d18b3678",
"body": null,
"is_bot": false,
"headline": "chore: bump ristretto_jimage",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T12:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a5af5283337e733ae12866b3e718c7c1524da0",
"body": null,
"is_bot": false,
"headline": "docs: update README.md for downloads",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T05:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36573ec279bbc115f1290e68a6c5c9da869f46c5",
"body": null,
"is_bot": false,
"headline": "chore: release 1.0.7",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T05:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b933c11bd5254c2e4678430179295ccc72324d",
"body": "clean up release workflow to have actual targets in matrix. Take the\nalready-built rust binaries from target/release folders and zip/tgz\nthem up into assets/ for the release.\n\nattest all the binaries and attach them to the release.",
"is_bot": false,
"headline": "ci: add release artifacts",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T05:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf240321f13ed475d65c2f1d78a504dd89f95057",
"body": null,
"is_bot": false,
"headline": "ci: pin maturin version used in release workflow",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T03:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545c82a5ee17c21bb05ca3eb955aa489df43fb3c",
"body": "…86955b8ab\n\nci(actions): bump the actions group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #12 from rmuir/dependabot/github_actions/actions-b…",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffb84efc8c8869d85198d4507197b15a848c846",
"body": null,
"is_bot": false,
"headline": "ci: assert pypi compatibility",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1af79bc62f43f82843ff6bc4624dc386d1b9520",
"body": null,
"is_bot": false,
"headline": "ci: harden release workflow to strictly use lockfile",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea14537177067cf3ad49b57e093e1ad9ac6686af",
"body": "Add --skip-duplicate so that if the thing fails again, I can retry the\njob and republish remaining binaries that didn't make it in... it will\nact idempotently... I hope",
"is_bot": false,
"headline": "ci: harden vsix / vscode publish",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6292f127cf9ee64d004ec53889cefe62f7642b01",
"body": "Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [actions/attest](https://github.com/actions/attest).\n\n\nUp\n[…]\n/attest\n dependency-version: 4.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(actions): bump the actions group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T01:24:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a72949ba1e93a3c2961dfdc587e6ff86fbad7b7",
"body": "This isn't a library, so nobody wants to see the guts",
"is_bot": false,
"headline": "ci: skip changelog for cargo updates too",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6910beecc0247030da566d4bf18ed39fb2c5ba9",
"body": "more ideas poached from uv's maturin build. I already hit one of these\nnetwork issues before and don't wish to see it again.",
"is_bot": false,
"headline": "ci: release workflow hardening",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47032fe18beb95271853233a271044b383f9c069",
"body": "fix: local scope analysis for constructor_body node",
"is_bot": false,
"headline": "Merge pull request #11 from rmuir/constructor-body",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6756460f43ab626fecdaba4500a5be1674955022",
"body": "constructor_body node has its own '{' and '}' and contains a list of\nstatements, same as 'block', except it also allows explicit constructor\ninvocation via 'this' and 'super'.\n\nfor the purposes of scoping variables, it must be treated the same as\n'block'.",
"is_bot": false,
"headline": "fix: local scope analysis for constructor_body node",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T01:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18896262c6e2d368ac0db7c1adb5143c378a0201",
"body": "Similar to jar files, must be explicitly provided (not crawled). I'm not\nsure the mmap'ing is needed for this use-case, but it gets going fast.\n\nPopulating this will be done separate. But now can parse class names\nfrom jimage, jars, and java files, e.g. eclipse .classpath file can be\nprocessed.",
"is_bot": false,
"headline": "chore: index openjdk jimage",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-24T00:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40415869047c0a73676ed99b329bf9259b552fcb",
"body": null,
"is_bot": false,
"headline": "chore(deps): update rumdl, zizmor",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T16:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b3a89478dafb5412af5e095158b646caaa4230",
"body": "Tried hard to avoid all these conditionals but windows wants to be\nwindows.",
"is_bot": false,
"headline": "ci: add windows testing",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T13:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcd9b18a8410a3ec12f6953ba18584f58ee3d0b4",
"body": null,
"is_bot": false,
"headline": "ci: macos testing",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T12:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e37173e2afb559f865a2526ad8dbd3f54a1732",
"body": null,
"is_bot": false,
"headline": "ci: increase cargo network retries",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T04:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2788c8b43c2a9acecee74b3d19fc272829bae151",
"body": "ci: improve cache effectiveness",
"is_bot": false,
"headline": "Merge pull request #10 from rmuir/tweak-compilation",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T04:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfa68fd16a3501b98c0d9cb32cf4d6f7cb5de52",
"body": "pass --locked where we can and disable incremental compilation",
"is_bot": false,
"headline": "ci: improve cache effectiveness",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T04:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2043c82eee8375306b6d99b82d9a88a4c4ea7b",
"body": "ci: tune codeql",
"is_bot": false,
"headline": "Merge pull request #9 from rmuir/tune-codeql",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T03:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87225525c2f499f53af9db81f8e25029a99efc17",
"body": "Exclude \"unused variable\" which seems to struggle in some cases around\nmacros. My use-case for CodeQL is not this, clippy takes care of it\nwithout false positives.",
"is_bot": false,
"headline": "ci: tune codeql",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T03:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "827175f6cff12c45012cc11e7ada43a0b962d70d",
"body": "ci: include arm testing",
"is_bot": false,
"headline": "Merge pull request #8 from rmuir/arm-testing",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T02:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f648f3ed741722d1ad5df7082fbab46fbd62bc35",
"body": null,
"is_bot": false,
"headline": "ci: include arm testing",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T02:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326abab7156d00fe236bd8d1d700a32180d6264b",
"body": "Needed for unzip crate.",
"is_bot": false,
"headline": "chore: add zlib license to cargo deny config",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T01:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db08d17897dd2473dfe86ec7734ff08f45904f8",
"body": "Jar files can be provided to the indexer explicitly, they are not\ncrawled on the filesystem. Since they are zip files, iterate the\nfilenames and convert classfile entries to qualified names. Top-level\nclasses only for now consistent with source files.\n\nFilter these out from workspace symbols, at lea\n[…]\nem anyway. And nothing is yet e.g.\nparsing .classpath files to pass all these jars to the indexer.\n\nAdd \"analyze\" CLI command which makes debugging easier until I stop\nbeing lazy and add proper tests.",
"is_bot": false,
"headline": "chore: index classnames in jar files",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-23T01:19:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2aa33f4ebd53e24eacf34bb058e56a8e963fef9e",
"body": "together, so the syn gets bumped to version 3",
"is_bot": false,
"headline": "chore(deps): update serde and clap",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-21T22:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec102ab047ae812ca7481772d3830982bb120e3b",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-20T23:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45da4cfb32d7012e3a5a5cef67ca06032276eb46",
"body": null,
"is_bot": false,
"headline": "chore: Release 1.0.6",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-20T13:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8fea29e75de49153a3c6eb13ce42fb12ada4440",
"body": "feat: workspace symbols search",
"is_bot": false,
"headline": "Merge pull request #7 from rmuir/workspace_symbols",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-20T12:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b04b0aeb78121a3cbeceb36147a26d02dab73f0",
"body": "Very rough first cut. Spent way too much time on this with the usual\nrust annoyances.\n\nUnfortunately it has a FIXME left because we index on the main thread\nfor the first didOpen in a workspace. Needs to be addressed as this will\nonly add milliseconds to nvim etc.\n\nI'm convinced this LSP method can never be efficient, they should at\nleast allow you to specify which workspace you want to search...",
"is_bot": false,
"headline": "feat: workspace symbols search",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-20T12:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ac502a035324edf7337793788a735e841e91da",
"body": null,
"is_bot": false,
"headline": "chore: update tree-sitter-java-orchard to v0.5.10",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-19T16:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc1ec56222eefb9daf5243015c1bc556f56f79b",
"body": "isn't triggered nor used yet...",
"is_bot": false,
"headline": "chore: start integrating workspace index into lsp",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-19T16:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0fb1c6f254c59673f11a69e84eace161f3f7706",
"body": null,
"is_bot": false,
"headline": "chore(deps): update anyhow to 1.0.104",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-19T14:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26739e3b8db6c6f69bb201e816447615fbe83e7",
"body": "Creates a mapping from fully-qualified-top-level name to filename. Does\nnot use treesitter which would be too slow, instead just a simple regex\nto parse the \"package\" statement. The top level \"class\" (class, enum,\nwhatever) is inferred from the filename consistent with the google\nstyle.\n\nIts limited\n[…]\nly-termination on huge files is important, it\ncan still be done while extracting the imports, but not 100%. The\nuse-case there would be as ranking signal for the workspace search (e.g.\npagerank-style)",
"is_bot": false,
"headline": "chore: add minimal workspace indexer",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-19T14:26:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed9fe1e8ee12488f5ca2142c4836b171f8f64db7",
"body": null,
"is_bot": false,
"headline": "chore(deps): update tree-sitter-java-orchard to v0.5.9",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-18T13:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d64b0cdddb9e029cee8da4223cf517901ad60b",
"body": "in the initialize, ask to receive workspace folder changes. Track a map\nof workspace folders keyed by name to make it easy.\n\nit is owned by the main thread, same as document changes. The next step\nis an index per workspace, which will open the door to many features.",
"is_bot": false,
"headline": "chore: workspace folder management",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-18T02:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac59b0ec8535ec5b98cceeddb6968b0487ea148",
"body": null,
"is_bot": false,
"headline": "chore: deps",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T22:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c3134b18d7247cb06667c075d779a195a737e3",
"body": "fix: incorrect highlighting for variable declared in switch label",
"is_bot": false,
"headline": "Merge pull request #6 from rmuir/fix-scope-in-switch-block",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T20:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a944b0a472f5afac770795e26560bdb63264f9a",
"body": "The declaration \"falls through\" to all remaining blocks and prevents any\nshadowing from subsequent labels. Even if there are \"break\" statements\nin between.",
"is_bot": false,
"headline": "fix: incorrect highlighting for variable declared in switch label",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T20:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8414fd39a5d0ba01ef007f90dbe1d14446e6e95d",
"body": null,
"is_bot": false,
"headline": "docs: document vscode",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T19:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4827e72446fb4be36b0c979ec18e50b55fca5f7",
"body": null,
"is_bot": false,
"headline": "chore: Release 1.0.5",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T18:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b80a3054d9ca4fc47b5d8649650f204b4637217",
"body": "What a shit show",
"is_bot": false,
"headline": "build: try to publish to vscode despite azure devops",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T18:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edeed7a08797d1abd184bc73c1f204262d7be96",
"body": null,
"is_bot": false,
"headline": "docs: document vsix",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T18:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a3453056c47bd07deb36b5254948d8edfd1ffe",
"body": null,
"is_bot": false,
"headline": "chore: Release 1.0.4",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T17:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "befb1f111036cffcc435b55176a5bb177f667954",
"body": "VSCode marketplace has azure-devops issues, I need a support ticket and\neven then i'm wary.",
"is_bot": false,
"headline": "build: create vsix packages and publish to Open VSX",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T17:54:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3956f5cd10765e6c530073272685671f53a846da",
"body": null,
"is_bot": false,
"headline": "build: tweak vscode extension",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T14:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6a370d6389f041af19a49d80d3215e4529e025",
"body": "…3a02b81a\n\nci(actions): bump the actions group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #5 from rmuir/dependabot/github_actions/actions-6d…",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1b179a1eab312b4e38fd75c9bf9d985f0b0076",
"body": "Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/uplo\n[…]\nrtifact\n dependency-version: 7.0.1\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(actions): bump the actions group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T13:32:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7875aaf3d01057e4cc26f44e521b3a255bd31e7",
"body": null,
"is_bot": false,
"headline": "ci: don't do major updates of types/node",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c62f3106b85fea036a06c195f4cc22abebe76c4",
"body": "feat: vscode extension",
"is_bot": false,
"headline": "Merge pull request #2 from rmuir/vscode-extension",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211f24de854c7f64f7aeadc3fd359072ff2f600e",
"body": null,
"is_bot": false,
"headline": "build: add npm version update and try to prevent it from being crazy",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef8f77c4e24eb0cc3340dbc84e2ede66d2d48e5",
"body": null,
"is_bot": false,
"headline": "ci: enable codeql language",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7621600158d3f075d3f07e45a31c67933a13f8c4",
"body": null,
"is_bot": false,
"headline": "build: add prek hook and CI cache",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T13:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d057e66f542f0b9b4b861c1550d99f3ce380f83",
"body": "Try to add extension that I can live with, and doesn't hit me with\nhundreds of node dependencies with constant security issues.",
"is_bot": false,
"headline": "feat: vscode extension",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-17T12:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fad410f544d289366fa29c24338c8b060234db",
"body": null,
"is_bot": false,
"headline": "chore: release 1.0.3",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T15:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97413c41f683d17a3513d60cfb241cd98bf986ec",
"body": null,
"is_bot": false,
"headline": "docs: add pre-commit instructions",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T15:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76926e5b44b0f80269cc300a81433c63fe34b2e1",
"body": "instead of workers doing their own writes and locking stdout, workers do\nall the formatting and send formatted strings to a channel.\n\nmove render() to be method of worker and give it a channel for the\npurpose. channel is buffered and there's a thread that consumes it and\ndoes all the writes.\n\nthis might help speed for people with more than 2 cores.",
"is_bot": false,
"headline": "perf: minimize locking of stdout writes",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T14:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12a4ac416033878dec309a80b5bd9e80303fdc3",
"body": null,
"is_bot": false,
"headline": "build: version bumping to make my life easier",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T13:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da167f10d69f86aadee9b06f5b3ece51b7fd489b",
"body": "This otherwise can cause slow performance and unexpected problems with\ntools like prek and precommit that pass tons of files. Generated files\nwere being inadvertently checked.",
"is_bot": false,
"headline": "perf: look for generated files in the passed filenames as well",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T12:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280470bc244fc2a1a36c3673804ad78720b6f236",
"body": null,
"is_bot": false,
"headline": "docs: make link work from anywhere",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T05:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce345ca4221fb5caa3b827ac77e6aa5ba61fccf3",
"body": "This stuff isn't displayed, so don't even bother.",
"is_bot": false,
"headline": "perf: disable extras for concise output format",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T05:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749983a45e2fdae55b81fab2df0ac22a0e53b6ae",
"body": null,
"is_bot": false,
"headline": "docs: add some for the CLI linter",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T05:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a085df7738bcfbd6050faba3c119a1129fc0030",
"body": "This reverts commit b8c69fc082fbe758e8d1f9aaf79913638a9e5ec2.\n\nDoes not help it. It still errors on many of the files.",
"is_bot": false,
"headline": "Revert \"ci: try to turn up codeql\"",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T03:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c69fc082fbe758e8d1f9aaf79913638a9e5ec2",
"body": null,
"is_bot": false,
"headline": "ci: try to turn up codeql",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T03:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4315a9060584bfd4e405dd45be326bc987b57f",
"body": "The rest of the CI is fast, don't need to scan dependabot PRs, just\nother PRs. Don't need to scan again on push, its ok to update the DB\nonce a week. Can be run on demand if needed.",
"is_bot": false,
"headline": "ci: run the codeql less often but more intensely",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T03:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3cd18ce1973026d38c7bb10672693677fe51d1a",
"body": null,
"is_bot": false,
"headline": "docs: fix syntax highlighting",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T03:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b5b4f2a2f8824d25351cd155ed108cc099ec3c",
"body": null,
"is_bot": false,
"headline": "docs: simplify",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T02:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "279f37b2562b64da62ca04003aaeb3d63b3b5d2a",
"body": null,
"is_bot": false,
"headline": "docs: binary installation",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T02:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba57569c6387736f3e6b45eb80acfee46e3ca669",
"body": null,
"is_bot": false,
"headline": "chore: release version 1.0.2",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T02:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d1695c7042d8b08992c876d37e54da58f17fc0",
"body": "Wasn't sure how long this would take. entire job took 3 minutes.",
"is_bot": false,
"headline": "ci: reduce timeouts on wheel-building jobs",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T02:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb59765ddc9226b4f605a2a4cc8b6e3333124aa",
"body": "This makes life difficult when building various binaries. Although it is\na ~10% speedup vs GCC, take the hit",
"is_bot": false,
"headline": "build: remove the clang requirement",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T01:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ae9d158209cc35cb88754bb0952af11022d3f7",
"body": "not sure all these platforms are truly needed but it will be interesting\nto see which parts work in a dry run.\n\nused maturin generate-ci, but then pinned stuff with pinact, prefixed\nthe job names with pypi, and integrated into the job, so all wheels must\nbuild before anything releases. removed credential persistence.",
"is_bot": false,
"headline": "ci: add pypi publish via maturin, massaging their generated template",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T01:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb70a0463b5158c398ad71e4f78231ef926ca89",
"body": null,
"is_bot": false,
"headline": "chore: release 1.0.1",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T00:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae436f0d73c350dfcd090009916ae5cd8774f571",
"body": null,
"is_bot": false,
"headline": "ci: don't publish anything for dry-runs, skip entire job",
"author_name": "Robert Muir",
"author_login": "rmuir",
"committed_at": "2026-07-16T00:50:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 804,
"latest_release_at": "2026-07-28T14:27:43Z",
"latest_release_tag": "v1.0.8",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 24,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pegon",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"java",
"language-server",
"linter",
"static-analysis",
"development-tools",
"text-editors",
"command-line-utilities"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/pegon",
"is_deprecated": false,
"latest_version": "1.0.8",
"repository_url": "https://github.com/rmuir/pegon",
"versions_count": 9,
"total_downloads": 106,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 35,
"first_published_at": "2026-07-16T00:24:54.289810Z",
"latest_published_at": "2026-07-28T14:28:36.910652Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "pegon",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"java",
"lint",
"tree-sitter",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Java",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Rust",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Text Processing :: General",
"Topic :: Utilities"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pegon/",
"is_deprecated": false,
"latest_version": "1.0.8",
"repository_url": "https://github.com/rmuir/pegon",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3701,
"first_published_at": "2026-07-16T02:06:46.110242Z",
"latest_published_at": "2026-07-28T14:28:28.719585Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 40144,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"package.json",
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 182,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"npm",
"pypi"
],
"dependencies": [
{
"name": "aho-corasick",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.1.4"
},
{
"name": "annotate-snippets",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.12.16"
},
{
"name": "anstream",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.0.0"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.0.104"
},
{
"name": "blake3",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.8.5"
},
{
"name": "bstr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.13.0"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=4.6.4"
},
{
"name": "crossbeam-channel",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.5.16"
},
{
"name": "gen-lsp-types",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.11.0"
},
{
"name": "ignore",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.4.31"
},
{
"name": "indoc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=2.0.7"
},
{
"name": "line-index",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.1.2"
},
{
"name": "lsp-server",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.10.0"
},
{
"name": "percent-encoding",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=2.3.2"
},
{
"name": "regex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.13.1"
},
{
"name": "regex-automata",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.4.16"
},
{
"name": "ristretto_jimage",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.32.1"
},
{
"name": "rustc-hash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=2.1.3"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.0.229"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.0.151"
},
{
"name": "tree-sitter",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.26.11"
},
{
"name": "tree-sitter-java-orchard",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.5.10"
},
{
"name": "zip",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "8.6.0"
},
{
"name": "vscode-languageclient",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "10.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aho-corasick",
"direct": true,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "annotate-snippets",
"direct": true,
"version": "0.12.16",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": true,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.104",
"ecosystem": "crates"
},
{
"name": "blake3",
"direct": true,
"version": "1.8.5",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": true,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "crossbeam-channel",
"direct": true,
"version": "0.5.16",
"ecosystem": "crates"
},
{
"name": "gen-lsp-types",
"direct": true,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "ignore",
"direct": true,
"version": "0.4.31",
"ecosystem": "crates"
},
{
"name": "indoc",
"direct": true,
"version": "2.0.7",
"ecosystem": "crates"
},
{
"name": "line-index",
"direct": true,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "lsp-server",
"direct": true,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": true,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": true,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": true,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "ristretto_jimage",
"direct": true,
"version": "0.32.1",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": true,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.151",
"ecosystem": "crates"
},
{
"name": "tree-sitter",
"direct": true,
"version": "0.26.11",
"ecosystem": "crates"
},
{
"name": "tree-sitter-java-orchard",
"direct": true,
"version": "0.5.10",
"ecosystem": "crates"
},
{
"name": "zip",
"direct": true,
"version": "8.6.0",
"ecosystem": "crates"
},
{
"name": "vscode-languageclient",
"direct": true,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "arrayref",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.7.8",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "constant_time_eq",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.20",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "globset",
"direct": false,
"version": "0.4.19",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.1",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.189",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.3",
"ecosystem": "crates"
},
{
"name": "memmap2",
"direct": false,
"version": "0.9.11",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "nohash-hasher",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.107",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.10",
"ecosystem": "crates"
},
{
"name": "streaming-iterator",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "text-size",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "tree-sitter-language",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "typed-path",
"direct": false,
"version": "0.12.3",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"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": "zlib-rs",
"direct": false,
"version": "0.6.6",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "zopfli",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "@oxlint-tsgolint/darwin-arm64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/darwin-x64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-arm64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-x64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-arm64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-x64",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm-eabi",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm64",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-arm64",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-x64",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-freebsd-x64",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-musleabihf",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-gnu",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-musl",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-gnu",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-musl",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-s390x-gnu",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-gnu",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-musl",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-openharmony-arm64",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-arm64-msvc",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-ia32-msvc",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-x64-msvc",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.13.3",
"ecosystem": "npm"
},
{
"name": "@types/vscode",
"direct": false,
"version": "1.125.0",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "1.75.0",
"ecosystem": "npm"
},
{
"name": "oxlint-tsgolint",
"direct": false,
"version": "7.0.2001",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-protocol",
"direct": false,
"version": "3.18.2",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-textdocument",
"direct": false,
"version": "1.0.13",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.18.0",
"ecosystem": "npm"
},
{
"name": "actionlint-py",
"direct": false,
"version": "1.7.12.24",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "26.1.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.7.22",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.9",
"ecosystem": "pypi"
},
{
"name": "check-jsonschema",
"direct": false,
"version": "0.37.4",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.4.2",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "committed",
"direct": false,
"version": "1.1.11",
"ecosystem": "pypi"
},
{
"name": "fastjsonschema",
"direct": false,
"version": "2.22.1",
"ecosystem": "pypi"
},
{
"name": "google-yamlfmt",
"direct": false,
"version": "0.21.0",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.26.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema-specifications",
"direct": false,
"version": "2025.9.1",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "pegon",
"direct": false,
"version": "1.0.7",
"ecosystem": "pypi"
},
{
"name": "prek",
"direct": false,
"version": "0.4.11",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "referencing",
"direct": false,
"version": "0.37.0",
"ecosystem": "pypi"
},
{
"name": "regress",
"direct": false,
"version": "2025.10.1",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.34.2",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "0.30.0",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "2026.6.3",
"ecosystem": "pypi"
},
{
"name": "ruamel-yaml",
"direct": false,
"version": "0.19.1",
"ecosystem": "pypi"
},
{
"name": "rumdl",
"direct": false,
"version": "0.2.44",
"ecosystem": "pypi"
},
{
"name": "shellcheck-py",
"direct": false,
"version": "0.11.0.1",
"ecosystem": "pypi"
},
{
"name": "tombi",
"direct": false,
"version": "1.2.4",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "trove-classifiers",
"direct": false,
"version": "2026.6.1.19",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.16.0",
"ecosystem": "pypi"
},
{
"name": "typos",
"direct": false,
"version": "1.48.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "validate-pyproject",
"direct": false,
"version": "0.25",
"ecosystem": "pypi"
},
{
"name": "yamllint",
"direct": false,
"version": "1.38.0",
"ecosystem": "pypi"
},
{
"name": "zizmor",
"direct": false,
"version": "1.28.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 182,
"direct_count": 24,
"indirect_count": 158
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 13,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "rmuir",
"commits": 806,
"avatar_url": "https://avatars.githubusercontent.com/u/504194?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"actions.yml",
"ci.yml",
"codeql.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"package-lock.json",
"uv.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": "4 out of 4 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 0/26 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 4 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ef9b5241b88ff454a572ae1cb9ff09f5a046cad1",
"ran_at": "2026-07-28T15:29:11Z",
"aggregate_score": 6.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T14:25:06Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-28T13:05:09Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rmuir/pegon",
"host": "github.com",
"name": "pegon",
"owner": "rmuir"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 69,
"vitality": 79,
"community": 34,
"governance": 58,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 804,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 24
},
"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": "24/52 weeks with commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 24
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "804 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 804
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.0.8",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"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 ~1.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "moderate",
"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": 60,
"inputs": {
"packages": [
"pegon",
"pegon"
],
"dependents": null,
"ecosystems": "crates, pypi",
"total_downloads": 106,
"monthly_downloads": 3736
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,736 downloads/month across crates, pypi",
"points": 47.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3736,
"ecosystems": "crates, pypi"
}
}
],
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/15 decided PRs merged",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 15
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"followers": 188,
"owner_type": "User",
"is_verified": null,
"owner_login": "rmuir",
"public_repos": 70,
"account_age_days": 5718
},
"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": "188 followers of rmuir",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 188,
"login": "rmuir"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pegon",
"pegon"
],
"ecosystems": "crates, pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates, pypi"
}
}
],
"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": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"java",
"linter",
"lsp",
"neovim"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 69,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 6.1
},
"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": "4 out of 4 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 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 182 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": 182
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 182,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "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": 182,
"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": 2
},
"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": "moderate",
"name": "AI Readiness",
"value": 69,
"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": 1,
"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": "98 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json",
"uv.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 40144,
"source_files_sampled": 34,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package 'pegon-vscode' from its registry",
"deps.dev does not index crates:pegon@1.0.8; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:29:21.515489Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rmuir/pegon.svg",
"full_name": "rmuir/pegon",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}