JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 5759,
"has_wiki": false,
"homepage": null,
"languages": {
"C++": 2532656,
"Ruby": 9943,
"Shell": 15771
},
"pushed_at": "2026-07-31T07:16:16Z",
"created_at": "2018-05-28T15:52:44Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T07:46:18Z",
"description": "build2 package manager",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://build2.org",
"name": "The build2 project",
"type": "Organization",
"login": "build2",
"company": null,
"location": null,
"followers": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/39628269?v=4",
"created_at": "2018-05-25T15:24:22Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 2989
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-03-27T06:37:09Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2024-06-17T12:25:52Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2023-06-30T11:28:21Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2022-07-28T04:45:32Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2021-10-16T10:15:14Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2020-07-18T12:57:35Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2019-11-19T05:51:04Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2019-06-08T08:35:27Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2019-03-18T14:15:54Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2019-02-19T06:11:27Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2018-09-11T09:16:56Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2018-05-30T04:31:15Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2017-08-07T11:24:34Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2017-05-03T15:37:58Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2016-09-07T08:57:21Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2016-04-23T15:26:58Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2016-01-31T14:00:11Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2015-12-20T14:04:20Z"
}
],
"recent_commits": [
{
"oid": "58fb504e947e67101e70de0fc47ff32f2af243ab",
"body": "…t output",
"is_bot": false,
"headline": "Add support for package::language_runtimes JSON member for pkg-bindis…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-07-30T07:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a72c440b2e27fb47d4babc1d4ce5ffbc29ea13",
"body": "Also fix potentially uncaught sqlite::database_exception, which may be thrown\nby sqlite::database() constructor while creating configuration database\nobject.",
"is_bot": false,
"headline": "Use connector_configurator mechanism when create database objects",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-07-23T08:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf49cc3f9e6c0395f3bd819a2b24d5af7e0a9fd",
"body": "…me objects",
"is_bot": false,
"headline": "Prepare for switch to std::unordered_map in odb::session cache for so…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-07-17T11:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5fc621daf3d45d4fb6ab5929acc1071c69339c0",
"body": "…lled",
"is_bot": false,
"headline": "Relax minimum SQLite version slightly to help with using system-insta…",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-07-17T08:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51094068e0aeb98b9d02ad013a6b4be8722e8160",
"body": null,
"is_bot": false,
"headline": "Drop no longer necessary macro definitions from ODB command line",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-07-14T14:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29de5e910ee3f841d1e5efe370d71bd3001edfdf",
"body": "From SQLite 3.53.0 we get DROP COLUMN and ALTER COLUMN SET|DROP NOT NULL. So\nwe add --sqlite-version 3.53.3 to and remove --sqlite-override-null from the\nODB command line.\n\nOnce we do this, there will be a massive database changeset that changes most\nof the columns to NOT NULL because the original s\n[…]\nint on a column that doesn't have it is a noop rather than an error in\nSQLite. Note that all the data migration has also been ruminated upon to make\nsure there are no issues with this sleight of hand.",
"is_bot": false,
"headline": "Switch to using addition SQLite DDL support for schema migration",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-07-14T13:42:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "129875e86f0593b4a1c4a2216d6e3903f1776eb8",
"body": null,
"is_bot": false,
"headline": "Adapt to ODB version 2.6.0-b.2",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-07-14T11:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e44824547178a3287219dfaf705551ab24da8f",
"body": null,
"is_bot": false,
"headline": "Fix typo in rep-fetch man page",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-05-18T12:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9a4151cc60f0d7a439218a6b241b1eb6eeb70e",
"body": null,
"is_bot": false,
"headline": "Fail if manifest is not present in selected source package",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-04-29T09:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4327636823bafe91707239456853aa2d149140bd",
"body": "…d above (two minor versions behind)",
"is_bot": false,
"headline": "Drop all database migrations to be backward compatible with 0.17.0 an…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-04-24T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ec7ed1020eb13fca4bd0e0f23ff0309b7c859a8",
"body": null,
"is_bot": false,
"headline": "Replace README with rewritten README.md, drop INSTALL",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-04-23T06:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365c4a014a56820963f3d44ffa83f85fa2f813d4",
"body": null,
"is_bot": false,
"headline": "Fix test failing on Windows in remote mode",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-04-17T11:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c61bb8d7c9726696eb6d2d14589377489ed913",
"body": null,
"is_bot": false,
"headline": "Distribute missing pkg-bindist man page",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-04-17T11:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d04da9ac83189e37a8f6bbedab47f6640742f1",
"body": null,
"is_bot": false,
"headline": "Change to version 0.19.0-a.0.z",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-04-01T11:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9df86e7589dd72215ec03935ffd0f4308e52f4f",
"body": null,
"is_bot": false,
"headline": "Release version 0.18.0",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-03-27T06:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb9b92adca87c891e6aaf5ea9d0c89679fe243e",
"body": null,
"is_bot": false,
"headline": "Fix bug in manual",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-03-27T06:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2378d3a979afad2c59849cf17f033753680d181d",
"body": null,
"is_bot": false,
"headline": "Update NEWS file",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-03-17T12:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb405f1dfeb1a9e02b318df208611b7a0d6ac7e5",
"body": null,
"is_bot": false,
"headline": "Adapt to changes in libbuild2 API",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-24T18:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2dde6c9e1c088c3cd9e5bd3bbbf8e43fc511356",
"body": "If the value is negative, then the number of available hardware threads\nreduced by this value is used.",
"is_bot": false,
"headline": "Allow specifying negative value for -j|--jobs",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-02-23T10:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f49816c1461486038ba995dbe6786feb43a2a7",
"body": null,
"is_bot": false,
"headline": "Pass config.*.build.readonly variable to build2 on package configuration",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-17T12:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf6dd94ecb3cd3d8a75680b220500fe3d6fe969",
"body": null,
"is_bot": false,
"headline": "Fix build_package::external() to match the resulting package",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-17T10:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71e54148222f8f0d33811701cb52d0fa704f8f0",
"body": "…and MSVC 14.3",
"is_bot": false,
"headline": "Make configure_prerequisites_result type to be compilable by GCC 4.9 …",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-14T08:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228b24a42ffa45f75e00d89edfd546240cf21a2d",
"body": null,
"is_bot": false,
"headline": "Fix 'not a valid value for type bool' runtime error",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-11T14:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b3cbabc56ac872efcc094e462ae8a994e7b932",
"body": null,
"is_bot": false,
"headline": "Keep build output on package reconfiguration (GH issue #507)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-10T11:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363151a6e92483cbb6a74dd3b896c14ffe34d61b",
"body": null,
"is_bot": false,
"headline": "Add support for constrains package manifest value",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-10T06:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2311d6941d5e1298f06752ed937c9876832d3d",
"body": "…fest value",
"is_bot": false,
"headline": "Extend prerequisite_info structure in preparation for constrains mani…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-02T05:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6402747d208378b4687b28b48e8380c9faf51b64",
"body": "…ckage",
"is_bot": false,
"headline": "Fix try_replace_dependency() to collect root repo fragment of held pa…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-02T05:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb61031ee0a26739081fe5ee3d560665f3a6176d",
"body": "… dependency",
"is_bot": false,
"headline": "Fix pkg-build to update repointed/re-evaluated dependent specified as…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-01T09:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66871327b3a374d64ff2a65f242d856c46db0ab7",
"body": "The pkg-build command crashed when the repointed dependent is specified as a\ndependency on the command line.",
"is_bot": false,
"headline": "Add reproducer for GH issue #508",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-02-01T08:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9bf288293c1cd4dfb36b81fc831f04ef3af764a",
"body": null,
"is_bot": false,
"headline": "Fix tests to use >! redirect rather than >-",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-29T10:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e0f00bbc0c7497efde77d82b5eb6dbdaa96254c",
"body": null,
"is_bot": false,
"headline": "Adjust to build2::scheduler interface changes (jobserver)",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-01-28T09:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99aa939890dec479420f99ea141c2238170155ee",
"body": null,
"is_bot": false,
"headline": "Adjust to renaming of $cli.configured to $cli.build.configured",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2026-01-06T14:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555c77002960ed0901668ad83a6c5af9210c144a",
"body": "Specifically, strip '.../' and forbid other scope qualifications and\nvisibility modifiers.",
"is_bot": false,
"headline": "Fix pkg-build to validate package-specific configuration variables",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-06T11:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "035a6ea1cd6a0ccdcacdba599168e9108bb7fa7f",
"body": null,
"is_bot": false,
"headline": "Switch cmdline_adjustments::state() to std::uint64_t from std::string",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-05T13:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f25e164008ce80a22ffdea6678a0abe339c6f9",
"body": null,
"is_bot": false,
"headline": "Update copyright year",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-05T13:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e805a6540a94f0d7730906bea39fff41689bf63",
"body": "…me bogus",
"is_bot": false,
"headline": "Cancel version replacement if replacement-triggering constraints beco…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-05T13:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94cf1bd90c4fcfe3dc79428ea41e7b700d87189",
"body": "…t ones\n\nAlso relax the try_replace_dependency() function to accept not only the being\nbuild packages (build action) but the existing packages (adjust action) as\nwell. Also make it to return unsatisfied dependents of both these action\ntypes. This, in particular, allows try_replace_dependent() to consider\ndependents of both the build and adjust types for replacement, which increases\nthe chances for unsatisfied dependency constraints to be resolved.",
"is_bot": false,
"headline": "Fix collect_dependents() to not add existing dependents as being buil…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-05T07:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d291940b10dbe5cf4fc80ecce54e8784c2191d9f",
"body": null,
"is_bot": false,
"headline": "Minor fixes and cleanups",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-05T06:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ea9843a38c1d1252ed80b5939198b72d742412",
"body": "…build",
"is_bot": false,
"headline": "Forbid variable visibility modifiers and scope qualifications in pkg-…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2026-01-04T10:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666a87d8df28a1e6cee248fe0798fe7ee70ad071",
"body": null,
"is_bot": false,
"headline": "Add more tests for config variables for pkg-build",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-12T10:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06203c72355c3a9ac4c5d9a076331415ab7f221",
"body": "…nt recollection\n\nThat makes sure that the dependent's required-by list referres to the\ncollected dependency.",
"is_bot": false,
"headline": "Pre-enter originating dependency if not collected on existing depende…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T12:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d50a174e6f517ca6176329ad82c5e7ea1be81d",
"body": null,
"is_bot": false,
"headline": "Fix pkg-build to properly handle global overrides",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T12:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f226a68adab1c9b8450458e308df1eef9bb448ce",
"body": null,
"is_bot": false,
"headline": "Properly handle not re-evaluated dependent during config negotiation",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T07:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c39dbf29207b4129427fb079c8bb482eb3f7fd",
"body": null,
"is_bot": false,
"headline": "Fix segfault in collect_build_postponed()",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T07:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b112d2668dd9e3c615055d68cebea2a8264a64",
"body": null,
"is_bot": false,
"headline": "Cleanup skeleton's collect_config() to match config_checksum()",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T07:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015e1f42dcb7bfcd80f71cfe45078d350624264c",
"body": null,
"is_bot": false,
"headline": "Minor cleanup",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T06:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a50273ca057221f8d33506c47fe776b3232f9ae",
"body": "Also decrease verbosity level when this process arguments are printed from 3\nto 2.",
"is_bot": false,
"headline": "Pass timeout options to dnf-list when run without --cacheonly",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T06:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8e2b0fc1d2ebc093dadf77784781bf3fc7f0e7",
"body": "… package",
"is_bot": false,
"headline": "Fix dnf_list() to properly handle multiple repositories for candidate…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-12-09T06:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b5dce4bcfe19154b9e18e983681242707affe9",
"body": "…able",
"is_bot": false,
"headline": "Omit dnf-list --cacheonly option if no repositories metadata is avail…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-27T13:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "826788b21ece756afb2c7d79f1b485147feae5a7",
"body": null,
"is_bot": false,
"headline": "Fix dnf-{list,repoquery} diagnostics in fedora system package manager",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-27T13:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e82cda9c2e1aee044c8899caf3e8e9b42c956c9",
"body": "…(GH issue #499)",
"is_bot": false,
"headline": "Fix pkg-build to always apply negotiated configuration to dependency …",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-24T13:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a6d7fa59f94f4d25a4a80bfbef8a9b0d2a5d2a",
"body": null,
"is_bot": false,
"headline": "Switch from sha256 to faster xxh64 in most places",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-20T09:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d643e9d23dfc142b276435967fca9b5ff3a67e",
"body": "It was erroneously changed from 16 to 12 in commit c2c315f4, which goal was to\n\"help a bit with long paths on Windows\". There is no file created for dummy\ncertificate. On the other hand, it is documented that the certificate id is 16\ncharacters in length.",
"is_bot": false,
"headline": "Revert dummy certificate id length to 16 characters from 12",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-19T08:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2cfbf10dcff32732517ea59e6bff3b2f9f45d65",
"body": null,
"is_bot": false,
"headline": "Fix assertion failure in build_packages::order() (GH issue #494)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-18T06:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8539b194cbedf0c52ec3d5c1fd65b4a446996c46",
"body": null,
"is_bot": false,
"headline": "Minor cleanup of evaluate_{recursive,dependency}() functions",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-13T06:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e0343e876e3ee6c5058d24b89cef0854001c3ca",
"body": "Also print database in rep-fetch progress and fetched repositories in the\nresult diagnostics.",
"is_bot": false,
"headline": "Fix rep-fetch diagnostics to respect --[no-]progress options",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-11T12:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a5e1e873a3a83241acccbab2ba547ff8fb00aa8",
"body": null,
"is_bot": false,
"headline": "Instrument assertion failure in build_packages::order() (GH issue #494)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-07T12:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa863a4337648c12c1a014417e720998c00cf450",
"body": "Also add support for BUILD2_SQLITE_SYNCHRONOUS environment variable.",
"is_bot": false,
"headline": "Add support for --sqlite-synchronous option (GH issue #476)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-11-03T15:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d10f054790b161a0d1678715d535986ed076e6",
"body": null,
"is_bot": false,
"headline": "Minor adjustment to fetch diagnostics",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-10-29T07:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f7c826491db35657822e5b40007dd8beef85c3b",
"body": "… ones in pkg-build (GH issue #488)",
"is_bot": false,
"headline": "Prefer local repositories before remote archive/version control based…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1278eabb0cfb1626d08758466e80d8e2d60e2d44",
"body": null,
"is_bot": false,
"headline": "Preserve package configuration on upgrade/downgrade",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c48a414ff201e5c572cbc3b07b9c2aa9668e5c",
"body": null,
"is_bot": false,
"headline": "Print all configuration variables in pkg-build plan (GH issue #481)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0447e22aff30dd0f53cee7cc5f31367c3908f68e",
"body": null,
"is_bot": false,
"headline": "Fix adding database duplicate to explicit links list (GH issue #430)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3103bc7fd754a79ae431536b3bfd97d78c22135",
"body": "This optimization introduces an additional command line adjustments cycle\nwhich denies adjustment combinations which specify different package versions\nfor the same project. This optimization reduces the number of the package\ncollection iterations for the reproducer provided for the GH issue #467 from\n292 to 88. The collection time reduces from about 15.5 seconds to about 4.3\nseconds (by 72%).",
"is_bot": false,
"headline": "Optimize backtracking in pkg-build some more and make couple of fixes",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe52cd761cf20b4f3972484bcdabdeb937136423",
"body": "Using prepared queries in query_available() reduces the package collection\ntime for the reproducer provided for the issue #467 from about 22 seconds to\n16 seconds (by about 27%).",
"is_bot": false,
"headline": "Optimize backtracking in pkg-build (GH issue #482)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf4caf9ebd9aa601f5edb7a9e5160f63c7d52be",
"body": null,
"is_bot": false,
"headline": "Adapt to changes in libbuild2 API",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732215077d0853a70d6fed369d198696e350000f",
"body": null,
"is_bot": false,
"headline": "Optimize fetch-unpack loop by sharing transaction (GH issue #483)",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9783ba35345a1014e8f4f4ff2cbb650d8201b4e",
"body": null,
"is_bot": false,
"headline": "Fix progress for pkg-configure",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2784f542f069bea6abfdbe9b83bbbca522ac24",
"body": null,
"is_bot": false,
"headline": "Fix some typos",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-10-20T14:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55b08cb1d5a7b1bf2591e17fe7ae0254cb5c26ca",
"body": null,
"is_bot": false,
"headline": "Adapt to JSON parser changes in libbutl",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-10-20T10:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19458568f4d45679a2244e013b54d052ecfe664",
"body": null,
"is_bot": false,
"headline": "Improve rep-fetch caching diagnostics for git repositories",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-09-09T10:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f305b673375727ae8b6a8402395a491e8098d28",
"body": null,
"is_bot": false,
"headline": "Streamline fetching/unpacking progress diagnostics",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-09-09T10:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d15094f81d934aaa545c49ab5c4b88b6b40863",
"body": "… git commands",
"is_bot": false,
"headline": "Pass --no-recurse-submodules option for reset, checkout, and ls-files…",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-09-08T16:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ab0016722cbcf15bd4e0cea18536a4d7b56e32",
"body": null,
"is_bot": false,
"headline": "Add assertions to pkg_checkout_cache",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-08T07:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26df23a4a884a240fc834d02cf4470ad6f64b01",
"body": "…ions",
"is_bot": false,
"headline": "Turn fetch cache database into WAL NORMAL mode and add some optimizat…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-08T07:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7919301488169c26e48b3a14aa010dd941af47ef",
"body": null,
"is_bot": false,
"headline": "Minor tweaks to odb.sh",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-09-08T06:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b932cf06f4ea3c0a845dc95e34556baa81bc99",
"body": null,
"is_bot": false,
"headline": "Add note to fixup_worktree()",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-03T14:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f90818960da36d692b0027f6d3a0c63b0271c669",
"body": null,
"is_bot": false,
"headline": "Explicitly close fetch cache in rep_fetch_git()",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-03T12:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c323a9f814541c8c495129fc0bdab39946b7d045",
"body": null,
"is_bot": false,
"headline": "Fix 'target for symlink does not exists' diagnostics in fixup_worktree()",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-03T11:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e714ab7758233e2b4af62ac90ba6de0a861c3435",
"body": null,
"is_bot": false,
"headline": "Adapt for try_rmsymlink() function's dir argument removal",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-09-02T14:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5ba5980838a0bdc38c636a040e6323984d461b",
"body": null,
"is_bot": false,
"headline": "Always clean shared source directory when cache database is created",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-08-26T14:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0e575151ccb9ebadfb90b078315b2666cf7307",
"body": null,
"is_bot": false,
"headline": "Fix few typos",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-08-26T13:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2efa0ab283fe58c051febc4761d7d3a1b60d35",
"body": null,
"is_bot": false,
"headline": "Add comment",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-08-26T11:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2c2595fded9d50cd8c33299f323d356f26adc7",
"body": null,
"is_bot": false,
"headline": "Fix database migration not to load any data before it is complete",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-08-26T07:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8785e695f505d969f20328684c2f4c369ee460f2",
"body": null,
"is_bot": false,
"headline": "Add support for fetch cache",
"author_name": "Boris Kolpackov",
"author_login": "boris-kolpackov",
"committed_at": "2025-08-25T15:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591e5895fc26f9699fe94e47eacc5b7041918dba",
"body": "…ons files",
"is_bot": false,
"headline": "Fix pkg-drop.testscript to always disable loading user's default opti…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-11T11:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb6833d61e86865335fcd60ec363eda4603200e1",
"body": null,
"is_bot": false,
"headline": "Pass --template= to git-init not to copy template files",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-03T16:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713eb0853603c60d3dc4a40b0f5ca4cd4cc9cfae",
"body": "…names",
"is_bot": false,
"headline": "Use 16 characters checksum abbreviation for git repository directory …",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-03T12:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1bed4c2c82c19f38088689fe23622b0d6ba396",
"body": null,
"is_bot": false,
"headline": "Make rep-create to always generate signature.manifest file",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-03T12:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22ec8e33c07564b453e71c3a2e1e0aedccd3171",
"body": "…issued on errors",
"is_bot": false,
"headline": "Replace ignore_error function parameters with fail if diagnostics is …",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-01T13:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ad7ffb0729ff4532f224769b6f5d98b9524c24",
"body": null,
"is_bot": false,
"headline": "Store git repositories in ./bpkg/repos without working trees",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-07-01T13:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c70ca6ca7fd5ea6f8f2ca3780b2de4b07f0c53",
"body": null,
"is_bot": false,
"headline": "Add caching git_version() function to fetch-git.cxx",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-27T13:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce493d3047c9c37e11092102c0b8ea615f9444d",
"body": null,
"is_bot": false,
"headline": "Add support for git protocol version 2",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-27T13:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a8714d51286d42919079074a5c3644247c7043",
"body": null,
"is_bot": false,
"headline": "Add --archive-strip-comps option to pkg-bindist command",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-24T07:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ebca96d10a9016be66acdd114923d29f114564",
"body": "…d above",
"is_bot": false,
"headline": "Fix 'file listed twice' warning issued by pkg-bindist on Fedora 42 an…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-20T15:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d0b888b580c8b728ce91d534c625c1e984b9a8",
"body": "…ndist\n\nIf the installation is not private and we are in the --recursive auto or full\nmode of pkg-bindist, then install all the data, documentation, and legal files\ninto an additional, named as the main bpkg package, subdirectory.",
"is_bot": false,
"headline": "Install data and docs into subdirectory for recursive modes in pkg-bi…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-05T10:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43557d74bb873f9be126aaad81148acf7ec7def1",
"body": "…mmand",
"is_bot": false,
"headline": "Add --debian-no-debug and --fedora-no-debug options to pkg-bindist co…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-06-03T10:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e425ce1525ac0cfbe52359b6ee1bf8f6825652df",
"body": "…sing variable overrides",
"is_bot": false,
"headline": "Fix skeleton to always make sure build system is initialized before u…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-05-30T08:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03eec394ad7f9403b5ddd005ddad45539415352",
"body": "… and bbot worker environment variables",
"is_bot": false,
"headline": "Document in manual global variable overrides in package build configs…",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-05-28T18:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac57e2de394e82b70312b030e7a88b79922ffc0",
"body": "…sub-entries in them",
"is_bot": false,
"headline": " Make sure .bpkg/{repos,certs}/ subdirectories exist before creating …",
"author_name": "Karen Arutyunov",
"author_login": "karen-arutyunov",
"committed_at": "2025-05-23T06:38:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 84,
"latest_release_at": "2026-03-27T06:37:09Z",
"latest_release_tag": "v0.18.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 34,
"days_since_latest_release": 126,
"mean_days_between_releases": 288.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 1,
"stars": 21,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2019-02-04",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"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": [],
"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": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "karen-arutyunov",
"commits": 669,
"avatar_url": "https://avatars.githubusercontent.com/u/11507038?v=4"
},
{
"type": "User",
"login": "boris-kolpackov",
"commits": 666,
"avatar_url": "https://avatars.githubusercontent.com/u/31799599?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.501
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": "58fb504e947e67101e70de0fc47ff32f2af243ab",
"ran_at": "2026-08-01T05:23:03Z",
"aggregate_score": 3.6,
"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": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/build2/bpkg",
"host": "github.com",
"name": "bpkg",
"owner": "build2"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 36,
"vitality": 75,
"community": 47,
"governance": 56,
"calibration": "2026-08-02",
"engineering": 44,
"ai_readiness": 39,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 84,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 34
},
"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": "34/52 weeks with commits",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 34
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "84 commits in the last year",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 84
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.18.0",
"releases_from_tags": true,
"days_since_latest_release": 126,
"mean_days_between_releases": 288.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 126 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 126
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~288.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 288.1
}
}
],
"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": "exceptional",
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 47,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 1,
"stars": 21,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "21 stars",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 21
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 56,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.501
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 66,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "build2",
"public_repos": 31,
"account_age_days": 2989
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "66 followers of build2",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 66,
"login": "build2"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~8 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 44,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.6
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"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": "weak",
"name": "AI Readiness",
"value": 39,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"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": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"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": "exceptional",
"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": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T05:23:08.482021Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/build2/bpkg.svg",
"full_name": "build2/bpkg",
"license_state": "standard",
"license_spdx": "MIT"
}