原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"argument-parser",
"command-line",
"cpp",
"cpp17",
"cpp20"
],
"is_fork": false,
"size_kb": 15731,
"has_wiki": true,
"homepage": null,
"languages": {
"C++": 1733335,
"CMake": 41159,
"Shell": 5685,
"Python": 15909,
"PowerShell": 3280
},
"pushed_at": "2024-07-16T07:04:31Z",
"created_at": "2021-08-22T08:35:42Z",
"owner_type": "User",
"updated_at": "2026-07-19T07:18:04Z",
"description": "C++ command line argument parsing and routing",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSL-1.0",
"default_branch": "develop",
"license_spdx_raw": "BSL-1.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": null,
"name": "Cam Mannett",
"type": "User",
"login": "cmannett85",
"company": "@ARM-software",
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12583103?v=4",
"created_at": "2015-05-24T10:13:01Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 4080
},
"license": {
"state": "standard",
"spdx_id": "BSL-1.0",
"raw_spdx": "BSL-1.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-08-08T16:16:57Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-03-26T16:06:43Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2023-03-04T23:20:21Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2023-03-04T12:45:44Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-02-26T13:30:50Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2023-02-11T18:48:18Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-01-26T19:51:34Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-10-09T09:21:09Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-09-01T22:57:44Z"
}
],
"recent_commits": [
{
"oid": "e04ed2ba211b714f3ac5484258716773e5f290c8",
"body": "Resolves the following compiler error:\r\n\r\n[1/1] \"/opt/homebrew/Cellar/cmake/3.30.0/bin/cmake\" -E chdir \"..\" \"/opt/homebrew/Cellar/cmake/3.30.0/bin/cmake\" \"/Users/vcpkg/Data/b/arg-router/src/v1.4.0-a16f5c5738.clean\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Release\" \"-DCMAKE_INSTALL_PREFIX=/Users/vcpkg/Data/p\n[…]\ne.\r\n * A find_package call is missing for an IMPORTED target.\r\n * An ALIAS target is missing.\r\n\r\nCall Stack (most recent call first):\r\n CMakeLists.txt:159 (include)\r\n\r\n-- Generating done (0.0s)",
"is_bot": false,
"headline": "Always depend on Boost. (#398)",
"author_name": "Billy O'Neal",
"author_login": "BillyONeal",
"committed_at": "2024-07-16T07:04:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00ff7ac94805629998ef80e8fbee5b4b763bbf1f",
"body": "Fix #341",
"is_bot": false,
"headline": "#341 Doxyfile version update removes semi-colons from comments (#359)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-12T21:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "313431093275360c578275934fba90b14912971f",
"body": "Fix #351",
"is_bot": false,
"headline": "Add Windows advice to README.md (#358)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-12T17:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e509a58cdc3b857c6ba1f2a53878425cca2f6c33",
"body": null,
"is_bot": false,
"headline": "clang-tidy fixes (#357)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-12T17:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e634c86d66a95fcf362d6b15620a7258d62bc635",
"body": "We generate the vcpkg version hash but then change the portfile SHA, so the version needs generating\r\nagain. This isn't a problem when running as a GHA, but will cause upstream merge checks to fail.",
"is_bot": false,
"headline": "Missing vcpkg version update (#355)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-12T11:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e644f4b72550991b18b4aada875884279cc2105",
"body": "Fix #349",
"is_bot": false,
"headline": "#349 merge_checker vcpkg tests are a bit useless (#354)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-11T21:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "762cd0768d11deeee1cf283b85287972c1f44302",
"body": "Added missing constexpr step limit increase.",
"is_bot": false,
"headline": "Fix clang_cl support in test package (#352)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-08T11:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3203e442a5d87a934ad409e209f044e2bf389420",
"body": null,
"is_bot": false,
"headline": "clang_cl example build fix (#350)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-08T00:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c388b18c3cb641cc2874c3d16bb050991efc41",
"body": "v1.3.0 cannot be built in the latest MSVC, so this test is broken until vcpkg is carrying the v1.4.0 package.",
"is_bot": false,
"headline": "Disable Windows vcpkg test package for merge_checker (#348)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-07T21:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3827dc4e87ba8926efd6613d5713366ad31ceb9",
"body": null,
"is_bot": false,
"headline": "vcpkg test package needs C++20 for Windows build (#347)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-06T21:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c655041da7d8ad42240d5340fa874ab783683a0e",
"body": null,
"is_bot": false,
"headline": "Added missing env vars to vcpkg test package GHA (#346)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-06T21:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebad163aeb40a1f4a29630e55d2fafd67b58bc2",
"body": "Used incorrect target name.",
"is_bot": false,
"headline": "Fix vcpkg_test_package CMakeLists.txt (#345)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-06T21:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d5f11b1653cd19784c93e34de4d6cb277a1e8f",
"body": "Bug fixes\r\n* #330, Explicitly specify NOMINMAX and WIN32_LEAN_AND_MEAN\r\n\r\nImprovements\r\n* #302, Switch from a locally generated Conan package, to one hosted on conan-center.io\r\n* #314, Add support for multi-value arguments\r\n* #315, CMake function to generate translation type headers from simple text\n[…]\nriable list length end token\r\n* #325, Create copyright checker git hook\r\n* #332, Extend pre-commit hook to include clang-format\r\n* #335, Use Levenshtein distance to suggest possibly misspelt arguments",
"is_bot": false,
"headline": "arg_router v1.4.0 (#343)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-06T11:25:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d690da6022756295ceab4261a819f2903bcf3092",
"body": "Fix #320",
"is_bot": false,
"headline": "#320 Review parsing code (#340)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-08-05T11:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56fd5ddbbbcf7d5f3c8be6f8e2eecb9d36f6eeb1",
"body": "…(#337)\n\n* #335 Use Levenshtein distance to suggest possibly misspelt arguments\r\n\r\nFix #335",
"is_bot": false,
"headline": "#335 Use Levenshtein distance to suggest possibly misspelt arguments …",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-07-02T13:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1bb28fa3422b163e7fe6cc8483f1a7fcc11e05",
"body": "…TOML files (#339)\n\nFix #338",
"is_bot": false,
"headline": "#338 arg_router_translation_generator isn't detecting changes in the …",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-06-29T10:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63c3183f058c7c8bfaf491bc87e3305c9e35fb9",
"body": "… text files (#336)\n\nFix #315",
"is_bot": false,
"headline": "#315 CMake function to generate translation type headers from simple …",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-06-22T08:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c95192a41d129d0f704e6e4d10e7e964e32335",
"body": "Fix #317",
"is_bot": false,
"headline": "#317 Enable/disable nodes at runtime (#334)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-06-20T07:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c9583ef3e7321ac4001edf04a9ad60e76416f16",
"body": "Fix #332",
"is_bot": false,
"headline": "#332 Extend pre-commit hook to include clang-format (#333)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-05-01T22:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e26c20501064bf37c7fc6d63abac24d4819975",
"body": "* #330 Explicitly specify NOMINMAX and WIN32_LEAN_AND_MEAN\r\n\r\nFix #330\r\n\r\nAlso:\r\n* Suppressing deprecation warnings in unit tests on Windows\r\n* Workarounds for invalid C4702 (unreachable code) warnings on MSVC\r\n\r\n* Fixed formatting",
"is_bot": false,
"headline": "#330 Explicitly specify NOMINMAX and WIN32_LEAN_AND_MEAN (#331)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-05-01T15:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a9a179a02007993d068f94206f7e22903a6398",
"body": "Fix #325",
"is_bot": false,
"headline": "#325 Create copyright checker git hook (#329)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-25T21:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4be9537e50b3e54d173a9891fc0206ec4f621c1",
"body": "* #327 Fix MSVC builds\r\n\r\nFix #327\r\n\r\n* Fixed copyright year.\r\n\r\n* Extended MSVC test run timeout\r\n\r\n* Fixed MSVC assert failure\r\n\r\n* Updating README.md unit test coverage badge",
"is_bot": false,
"headline": "#327 Fix MSVC builds (#328)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-24T20:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee6c4de9cc0c31ec05c85a39a91b0ff87e7ad67",
"body": "* #314 Add support for multi-value arguments\r\n\r\nFix #314\r\n\r\n* Fix linting, Win and GCCv9 compilation errors\r\n\r\n* Added missing tuple include\r\n\r\n* Moved tuple include...\r\n\r\n* Multiple clang-tidy fixes\r\n\r\nStill can't reproduce the GCCv9 error locally.\r\n\r\n* Fix missing MSVC toolset for local builds\r\n\r\nUpdated timeout time\r\n\r\n* Increased timeouts again\r\n\r\nWindows tests are hanging, so disabling for now and will create a bug ticket.\r\n\r\n* Updating README.md unit test coverage badge",
"is_bot": false,
"headline": "#314 Add support for multi-value arguments (#326)",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-23T10:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3dcec70308e384101929060f31c668a3c932604",
"body": "Add Conan to README's installation options list",
"is_bot": false,
"headline": "Merge pull request #324 from cmannett85/conan_README_update",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T09:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5370fdbe702a604ca4047fd6962aef4a790d6d2",
"body": null,
"is_bot": false,
"headline": "Add Conan to README's installation options list",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T09:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdfd3efff0133c1ed66d51f553c1ba50db1c26be",
"body": "#302 Switch from a locally generated Conan package, to one hosted on …",
"is_bot": false,
"headline": "Merge pull request #323 from cmannett85/issue_302",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T09:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215d17038e8b9c5ca6fbb4f580de61badd60b849",
"body": null,
"is_bot": false,
"headline": "Moved Conan jobs back into merge checker workflow",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T08:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6eaaae415d56a40d0d88ffa636e18f44c8a0714",
"body": null,
"is_bot": false,
"headline": "Fixed copyrights",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T08:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bbab668f1d78480132ef8bad314b116a5b53c8e",
"body": "…conan-center.io\n\nFix #302",
"is_bot": false,
"headline": "#302 Switch from a locally generated Conan package, to one hosted on …",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-13T08:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9217dc47b4fbb3c937755886ee65db954ce6b03d",
"body": "#321 Add variable list length end token",
"is_bot": false,
"headline": "Merge pull request #322 from cmannett85/token_end_marker",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-12T10:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff4817ecab0522073b1059aec52056d7e06f890",
"body": null,
"is_bot": false,
"headline": "Updating README.md unit test coverage badge",
"author_name": "cmannett85",
"author_login": "cmannett85",
"committed_at": "2023-04-12T10:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf01f952056182e1efcbc8ac4c2525cd070b397",
"body": null,
"is_bot": false,
"headline": "Fix clang-format error",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-12T09:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465dc771f33452334654fc05f52d73bccf886137",
"body": "Fix #321",
"is_bot": false,
"headline": "#321 Add variable list length end token",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-12T09:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb943a5d429e158fa08c0d31b96e70d4358ae165",
"body": "#318 Skip irelevant GHA jobs",
"is_bot": false,
"headline": "Merge pull request #319 from cmannett85/skip_ghas",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-07T15:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fac737e82290521757a625a9211f9803522e390",
"body": "Fix #318",
"is_bot": false,
"headline": "#318 Skip irelevant GHA jobs",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-07T14:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ed7b8a3f0b5474b747157330f14f4ac2ca72a9",
"body": "README.md grammar and spelling improvements",
"is_bot": false,
"headline": "Merge pull request #316 from cmannett85/readme_tweaks",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-06T19:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e2f8869b927e1d4ec34d596b7e492e764a2847",
"body": null,
"is_bot": false,
"headline": "README.md grammar and spelling improvements",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-04-06T18:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449567723d6c0e9db0a4c89277066c9a53b299fa",
"body": "#312 Reduce code duplication in GHAs",
"is_bot": false,
"headline": "Merge pull request #313 from cmannett85/issue_312",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-29T15:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93663672f646b852e057521e574f33d1d1a64029",
"body": "Fix #312",
"is_bot": false,
"headline": "#312 Reduce code duplication in GHAs",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-29T13:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685119d3f9382063eddc46ae5b53443b21eba4da",
"body": "Update vcpkg submodule commit for v1.3.0 recipe",
"is_bot": false,
"headline": "Merge pull request #311 from cmannett85/update_vcpkg",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-27T20:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1bc79d05431527a1d2ea04fc3b593c0f6de55e",
"body": null,
"is_bot": false,
"headline": "Update vcpkg submodule commit for v1.3.0 recipe",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-27T19:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327f8a90810ea3f45050c429c6ab81afcb1c3aa6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-27T19:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea82e8c94c84b8df80b38a37b65162c70d10b276",
"body": "Fix step output syntax",
"is_bot": false,
"headline": "Merge pull request #309 from cmannett85/fix-release-gha",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T16:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496ece0d7e6e91471e00478a5996aec62dd73786",
"body": "Was using the legacy '::' divider rather than '='.",
"is_bot": false,
"headline": "Fix step output syntax",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T15:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e670063cab8e7cb63416a469ce695b784bb2e51",
"body": "arg_router v1.3.0",
"is_bot": false,
"headline": "Merge pull request #307 from cmannett85/commit-fix",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T15:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4234c1d88c2ac49a899764f66c8d0b4f67520f",
"body": "Bug fixes\n* #289, updated GHA env vars to stop deprecation warning\n\nImprovements\n* #296, updated installation documentation\n* #295, gave root_t the ability to parse string containers\n* #239, preliminary local Conan package support",
"is_bot": false,
"headline": "arg_router v1.3.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T14:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e999aa2c5ec01ec40cbb015b14bb7ff86a561d7",
"body": "arg_router v1. 3.0",
"is_bot": false,
"headline": "Merge pull request #305 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T12:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e24c01ae52962a26d5a64a19f7bf29cec49762",
"body": "arg_router v1.3.0",
"is_bot": false,
"headline": "Merge pull request #304 from cmannett85/release_v1.3.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T12:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760253e7fcdc26585f940816ba659e1a289e6a69",
"body": "Bug fixes\n* #289, updated GHA env vars to stop deprecation warning\n\nImprovements\n* #296, updated installation documentation\n* #295, gave root_t the ability to parse string containers\n* Preliminary local Conan package support",
"is_bot": false,
"headline": "arg_router v1.3.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-26T11:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e3ea3c3a69d7b5010c4a4ea07845ee4b053493",
"body": "#239 Add local Conan support",
"is_bot": false,
"headline": "Merge pull request #301 from cmannett85/conan_support",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-25T14:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31a74763c20ed489a07241b6822622ee88ba4e3",
"body": "Fix #239",
"is_bot": false,
"headline": "#239 Add local Conan support",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-25T13:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e303fa60d42ab0fbc6de807a37a17bf8f225e7",
"body": "#295 Give root_t the ability to parse a string container",
"is_bot": false,
"headline": "Merge pull request #299 from cmannett85/issue_295",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-11T16:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caed0c2647321457c798f8a6ae2bd17140293729",
"body": "Fix #295",
"is_bot": false,
"headline": "#295 Give root_t the ability to parse a string container",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-11T14:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e949328864c827f3a1e0f84a36aa182ab0f35b2d",
"body": "#289 Replace set-output command in GHAs",
"is_bot": false,
"headline": "Merge pull request #298 from cmannett85/set-output_deprecated",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-09T20:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af9c382fb8194689f5deec6585af8500c50953f",
"body": "Fix #289",
"is_bot": false,
"headline": "#289 Replace set-output command in GHAs",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-09T20:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f74b140fce91eab987dce4a33d13f9151a18eee",
"body": "#296 Update installation documentation",
"is_bot": false,
"headline": "Merge pull request #297 from cmannett85/deps_docs",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-09T19:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64fd958dfa34609c90897dc7aa8ab105a625ec2",
"body": "Fix #296",
"is_bot": false,
"headline": "#296 Update installation documentation",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-09T19:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737f6dab108948fbd713d6aec9a3885c6b0acc12",
"body": "Merge to main",
"is_bot": false,
"headline": "Merge pull request #294 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-07T22:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3cd0d56cc8ab8278d07253703eecb8b502454e",
"body": "Installation documentation",
"is_bot": false,
"headline": "Merge pull request #293 from cmannett85/installation_docs",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-07T21:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a7bf945e9eb10e10c48282c3d3a58dd2430bae3",
"body": null,
"is_bot": false,
"headline": "Installation documentation",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-07T21:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b393e87d2140d03d8945988a20ffb9b2be3a432",
"body": "#279 Update vcpkg to v1.2.2",
"is_bot": false,
"headline": "Merge pull request #291 from cmannett85/vcpkg_update",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-06T20:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf7b181982412ecbd5c9d948b629a0df7ecf2c2",
"body": "Fix #279",
"is_bot": false,
"headline": "#279 Update vcpkg to v1.2.2",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-06T20:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16a5d664b850d3b7b821ba30dfcf6e7b3fb7fd4",
"body": "Bug fixes\r\n* #284, specify Boost as a dependency in the config file",
"is_bot": false,
"headline": "arg_router v1.2.2",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T23:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc64b4a504b5875180dd54bec1aadbac695bd176",
"body": "arg_router v1.2.2",
"is_bot": false,
"headline": "Merge pull request #287 from cmannett85/arg_Router-v1.2.2",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T22:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eecc80790dd5e3390666fa223e679d4e5acd44c",
"body": "Bug fixes\n* #284, specify Boost as a dependency in the config file",
"is_bot": false,
"headline": "arg_router v1.2.2",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T22:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675ea2f7ee7d608d25960726811b2e275c0e8bc9",
"body": "arg_router v1.2.2",
"is_bot": false,
"headline": "Merge pull request #286 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T22:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa8fb184612135e0de67faf929692862f7dcafc",
"body": "#284 Specify Boost as a dependency in the config file",
"is_bot": false,
"headline": "Merge pull request #285 from cmannett85/issue_284",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T21:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a63be3eab0ab726ecbd634eb038175178ee931fe",
"body": "Fix #284",
"is_bot": false,
"headline": "#284 Specify Boost as a dependency in the config file",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T20:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a933658f7cfceefed394e81bf89031b22d3153a0",
"body": "Bug fixes\r\n* #274, CMake package should detect Boost headers itself\r\n\r\nImprovements\r\n* CMake package exported target should be namespaced (#275)\r\n* Improve CMake package config files installation (#276)",
"is_bot": false,
"headline": "arg_router v1.2.1",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T11:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e17756c9e0b3ae5e4eb7154ea1c39bebf576e77d",
"body": "Bug fixes\r\n* #274, CMake package should detect Boost headers itself\r\n\r\nImprovements\r\n* CMake package exported target should be namespaced (#275)\r\n* Improve CMake package config files installation (#276)",
"is_bot": false,
"headline": "arg_router v1.2.1",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T10:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41a6943ebd7345862b9e22d9917643ae89e3fe1",
"body": "Bug fixes\n* #274, CMake package should detect Boost headers itself\n\nImprovements\n* CMake package exported target should be namespaced (#275)\n* Improve CMake package config files installation (#276)",
"is_bot": false,
"headline": "arg_router v1.2.1",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T09:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9efdb72807f5e79def5febf65e002e1a8c3c7ee",
"body": "Merge to main",
"is_bot": false,
"headline": "Merge pull request #281 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-04T08:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e81820029404aa2acbf4ee4a9a58568b5f12e43",
"body": "CMake improvements",
"is_bot": false,
"headline": "Merge pull request #280 from cmannett85/cmake_improvements",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-03T23:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7a2c927a088a738a61e0ad54052785bceaf9f4",
"body": "Fix #274\nFix #275\nFix #276",
"is_bot": false,
"headline": "CMake improvements",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-03T22:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fbd90a040aac0aa4d25eed065445d645132f91",
"body": "Merge to main",
"is_bot": false,
"headline": "Merge pull request #278 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-02T23:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ea06c8b34ad6cdae5df0a3550589198bd816c7f",
"body": "#262 Update vcpkg version to v1.2.0",
"is_bot": false,
"headline": "Merge pull request #277 from cmannett85/update_vcpkg",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-02T22:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007f203fc888a7ad69a9c302a51c80407374bfc9",
"body": "Fix #262",
"is_bot": false,
"headline": "#262 Update vcpkg version to v1.2.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-03-02T22:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5f372c5ab7e38fbecb7e838573c18e53665602",
"body": "Merge to main",
"is_bot": false,
"headline": "Merge pull request #273 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T13:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fd12f1b24dacff7dc7b08d5718048d14da1da7",
"body": "arg_router v1.2.0",
"is_bot": false,
"headline": "Merge pull request #272 from cmannett85/arg_router_v1.2.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T12:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1773ea4687e7579924cbd4f9220694d080c669",
"body": "Bug fixes\n* #254, passing no args to short_form_expander_t::pre_parse_phase(..) causes segfault\n* #255, policy_unique_from_owner_parent_to_mode_or_root not working\n\nImprovements\n* Corrected CMake package so you don't need to manually set the include directory anymore (#257)\n* Node can be instantiated with bare compile-time strings and they are automatically mapped to the appropriate policy (#256)\n* Improved help output formatting documentation (#258)",
"is_bot": false,
"headline": "arg_router v1.2.0",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T12:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d7f41500e577b83d7b887b1f9e381a6422197d",
"body": "Merge to main for v1.2.0",
"is_bot": false,
"headline": "Merge pull request #270 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T11:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a11cb2a231b8b5a9c0b430d1ca614d415a38a39",
"body": "Merge fixes",
"is_bot": false,
"headline": "Merge pull request #271 from cmannett85/merge_fixes",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T11:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b0e7de58be6c8c744374960e30f15eef13a8b7a",
"body": "* vcpkg_test_project needed its own example due to always being a release behind\n* string_to_policy test suite assumed C++20\n* Added C++17 tests to PR checker so the above doesn't happen again",
"is_bot": false,
"headline": "Merge fixes",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T10:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89caaf585e8ebf7a23e574c771b25bec1bee0156",
"body": "#265 Add first string no char count checking string to policy mapper",
"is_bot": false,
"headline": "Merge pull request #269 from cmannett85/issue_265",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T00:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359de39a76ed28ee3664c65c693251f3d12c036a",
"body": "Fix #265",
"is_bot": false,
"headline": "#265 Add first string no char count checking string to policy mapper",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-26T00:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f052d4991575f6e5f3b4a38fb56cd9a56f8a40f0",
"body": "#258 Correct incomplete help documentation",
"is_bot": false,
"headline": "Merge pull request #268 from cmannett85/issue_258",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-25T19:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c16d1eba59aa2ff570f24189abf80ecc37ba8b5",
"body": "Fix #258",
"is_bot": false,
"headline": "#258 Correct incomplete help documentation",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-25T16:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cb3b376b725bd4c89d870e0cf9a9fd0b9fe5dd6",
"body": "#266 basic_cat examples not building on MSVC",
"is_bot": false,
"headline": "Merge pull request #267 from cmannett85/issue_266",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-25T10:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7f7fb91fa6cc285ae36e1ed65612288ff4be9f",
"body": null,
"is_bot": false,
"headline": "Updating README.md unit test coverage badge",
"author_name": "cmannett85",
"author_login": "cmannett85",
"committed_at": "2023-02-25T10:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9adf75706ff59428599ed87efa3708b22bfc8f2c",
"body": "Replacing the home-grown tuple_push_back function with std::tuple_cat causes MSVC to hang. I can't reproduce on CE so it must be related to some of the more complex types used in the basic_cat example.\n\nI also set build timeouts in the GHAs because this issue causes a 6 hour hang...\n\nFix #266",
"is_bot": false,
"headline": "#266 basic_cat examples not building on MSVC",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-25T09:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4984e4d6bfc032642ec8fb8425a77ea79c822e4d",
"body": "#256 Allow nodes to be instantiated with strings that are transformed…",
"is_bot": false,
"headline": "Merge pull request #264 from cmannett85/issue_256",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-21T22:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618617de2a228e80f159485a87142a12c97a7593",
"body": null,
"is_bot": false,
"headline": "Updating README.md unit test coverage badge",
"author_name": "cmannett85",
"author_login": "cmannett85",
"committed_at": "2023-02-21T22:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b492b1a660045be04c633ad245bb84efb2332bb",
"body": "… into long/short names and description\n\nFix #256",
"is_bot": false,
"headline": "#256 Allow nodes to be instantiated with strings that are transformed…",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-21T22:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6b064b39768424344b2ea6c72da869b4960631",
"body": "#257 CMake find_package should setup include directory",
"is_bot": false,
"headline": "Merge pull request #263 from cmannett85/issue_257",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-19T15:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e968b0f691b91a839b0863640fc0400fd50d3931",
"body": "Fix #257",
"is_bot": false,
"headline": "#257 CMake find_package should setup include directory",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-19T15:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927ce96a384e9d7a373fc52f3c33c552cf8866fd",
"body": "Merge to main",
"is_bot": false,
"headline": "Merge pull request #261 from cmannett85/develop",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-18T08:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46805fa51d419c458b5ecde864aada9fd01c72c3",
"body": "#255 policy_unique_from_owner_parent_to_mode_or_root not working",
"is_bot": false,
"headline": "Merge pull request #260 from cmannett85/issue_255",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-17T22:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c2bc61ebe0b69764879b9c438ac9a4f9269995",
"body": "Fix #255",
"is_bot": false,
"headline": "#255 policy_unique_from_owner_parent_to_mode_or_root not working",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-17T22:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34194a5bbbb951f07f275c9b93f92c54141dbd12",
"body": "#254 Passing no args to short_form_expander_t::pre_parse_phase(..) causes segfault",
"is_bot": false,
"headline": "Merge pull request #259 from cmannett85/issue_254",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-17T17:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a74d569a6dcc24760825a321a19ac7b8eb4e31",
"body": "…uses segfault\n\nFix #254",
"is_bot": false,
"headline": "#254 Passing no args to short_form_expander_t::pre_parse_phase(..) ca…",
"author_name": "Cam Mannett",
"author_login": "cmannett85",
"committed_at": "2023-02-17T16:57:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 0,
"latest_release_at": "2023-08-08T16:16:57Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 739,
"active_weeks_last_year": 0,
"days_since_latest_release": 1082,
"mean_days_between_releases": 42.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 55,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 145360,
"source_files_sampled": 186,
"oversized_source_files": 4,
"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": 209,
"open_issues": 10,
"closed_ratio": 0.945,
"closed_issues": 173,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cmannett85",
"commits": 382,
"avatar_url": "https://avatars.githubusercontent.com/u/12583103?v=4"
},
{
"type": "User",
"login": "cmannett85-arm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/118511395?v=4"
},
{
"type": "User",
"login": "BillyONeal",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1544943?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.992
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"action.yml",
"action.yml",
"docs_pusher.yml",
"merge_checker.yml",
"pr_checker.yml",
"release_builder.yml"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 26 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": 0,
"reason": "Found 1/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e04ed2ba211b714f3ac5484258716773e5f290c8",
"ran_at": "2026-07-25T18:29:36Z",
"aggregate_score": 3.1,
"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": "2024-07-16T07:04:31Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 12,
"created_at": "2021-09-04T07:37:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 342,
"created_at": "2023-08-06T10:14:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 373,
"created_at": "2023-08-28T10:15:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 374,
"created_at": "2023-08-28T10:17:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 375,
"created_at": "2023-08-28T10:18:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 376,
"created_at": "2023-08-28T10:24:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 381,
"created_at": "2023-08-29T09:52:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 391,
"created_at": "2023-09-09T18:17:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 394,
"created_at": "2023-09-16T15:08:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 399,
"created_at": "2024-07-16T07:52:43Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cmannett85/arg_router",
"host": "github.com",
"name": "arg_router",
"owner": "cmannett85"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 24,
"inputs": {
"security": 31,
"vitality": 22,
"community": 38,
"governance": 44,
"engineering": 63,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 40,
"overall_after_abandonment_multiplier": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 739,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 739 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 739
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 1082,
"mean_days_between_releases": 42.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1082 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1082
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~42.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 42.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 10,
"days_since_last_merged_pr": 739,
"days_since_last_human_commit": 739,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 739 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 739,
"count": 3,
"signals": "issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"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": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 0,
"stars": 55,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "55 stars",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 55
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSL-1.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSL-1.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.992
},
"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 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 209,
"open_issues": 10,
"closed_issues": 173,
"issue_closed_ratio": 0.945,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "209/216 decided PRs merged",
"points": 37,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 209,
"decided": 216
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 40,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "cmannett85",
"public_repos": 5,
"account_age_days": 4080
},
"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": "3 followers of cmannett85",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "cmannett85"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~11 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"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": "0 out of 26 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"argument-parser",
"command-line",
"cpp",
"cpp17",
"cpp20"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 26 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 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 46,
"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.85,
"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": "85 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 145360,
"source_files_sampled": 186,
"oversized_source_files": 4
},
"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": "4/186 source files over 60KB",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 186,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-25T18:29:52.424131Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cmannett85/arg_router.svg",
"full_name": "cmannett85/arg_router",
"license_state": "standard",
"license_spdx": "BSL-1.0"
}