Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 342,
"has_wiki": true,
"homepage": null,
"languages": {
"Roff": 8089,
"Shell": 66901,
"Makefile": 655
},
"pushed_at": "2026-07-13T13:39:30Z",
"created_at": "2014-07-30T13:54:51Z",
"owner_type": "User",
"updated_at": "2026-07-17T22:45:36Z",
"description": "a few helpers for working with XBPS",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Shell",
"significant_languages": [
"Shell",
"Roff"
]
},
"owner": {
"blog": "http://leahneukirchen.org/",
"name": "Leah Neukirchen",
"type": "User",
"login": "leahneukirchen",
"company": null,
"location": "Munich, Germany",
"followers": 1508,
"avatar_url": "https://avatars.githubusercontent.com/u/139?v=4",
"created_at": "2008-02-03T23:13:58Z",
"is_verified": null,
"public_repos": 212,
"account_age_days": 6743
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.41.1",
"kind": "patch",
"published_at": "2016-06-02T14:09:59Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2014-11-07T16:47:35Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2014-10-11T19:50:21Z"
}
],
"recent_commits": [
{
"oid": "41b258f3962f0f11383d29cdd14131dfc4d1becc",
"body": "Closes: #356 [via git-merge-pr]",
"is_bot": false,
"headline": "xuname: show non-default repo names if -v",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2026-07-13T13:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89293a388f02449472e7fff5a3b214c72b592610",
"body": "Closes: #355 [via git-merge-pr]",
"is_bot": false,
"headline": "xgensum: gensum unstaged templates if : specified",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2026-07-05T12:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b0ccb8868602b2360fb30f9ce627abd9a5df89",
"body": "This is both unergonomic and makes refactors harder (what if I need to\nadd something to `pre_install` that *isn't* `if ...`?):\n\n```bash\nif ...; then\n pre_install() {\n ...\n }\nfi\n```\n\nand subpackages should be made conditional via `subpackages=\"...\"`, not\na conditional around the function.",
"is_bot": false,
"headline": "xlint: detect functions that should be top-level within condtionals",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2026-05-13T10:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55cdf10841c128c2ad36a345a37f186b93824d4a",
"body": null,
"is_bot": false,
"headline": "xlint: do not allow $pkgname and $homepage in changelog",
"author_name": "Alex March",
"author_login": "hosaka",
"committed_at": "2026-04-01T10:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca91c7d97242aa7a2686df6699577378ee67dd6",
"body": null,
"is_bot": false,
"headline": "switch to README.md",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2026-01-19T13:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604d705e8ff182d3f9e8b48d3c4b151ca797d2ba",
"body": null,
"is_bot": false,
"headline": "xlint: add qmake_default_version variable",
"author_name": "Roger Freitas Pereira",
"author_login": "Rutpiv",
"committed_at": "2026-01-04T05:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d4253d36640990da1955f63618dd9866511e05",
"body": "fixes: #348",
"is_bot": false,
"headline": "xdeptree: use new xbps-uhelper getname",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2025-12-27T18:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acfe86016e8e0e033c3a73aa6a7c33fc556df88d",
"body": "closes: #299\n\nsee also: https://github.com/void-linux/void-packages/discussions/57787",
"is_bot": false,
"headline": "xchangelog: try xbps-query if void-packages isn't found",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2025-11-08T14:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a1c213ee9601b8e93d24d0a089c4678b0dc325",
"body": "xchroot was previously unusable if host doesn't have internet\nconnection, because xchroot insists on bind mounting resolv.conf to\nchroot target even if host doesn't have it. This results in:\n\nmount: /mnt/etc/resolv.conf: special device /etc/resolv.conf does not exist.\n dmesg(1) may have more information after failed mount system call.\n\nThis commit makes xchroot bind mount resolv.conf only if it's available.",
"is_bot": false,
"headline": "xchroot: check that host has resolv.conf",
"author_name": "meator",
"author_login": "meator",
"committed_at": "2025-10-26T17:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e744b93ca76e347747324876432ee2420ec19fa",
"body": null,
"is_bot": false,
"headline": "xuname: support all Tier 1 mirrors",
"author_name": "Bartek Stalewski",
"author_login": "ftpd",
"committed_at": "2025-07-07T22:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65858303b6cb37f0c84dabe704248d5482957606",
"body": "In [this commit](https://github.com/leahneukirchen/xtools/commit/180cdd878573c0988f6d7ceadec4c6904f7de254),\n`alpha.de.voidlinux.org` was replaced with `repo-default.voidlinux.org`.\nIt wasn't replaced in the last awk condition, causing showing `F` for\nany line which is not `alpha.de` - so in effect for any other listed\nrepository. This PR fixes that.\n\nSee:\n- https://paste.sr.ht/~ftpd/0579279ee85d7e7548636c796b00138d3a78dec9\n- https://paste.sr.ht/~ftpd/c536ef297fc05635a2074520ccd4dac1224c118f",
"is_bot": false,
"headline": "xuname: fix bug in repository list",
"author_name": "Bartek Stalewski",
"author_login": "ftpd",
"committed_at": "2025-07-07T22:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f13ded70f980c9a4d8ecbb828c3448bc0e12baf",
"body": null,
"is_bot": false,
"headline": "xlint: add cabal_index_state variable",
"author_name": "ii8",
"author_login": "ii8",
"committed_at": "2025-07-07T17:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28e0765380104f51c77662cb2f0655c3a6e1b162",
"body": null,
"is_bot": false,
"headline": "xdbg: fix for XBPS 0.60",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2025-06-29T20:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1497cf83b6423aaa2488ce01ab7d522dd506a61c",
"body": null,
"is_bot": false,
"headline": "xlint: add scons_use_destdir variable",
"author_name": "skmpz",
"author_login": "skmpz",
"committed_at": "2025-06-29T16:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8798cf28b1a73beadfd385002bc7f75b7a2615a8",
"body": null,
"is_bot": false,
"headline": "xmandoc: imply -R",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2025-06-19T13:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d2b4743cd3f11c7b97a931f6a1ea66e3529cee",
"body": null,
"is_bot": false,
"headline": "xpkg: better fix",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2025-06-15T14:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5873328d9e33b2b9d5e09d69e7e9ea309b68bfd5",
"body": "Closes #341.",
"is_bot": false,
"headline": "xpkg: fix for XBPS 0.60",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2025-06-15T14:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7ec0ff57f75055eeb93ce86e11bff0114d5ebf",
"body": null,
"is_bot": false,
"headline": "xlint: add metapackage variable",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2025-06-14T21:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00c7560f295d24fa75447cc682803ad6c63b2f08",
"body": null,
"is_bot": false,
"headline": "xdeptree: add completions (zsh and fish)",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2025-01-03T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881a87c1161c91b13037f56ec5d78b831d0295be",
"body": null,
"is_bot": false,
"headline": "xbulk: pass -A to xbps-src",
"author_name": "Đoàn Trần Công Danh",
"author_login": "sgn",
"committed_at": "2024-12-24T14:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d1ea3784531cd7070dfe31c1a8d1567e0ba0da",
"body": null,
"is_bot": false,
"headline": "xgenfstab: ignore a fuse-overlayfs and zram swap",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-24T00:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d2166cfa6afd30a22c814a308b507f9e78d7ede",
"body": "generates an fstab(5), should be handy for doing chroot installs and the like",
"is_bot": false,
"headline": "xgenfstab: new tool",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-23T22:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3cf9d786e288625f2c8308a551df653b62967d",
"body": "build-date is no longer set for reproducibility, so this is kinda useless",
"is_bot": false,
"headline": "xrecent: remove tool",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-23T22:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39046f5a7eae0f9e27de388f54ba0c58e352ee3",
"body": null,
"is_bot": false,
"headline": "xbuildbarf: drop, unsupported by new buildbot",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2024-12-16T15:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59507d3cc894db450f6585c6fcbdefb709186a30",
"body": "uses `tree(1)` to generate a true tree of a package's dependencies (unlike\n`xbps-query --fulldeptree -x`, which just generates a list from the tree)",
"is_bot": false,
"headline": "new tool: xdeptree",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-16T15:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a7e6ea374fe707086cd412c1f14a3edc58d14a3",
"body": "for void-linux/void-packages#53326",
"is_bot": false,
"headline": "xlint: add new valid variables",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-12T23:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1837addf34d516b08a94308a4438ba4179fb9fd",
"body": null,
"is_bot": false,
"headline": "xgensum: support explicitly specifying architecture",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-12-05T14:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e726f7533805638bcee8b0cef35e547dc1ba1b08",
"body": "Broken with new Buildbot, replacement is nontrivial.",
"is_bot": false,
"headline": "remove xbuildbarf",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2024-12-05T14:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c5031b2bc7425268769308c2d6899e5e97e9013",
"body": "Closes #330.",
"is_bot": false,
"headline": "xchroot: don't lose empty arguments",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2024-12-02T22:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08b216a0a7d59558b599235c1b98e543be977070",
"body": "Closes: #320 [via git-merge-pr]",
"is_bot": false,
"headline": "xvoidstrap: add ntpd etc to the install checklist.",
"author_name": "Christopher Brannon",
"author_login": "CMB",
"committed_at": "2024-09-12T12:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bbe95d257cb1f7e7edf6dcba30db1b7c14ea158",
"body": null,
"is_bot": false,
"headline": "xbump: support multiple templates",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-05-27T13:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba08489e60f65c3c38fef11ed2f0b22b39586e7b",
"body": "This changes makes xlint gracefully accept full SPDX licence expressions, while\nstill evaluating only the individual licences in xlint.\n\nSee void-linux/void-packages#48303",
"is_bot": false,
"headline": "xlint: accept full SPDX licence expressions",
"author_name": "0x5c",
"author_login": "0x5c",
"committed_at": "2024-05-12T15:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d95c314f4a12d163e3e8e0cdcaba2f621b6c90b",
"body": "only applies on ttys, and i think should respect user preferences",
"is_bot": false,
"headline": "xlg: add automatic colours",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-04-27T15:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7adbc887d6697c9795d16d73650bee32ce827745",
"body": "\\Q...\\E already handles special characters\n\npartially reverts 2e0da76fef5f6659e0e98d7166e4497d23565831\n\nCloses: #324 [via git-merge-pr]",
"is_bot": false,
"headline": "xlint: actually check ${version} in distfiles",
"author_name": "Piotr Wójcik",
"author_login": "Chocimier",
"committed_at": "2024-03-04T13:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7c68cef40403cf654ecf4a8c55a348be28fd90",
"body": "Closes: #321 [via git-merge-pr]",
"is_bot": false,
"headline": "xls: show tree(1)-style output if called as xtree",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-02-07T22:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45cf3ff916a551f42c6bcb2e2101042b58cd0ef8",
"body": "these are the only messages that don't have a line number associated\nwith them, adding complexity when parsing the output of xlint.\n\n- `'$var' missing!` only really makes sense with line number 1, as there\n is not really any other place to put it\n- `'$var' defined more than once` I decided to put on the *last*\n instance of the variable, and add a hint to where the previous\n definition(s) are",
"is_bot": false,
"headline": "xlint: improve missing/multiply defined messages",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2024-01-25T12:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d1bc949192f819ffaab475c488068628dceade",
"body": "Fixes #318.",
"is_bot": false,
"headline": "xbump: use fgrep on spkpattern",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-12-02T18:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "623df4fe22669cb2bf83e8688fad9813fab9c442",
"body": "also ensure less is available for rst",
"is_bot": false,
"headline": "xchangelog: refactor to support multiple mimetype detection",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-11-06T20:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6abb5607b76bde02a84909965eca663614474a4",
"body": null,
"is_bot": false,
"headline": "fish/completions/xgensum: complete multiple packages",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-11-02T13:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5d45aa5136df86b40691b1a3537ec62f791296",
"body": "`_path_files` does not seem to generate any completion options",
"is_bot": false,
"headline": "_xtools: fix xgensum completion",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-11-02T13:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f10e139eb1c619ce781df0cc692353a21ec50d0d",
"body": "this should allow xgensum to checksum multiple templates at once,\nhopefully keeping everything isolated between template sources too\n\nexit code now counts the number of templates with errors",
"is_bot": false,
"headline": "xgensum: allow gensumming multiple templates",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-11-02T13:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87845f52f18e1dedc963f1c7a86b33f3248d21fe",
"body": null,
"is_bot": false,
"headline": "completions: add fish completions.",
"author_name": "triallax",
"author_login": "triallax",
"committed_at": "2023-10-21T23:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3742437505609e847ba7e59c60ea395e708e729",
"body": null,
"is_bot": false,
"headline": "xpkg: document -r option",
"author_name": "Mohammed Anas",
"author_login": "triallax",
"committed_at": "2023-10-16T19:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7906fe8ef70e5560b67c8ae8a6a282742910c9bf",
"body": null,
"is_bot": false,
"headline": "xnew: document -a option in script summary",
"author_name": "Mohammed Anas",
"author_login": "triallax",
"committed_at": "2023-10-16T19:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d415f12f5c11908552f6d9c2d8abe4afe3cbc080",
"body": null,
"is_bot": false,
"headline": "xcheckmypkgs: minor whitespace cleanup",
"author_name": "Mohammed Anas",
"author_login": "triallax",
"committed_at": "2023-10-16T19:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1c9a664457712353dd4911f74232bb24c35eb6",
"body": null,
"is_bot": false,
"headline": "xpkgdiff: add bootstrap repo",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-10-14T12:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a894327f9aa389e5222c45d7d0ee0b2644883797",
"body": null,
"is_bot": false,
"headline": "xlocate: error when no pattern is given",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-10-04T12:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe72c02a44d998a757fdface18dd83b959468ddb",
"body": null,
"is_bot": false,
"headline": "xlocate: error when no pattern is given",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-10-04T12:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f383da4a456ad64cf0a2f26f0f1a98933064cc8e",
"body": "5edebea (\"xlocate: don't mark anything starting with a hyphen as ...\")\nadded `--` so passing useful options like `--ignore-case` became\nimpossible.\n\n429db43 (\"xlocate: add ability to pass certain flags to git grep\") made\nan attempt to fix this by using a whitelist, but didn't fix the\nleading-dash usecase.\n\nIf searching for pattern starting with dash, use\n\n xlocate -e '-foo'\n\nThis reverts commit 5edebea0a738117dde41077cd23756e79f4417e7",
"is_bot": false,
"headline": "xlocate: pass -e flag to git grep",
"author_name": "Piraty",
"author_login": "Piraty",
"committed_at": "2023-10-04T12:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19afa591ea54ff21b4b44da032895080721b8a2f",
"body": "https://github.com/void-linux/void-packages/blob/master/Manual.md\nstates that the description can have a maximum of 72 chars.",
"is_bot": false,
"headline": "xlint: fix short_desc max chars lint warning on 72 chars",
"author_name": "triallax",
"author_login": "triallax",
"committed_at": "2023-08-06T21:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429db434a76e2931985d347ad60b7e37debbdaee",
"body": "implemented what I thought would be useful and made sense, namely:\n\n- `-E, --extended-regexp`\n- `-F, --fixed-strings`\n- `-G, --basic-regexp`\n- `-P, --perl-regexp`\n- `-i, --ignore-case`\n- `-w, --word-regexp`\n\nThis will also allow for someone with `grep.patternType` or\n`grep.extendedRegexp` set in git's config to change the pattern type.",
"is_bot": false,
"headline": "xlocate: add ability to pass certain flags to git grep",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-08-05T17:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca7afbfc5e003bc9812f32c3129a580706bb7a3",
"body": "employs a mechanism similar to xilog to get packages in installed order,\nthen gets the install message for each in that order.\n\ncan be filtered by a pattern in the same method as xilog.\n\nmaybe there's a bit more efficient way to do this than a subshell + loop\n+ file i/o, but I don't see it",
"is_bot": false,
"headline": "new tool: xnews",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-07-31T20:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6982e53238234099420b9767abcc9d73254573f8",
"body": "before:\nsrcpkgs/nawk/template:2: custom variables should use _ prefix: 2\nsrcpkgs/nawk/template:2: variable set to empty string: 2\nafter:\nsrcpkgs/nawk/template:2: custom variables should use _ prefix: xxx=\nsrcpkgs/nawk/template:2: variable set to empty string: xxx=\n\nCloses: #306 [via git-merge-pr]",
"is_bot": false,
"headline": "Fix scan message substitution with bash as sh",
"author_name": "Piotr Wójcik",
"author_login": "Chocimier",
"committed_at": "2023-07-09T20:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ebeae75528ea057be5232e5f1406cea65aea571",
"body": "Fixes #248.",
"is_bot": false,
"headline": "xetcchanges: skip symlinks",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-06-26T16:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95274e1b5d5826d0248b1053388592cec744864e",
"body": "Some of these are outright wrong (e.g. `echo foo 2>&1`), others are just\nmore verbose than they need to be.\n\nCloses: #304 [via git-merge-pr]",
"is_bot": false,
"headline": "Clean up shell redirects",
"author_name": "triallax",
"author_login": "triallax",
"committed_at": "2023-06-26T12:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41f36d4f5153956f97bce655e94c45168cbc941",
"body": "Fixes #252.",
"is_bot": false,
"headline": "xcheckrestart: only scan private maps",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-06-08T11:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b12cbffe3fdcdf7fe355f2bcb70ab5a0c50f38",
"body": "rs2ansi is from python3-rst2ansi",
"is_bot": false,
"headline": "xchangelog: view ReST with rst2ansi if available",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-05-03T12:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69187b4017ad720819247d7e067dce22f0cfd472",
"body": "this is painful:\n```\ndistfiles=\"https://crates.io/api/v1/crates/pkgname/${version}/download>pkgname-${version}.tar.gz\"\n```\n\nthis is better, and xbps-src already supports extracting them:\n```\ndistfiles=\"https://static.crates.io/crates/pkgname/pkgname-${version}.crate\"\n```\n\nthis replaces void-linux/void-packages#43417 as it adding new `_SITE` variables\nhas been discouraged",
"is_bot": false,
"headline": "xlint: lint crates.io distfile urls",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-04-28T02:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca62f8ed2480a1d678932c85701c0f62801ae58",
"body": "xmypkgs would get the wrong email for me if run from outside\nvoid-packages",
"is_bot": false,
"headline": "xmypkgs: use git -C $XDISTDIR",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-04-11T12:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdeef0fb043bb108f88b0b66a0ccb5810af1880c",
"body": null,
"is_bot": false,
"headline": "xchangelog: use -L for curl to follow redirects",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-03-28T17:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3230058215c3c9a6ff18ff3c3e6fce50e4f9a26",
"body": "was missing from the compdef header",
"is_bot": false,
"headline": "_xtools: fix xchangelog completions",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-03-28T17:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea511f22d2ed9dfbf4ace2aa344e7299ae8c3e7",
"body": "assuming mdcat is installed",
"is_bot": false,
"headline": "xchangelog: view with mdcat if no PAGER and file is markdown",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-03-28T17:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e27949702d25bbe0e9153cf3afea158104c0c383",
"body": "if user run `xdiff --help` , `--help` gets passed to find as an arg, it will cause infinite vimdiff instance coming out, has to kill xdiff's pid to stop it.",
"is_bot": false,
"headline": "xdiff : make sure $DIR is valid",
"author_name": "Justin",
"author_login": "cattyhouse",
"committed_at": "2023-03-26T17:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e8c3b085b64397f00a7c0baf2370f9b5a930b0",
"body": null,
"is_bot": false,
"headline": "xchangelog: silence grep output",
"author_name": "mhmdanas",
"author_login": "triallax",
"committed_at": "2023-03-23T16:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d957f7cf9359b426d5b0338bcdd1c778f6e06780",
"body": "I didn't make the other changes to the README myself, they were simply\ndone when I ran `make README`.",
"is_bot": false,
"headline": "Add xchangelog command",
"author_name": "mhmdanas",
"author_login": "triallax",
"committed_at": "2023-03-18T18:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97eb26d2dd30d36a811feefb3acaf49c4824c837",
"body": null,
"is_bot": false,
"headline": "Update xmksv: change vlogger arg -f to -p",
"author_name": "Justin",
"author_login": "cattyhouse",
"committed_at": "2023-03-14T15:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d6398889fce9a0e119e3d599dc93fec44b5fe07",
"body": null,
"is_bot": false,
"headline": "xlint: anchor revision must not be zero pattern",
"author_name": "Duncan Overbruck",
"author_login": "Duncaen",
"committed_at": "2023-02-15T19:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714a2f30c1479865bc1b157c4b2165ce091b0ed8",
"body": "Changes xchroot to exit with chroot(1)'s exit code on error.",
"is_bot": false,
"headline": "xchroot: propagate chroot(1)'s exit code",
"author_name": "Stefan Kreutz",
"author_login": "stefankreutz",
"committed_at": "2023-02-08T22:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd44e7cec69e7a2eef88c787211e4baa906954e8",
"body": null,
"is_bot": false,
"headline": "xmksv: add ability to create log services",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2023-02-07T12:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a9003b0dfa034abb52860bea3d568b0471d786",
"body": null,
"is_bot": false,
"headline": "xtools.1: fix lint",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-01-31T13:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a66b5e4e96c811b2c3e58cabcdc4bf185d80810",
"body": "Closes: #282 [via git-merge-pr]",
"is_bot": false,
"headline": "Isolate optional arguments in docs",
"author_name": "Freddy List",
"author_login": null,
"committed_at": "2023-01-31T13:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4350836360f764d5c4f361a458e0c6cc140b3bf",
"body": "Closes: #278 [via git-merge-pr]",
"is_bot": false,
"headline": "completions: fix typo",
"author_name": "mhmdanas",
"author_login": "triallax",
"committed_at": "2023-01-25T18:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe7df8106775beea7f0c9ed0cbcfb7717968b93",
"body": null,
"is_bot": false,
"headline": "xtools.1: tweaks",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2023-01-25T17:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b96698e96185a444323322c58e8aed8ce5fc7a3",
"body": "- Only try to launch shells that are executable\n- Make bind mounts slaves to avoid back-propagating unmounts\n\nCloses: #276 [via git-merge-pr]",
"is_bot": false,
"headline": "xchroot: mount and shell fixes",
"author_name": "Andrew J. Hesford",
"author_login": "ahesford",
"committed_at": "2023-01-07T16:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b58617b9d6cb8fe51b2906ae647f86f7792d2e",
"body": "previously, deprecated variables showed some spurious and confusing\nmessages. now they should have a better message.",
"is_bot": false,
"headline": "xlint: improve scanning of deprecated variables",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-11-24T14:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119fb175ed07a9ba78defb2e108b963372b9d203",
"body": null,
"is_bot": false,
"headline": "xlint: detect trailing space in short_desc",
"author_name": "Benjamín Albiñana",
"author_login": "benalb",
"committed_at": "2022-11-12T21:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248be132dff32a1d2ec45dce0c84f878fe8fdc51",
"body": "$pkgname is not constant, it can change when the package is renamed\ndownstream while we would expect it to still build from the correct sources.\n\nIt also often doesn't save any characters and not using the variable\nmakes prettier, simpler URLs that can often be copied from the template\nwithout manually replacing variables to get to the page with sources.",
"is_bot": false,
"headline": "xnew: don't use $pkgname in $distfiles",
"author_name": "Michal Vasilek",
"author_login": "paper42",
"committed_at": "2022-11-11T12:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515cc6f16d9f6592e6067cb8b4a1edf330117172",
"body": null,
"is_bot": false,
"headline": "xnew: remove wrksrc and create_wrksrc from created template",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-11-08T21:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "affabbf14cdda08baa15e1c2848a9d04ea7a83c8",
"body": "for void-linux/void-packages#40122",
"is_bot": false,
"headline": "xlint: don't allow wrksrc",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-11-08T21:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68301a30c1703b12f3294120910c8d4734d29bc6",
"body": null,
"is_bot": false,
"headline": "xchroot: do not require absolute path",
"author_name": "Michal Vasilek",
"author_login": "paper42",
"committed_at": "2022-11-08T21:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abe6c2d8109b1c1f590ee5dd2f340d59cbdd240",
"body": null,
"is_bot": false,
"headline": "xlocate: handle lack of column(1) gracefully",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-11-01T23:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef34d3486758e906eeb9de52805aeccb8a68a4b7",
"body": "- commit all tracked files in srcpkgs/$pkgname/ instead of just template\n- don't increment revision if the user has already done it\n - this also handles cases where committing fails, which now prints a\n message (two failure modes I have encountered: commit signing\n fails, pre-commit hoo\n[…]\nn `xlint` in one))\n- allow addition of flags to the `git commit` invocation with\n `xrevbump MESSAGE TEMPLATES... -- COMMIT_ARGS`\n- use more bashisms to make things a bit neater\n- update manpage/usage",
"is_bot": false,
"headline": "xrevbump: various improvements",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-10-23T19:48:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c5aa1daa36a022a404ef9fede2ca21c628e7694",
"body": "Disable the column number for \"git grep\" too, and pipe through column\nfor nicer aligned output.\n\nBefore:\n\n\t% ./xlocate /lib/libEGL\n\tMesaLib-devel-22.1.7_1 5:/usr/lib/libEGL_mesa.so -> /usr/lib/libEGL_mesa.so.0\n\tjetbrains-jdk-bin-11.0.15b2043.56_1 20:/usr/lib/jvm/jbrsdk/lib/libEGL.so\n\tlibglvnd-1\n[…]\na.so.470.141.03\n\tnvidia470-libs-470.141.03_1 /usr/lib/libEGL_nvidia.so.470.141.03\n\nCo-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>\nCloses: #265 [via git-merge-pr]",
"is_bot": false,
"headline": "xlocate: output aligned, don't show \"git grep\" column",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-10-17T22:22:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a06dddd7c56bc97b8f55a15b911bda8221a51a6",
"body": null,
"is_bot": false,
"headline": "xuname: avoid \"cat abuse\" and run awk directly on /proc/cpuinfo",
"author_name": "Jami Kettunen",
"author_login": "JamiKettunen",
"committed_at": "2022-09-12T12:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa10d734b3cfd6fcfa112a9404f7420c649050f",
"body": null,
"is_bot": false,
"headline": "xvoidstrap: allow relative dirs, add aarch64 mirror",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-09-08T20:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c227d263f8c00856b019d9dd66d1fdb26b1fd98",
"body": null,
"is_bot": false,
"headline": "_xtools: complete properties for xpkgdiff -p",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-09-04T07:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426ecc27ed49218e2d98f0448dff78fb6f23c17a",
"body": "adds `-R` and `-a` to make it easier to handle cross, but still support\nsetting XBPS_TARGET_ARCH directly.",
"is_bot": false,
"headline": "xpkgdiff: improve cross functionality",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-09-04T07:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5e62949a7ee88b85cf45a62617026549e3040a",
"body": null,
"is_bot": false,
"headline": "xpkgdiff: clean up even on error",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-09-02T14:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a71e0c17a53c08420902ee482df45a2c1b8324",
"body": "fixes #257\n\nCloses: #258 [via git-merge-pr]",
"is_bot": false,
"headline": "xlint: check if vopt_if can be vopt_bool",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-08-13T13:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e776ae0c6d6d8b74810dc381cbb621c635e184",
"body": "Closes: #256 [via git-merge-pr]",
"is_bot": false,
"headline": "xgensum: use getopts for argument parsing, update completions",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-08-13T13:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c224dbedf9f8eb24d77ccad54590426884062b7",
"body": null,
"is_bot": false,
"headline": "xlint: add disable_parallel_check to variable list",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-30T20:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720dd6cd748b56727e2fd911a21cb678a5187370",
"body": "18:59:51 <abby> leah2, can you revert the multiline lint for now, I'm\nworking on a better way but it's too buggy to stay for now\n\nThis reverts commit 16e6e3e9852c988b5bf0b416fabaeaa03588696f.",
"is_bot": false,
"headline": "Revert \"xlint: lint multi-line value indentation\"",
"author_name": "Leah Neukirchen",
"author_login": "leahneukirchen",
"committed_at": "2022-06-25T17:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e6e3e9852c988b5bf0b416fabaeaa03588696f",
"body": "- use awk because scan (grep) does not work over multiple lines\n- finds the opening and closing of a variable definition, then checks if\n it's on the first line and, if not, checks if the first characters are\n not <space><:graph:>\n- checks both single- and double-quoted strings, in a loop because shell\n makes that hard\n- detects lines in multi-line strings that end in a backslash\n- `| sort -u -k2` so it does not spam, similar to the other indent lint",
"is_bot": false,
"headline": "xlint: lint multi-line value indentation",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-24T22:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4d32a54b868b2413caefb55111625ca1d410b9",
"body": "bug introduced in 8c0e21060fd0abdb16c10d62a56ead0a4da75062",
"is_bot": false,
"headline": "xlint: fix lints broken by extra sed",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-24T22:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008a65e1ab0b9b4f37d7b119a739864abb67b754",
"body": "Closes: #249 [via git-merge-pr]",
"is_bot": false,
"headline": "xlint: require specifying versions when using cargo update",
"author_name": "Jan Christian Grünhage",
"author_login": "jcgruenhage",
"committed_at": "2022-06-18T21:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee330419a57189c5adb53fe24888cdd572ec4610",
"body": null,
"is_bot": false,
"headline": "xvoidstrap: replace alpha.de with repo-default",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-15T01:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180cdd878573c0988f6d7ceadec4c6904f7de254",
"body": null,
"is_bot": false,
"headline": "xuname: replace alpha.de with repo-default",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-15T01:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2da684db5dcb98b2e58a923a74e49811f71fc9a",
"body": null,
"is_bot": false,
"headline": "xrecent: replace alpha.de with repo-default",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-15T01:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65a04429fb88515adcfae4c859a089e4bdb26a4",
"body": null,
"is_bot": false,
"headline": "xlocate: replace alpha.de with repo-default",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-06-15T01:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1786142536567237a9af6f8cca2d47f7dddaf8",
"body": "a few lints used the absolute path (`$template`) as prefix instead of\n`$argument`\n\nCloses: #246 [via git-merge-pr]",
"is_bot": false,
"headline": "xlint: make output prefix consistent",
"author_name": "classabbyamp",
"author_login": "classabbyamp",
"committed_at": "2022-05-17T20:16:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 9,
"latest_release_at": "2016-06-02T14:09:59Z",
"latest_release_tag": "v0.41.1",
"releases_from_tags": true,
"days_since_last_push": 8,
"active_weeks_last_year": 9,
"days_since_latest_release": 3701,
"mean_days_between_releases": 299.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 63,
"stars": 165,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2014-09-28",
"count": 1
},
{
"date": "2015-02-24",
"count": 1
},
{
"date": "2015-03-22",
"count": 1
},
{
"date": "2015-05-28",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-11-30",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
}
],
"complete": true,
"collected": 63,
"total_forks": 63
},
"star_history": null,
"open_issues_and_prs": 40
},
"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": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 103,
"open_issues": 30,
"closed_ratio": 0.717,
"closed_issues": 76,
"closed_unmerged_prs": 137
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "leahneukirchen",
"commits": 232,
"avatar_url": "https://avatars.githubusercontent.com/u/139?v=4"
},
{
"type": "User",
"login": "classabbyamp",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/5366828?v=4"
},
{
"type": "User",
"login": "Chocimier",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/2065803?v=4"
},
{
"type": "User",
"login": "maxice8",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/30738253?v=4"
},
{
"type": "User",
"login": "Vaelatern",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/7906072?v=4"
},
{
"type": "User",
"login": "Piraty",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/23238955?v=4"
},
{
"type": "User",
"login": "sgn",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/42673067?v=4"
},
{
"type": "User",
"login": "Gottox",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/1056976?v=4"
},
{
"type": "User",
"login": "triallax",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/32234660?v=4"
},
{
"type": "User",
"login": "ebfe",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/685065?v=4"
}
],
"contributors_sampled": 51,
"top_contributor_share": 0.492
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 14 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 14/29 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "41b258f3962f0f11383d29cdd14131dfc4d1becc",
"ran_at": "2026-07-22T13:13:49Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 200,
"created_at": "2020-09-15T02:01:43Z",
"last_comment_at": "2020-09-20T22:17:35Z",
"last_comment_author": "CameronNemo"
},
{
"number": 227,
"created_at": "2022-02-21T14:24:53Z",
"last_comment_at": "2025-01-25T18:03:27Z",
"last_comment_author": "dkwo"
},
{
"number": 231,
"created_at": "2022-03-20T13:33:22Z",
"last_comment_at": "2022-03-26T08:35:34Z",
"last_comment_author": "Animeshz"
},
{
"number": 243,
"created_at": "2022-05-17T04:26:43Z",
"last_comment_at": "2022-05-20T18:31:46Z",
"last_comment_author": "subnut"
},
{
"number": 263,
"created_at": "2022-09-12T10:10:43Z",
"last_comment_at": "2022-09-12T10:13:36Z",
"last_comment_author": "classabbyamp"
},
{
"number": 266,
"created_at": "2022-10-10T21:49:56Z",
"last_comment_at": "2022-10-12T01:51:33Z",
"last_comment_author": "classabbyamp"
},
{
"number": 275,
"created_at": "2023-01-04T20:56:26Z",
"last_comment_at": "2023-01-05T22:24:45Z",
"last_comment_author": "JamiKettunen"
},
{
"number": 323,
"created_at": "2024-02-12T22:41:25Z",
"last_comment_at": "2024-02-12T23:04:03Z",
"last_comment_author": "classabbyamp"
},
{
"number": 328,
"created_at": "2024-06-07T16:23:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 332,
"created_at": "2024-12-12T05:33:23Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-13T10:15:32Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2015-06-07T23:44:38Z",
"last_comment_at": "2015-06-08T11:16:24Z",
"last_comment_author": "leahneukirchen"
},
{
"number": 42,
"created_at": "2016-05-22T06:13:17Z",
"last_comment_at": "2019-09-13T17:39:48Z",
"last_comment_author": "Chocimier"
},
{
"number": 47,
"created_at": "2016-09-12T11:53:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2018-12-04T20:18:59Z",
"last_comment_at": "2018-12-05T11:54:54Z",
"last_comment_author": "maxice8"
},
{
"number": 140,
"created_at": "2019-07-28T19:10:25Z",
"last_comment_at": "2019-07-28T19:40:26Z",
"last_comment_author": "LinArcX"
},
{
"number": 171,
"created_at": "2020-03-17T09:30:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 176,
"created_at": "2020-04-09T21:01:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 192,
"created_at": "2020-07-26T15:35:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 204,
"created_at": "2021-02-04T05:33:32Z",
"last_comment_at": "2021-04-01T16:49:45Z",
"last_comment_author": null
},
{
"number": 206,
"created_at": "2021-03-30T01:58:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 207,
"created_at": "2021-04-01T16:57:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 214,
"created_at": "2021-06-18T00:20:17Z",
"last_comment_at": "2023-03-19T21:59:39Z",
"last_comment_author": "triallax"
},
{
"number": 221,
"created_at": "2021-12-24T17:57:56Z",
"last_comment_at": "2023-03-07T19:41:56Z",
"last_comment_author": "Anachron"
},
{
"number": 222,
"created_at": "2022-02-15T15:14:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 229,
"created_at": "2022-03-19T07:28:16Z",
"last_comment_at": "2022-03-19T14:08:05Z",
"last_comment_author": "Animeshz"
},
{
"number": 230,
"created_at": "2022-03-20T05:19:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 238,
"created_at": "2022-04-30T03:09:44Z",
"last_comment_at": "2025-12-22T08:30:44Z",
"last_comment_author": "itscool900"
},
{
"number": 250,
"created_at": "2022-06-10T12:18:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 274,
"created_at": "2022-12-12T18:46:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 289,
"created_at": "2023-03-22T10:30:16Z",
"last_comment_at": "2023-03-23T08:08:51Z",
"last_comment_author": "Anachron"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/leahneukirchen/xtools",
"host": "github.com",
"name": "xtools",
"owner": "leahneukirchen"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 32,
"vitality": 41,
"community": 42,
"governance": 62,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.41.1",
"releases_from_tags": true,
"days_since_latest_release": 3701,
"mean_days_between_releases": 299.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3701 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3701
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~299.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 299.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"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": 42,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"forks": 63,
"stars": 165,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "165 stars",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 165
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "63 forks",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 63
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 51,
"top_contributor_share": 0.492
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 49% of commits",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "51 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 51
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"merged_prs": 103,
"open_issues": 30,
"closed_issues": 76,
"issue_closed_ratio": 0.717,
"closed_unmerged_prs": 137
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "103/240 decided PRs merged",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 103,
"decided": 240
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/29 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"followers": 1508,
"owner_type": "User",
"is_verified": null,
"owner_login": "leahneukirchen",
"public_repos": 212,
"account_age_days": 6743
},
"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": "1,508 followers of leahneukirchen",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1508,
"login": "leahneukirchen"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "212 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 212
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 14 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 14 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 14/29 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 24,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.9,
"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": "90 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 20,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Shell",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Shell without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Shell"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-22T13:14:12.920570Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/leahneukirchen/xtools.svg",
"full_name": "leahneukirchen/xtools",
"license_state": "absent",
"license_spdx": null
}