Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"parser",
"library",
"command-line",
"argparse",
"cpp",
"cpp17",
"optparse",
"argument-parser",
"header-only",
"argv",
"options",
"args"
],
"is_fork": false,
"size_kb": 613,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 1213,
"C++": 302237,
"CMake": 10967,
"Shell": 11368
},
"pushed_at": "2023-08-31T18:35:02Z",
"created_at": "2018-12-16T14:44:37Z",
"owner_type": "User",
"updated_at": "2026-07-20T08:29:23Z",
"description": "C++ command line parsing library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "master",
"license_spdx_raw": "MPL-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": null,
"name": "Marko Mahnič",
"type": "User",
"login": "mmahnic",
"company": null,
"location": "Ljubljana",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/518264?v=4",
"created_at": "2010-12-10T19:47:04Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 5705
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2023-03-30T17:21:19Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2020-03-08T20:59:53Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2020-03-08T18:50:18Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2020-01-01T15:15:07Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2019-12-27T17:50:49Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-12-27T15:23:48Z"
},
{
"tag": "v0.1",
"kind": "other",
"published_at": "2019-12-19T14:47:01Z"
}
],
"recent_commits": [
{
"oid": "0d9e50d9c8a6e2d829074bdc0ec0fbd932b9f797",
"body": "- removed parameter names for known types\r\n- commented parameter names for string types\r\n- moved virtual method body from header to implementation file\r\n- moved cmakesettings to template\r\n- added more options to pedantic builds",
"is_bot": false,
"headline": "Fix unused parameters (#19)",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-31T18:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c552c3475a434500b1299d7e5a433ced8e7f83",
"body": null,
"is_bot": false,
"headline": "Ignore CMakeSettings.json, but provide some default in .json.in",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-31T18:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a48f3e951d5070559106fb686e3da5004f4cfd2",
"body": null,
"is_bot": false,
"headline": "Add more options for pedantic build, use pedantic in tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-31T17:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c411459a6b8bce1516ce22286dd1bb404a2a772",
"body": "Keep the names as comments where the purpose of the parameter is\nnot clear from the type (std::string)",
"is_bot": false,
"headline": "Remove unused parameter names in implementation files",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-31T17:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f6d5991747b22ef5a0427d923ef42f769f96ff",
"body": null,
"is_bot": false,
"headline": "Update comments and changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec41db7ddbb160d79869ea151f0d2d8efb3c8083",
"body": null,
"is_bot": false,
"headline": "Move minargs initialization for vectors to optionfactory",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dd06631194da7e7cc9e745857d3c90c3cd171f0",
"body": null,
"is_bot": false,
"headline": "Add tests for setting missing value multiple times on vectors",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3255a55af8b609fd164ebbc4cc5de5448a1b26c2",
"body": null,
"is_bot": false,
"headline": "Fix the remaining errors - make minor changes in tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad80006250487750eeb779597c5d22e5b56c806a",
"body": null,
"is_bot": false,
"headline": "Use flagValue as the missing value",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f83e5f0af30e400d9521ec7fafe2716fce3cff",
"body": null,
"is_bot": false,
"headline": "Implement (auto)setMissingValue",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a0725c49971000570a7e770f349349c90910ed5",
"body": null,
"is_bot": false,
"headline": "Fix minargs/maxargs initialization in option",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d7099249975d12f5bedd9670fdcfc345a6e0c1",
"body": "Breaks tests:\n\n- shouldOnlyAddOptionValueIfRequired\n- shouldReportErrorForMissingArgument",
"is_bot": false,
"headline": "Add elements to an option with optional vector target",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a8304b723788c63072e814d33bfc9b6f4d50a1d",
"body": null,
"is_bot": false,
"headline": "Add tests for supporting optional<vector>",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-30T19:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774c83216f6ae27dc6a933ad7c254d085d39bcdf",
"body": null,
"is_bot": false,
"headline": "Remove toolchain file from cmakesettings",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-28T16:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed311cd2921940ecbc90550188e689418a15b025",
"body": null,
"is_bot": false,
"headline": "Remove msvc compiler warnings",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-20T16:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abffaf72bacb727c1f89de93ac607b9b633bbbc8",
"body": null,
"is_bot": false,
"headline": "Reformat code",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-08-20T16:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b9dea346dddd929ccc75dbb641886cc0da4eb3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'prepare_release'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-03-30T16:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1aab25a5521f42835db907615c0fbf3f9f3dea7",
"body": null,
"is_bot": false,
"headline": "Add tests for using the library through vcpkg",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-03-29T18:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a835b30fd79b5e8437c111a70526257e41fa6dca",
"body": null,
"is_bot": false,
"headline": "Add descriptions to shell tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-03-29T18:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb32e36b3217d65b713f75011b89e5a32218897",
"body": null,
"is_bot": false,
"headline": "Add release 0.3.2 to changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-03-28T18:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139d296bb41ecd7abe7c20dee99369f0fd58a46e",
"body": null,
"is_bot": false,
"headline": "Ignore tempdirs",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-03-28T17:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f1753ce8e4a96a44ca09d4ff34163759fc33f9",
"body": null,
"is_bot": false,
"headline": "Update Travis CI link",
"author_name": "ROCKTAKEY",
"author_login": "ROCKTAKEY",
"committed_at": "2023-03-12T16:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7bf0e0b8a7fae52940d54ed294b33811620115",
"body": null,
"is_bot": false,
"headline": "Remove xenial from travis build matrxi",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T17:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04750b9db824900d8c3b8b48a480b13e50538483",
"body": null,
"is_bot": false,
"headline": "Remove lgtm tag from readme",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T17:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5385a44d13bd1fc23866b152f085e08c0852b98c",
"body": null,
"is_bot": false,
"headline": "Use the master branch in fetchcontent",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T17:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1abae59ef7625f1677c89b35032f8ec35750053",
"body": null,
"is_bot": false,
"headline": "Merge branch 'improve_cmake'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T16:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891c4e6aff6ae7ea43c1ed3d09126f2737dc6497",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T16:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ccf214a73bb907035e91e44928ec30a41a1f9f",
"body": null,
"is_bot": false,
"headline": "Remove the introduction in building.md",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T16:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438096a5df2121a9b44bafc1e831340c3a7c1d6c",
"body": null,
"is_bot": false,
"headline": "Cleanup - reduce the use of cmake variables",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T16:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee1aace171f2a8ed3d04b1a75141dbb364699c4",
"body": null,
"is_bot": false,
"headline": "Do not install configuration files if no targets need to be exported",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-11T12:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f876c2dd31225c035631b6a60c101d7eea221102",
"body": null,
"is_bot": false,
"headline": "Update building documentation",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-10T19:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae1d59ab740927d2b93dd4f82d230d62aa00f3a",
"body": null,
"is_bot": false,
"headline": "Do not publish the static-lib header if static lib is not published",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T18:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ecdb3c97f48f6055f0ce3e3ad7b4d37400a5ce",
"body": "- move library definition from src to include\n- change the value of headeronly_name\n- add the install_interface\n- cleanup",
"is_bot": false,
"headline": "Fix header-only publishing",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T18:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2fe17445a20e12db2a4f2a5167c1b7c98437871",
"body": null,
"is_bot": false,
"headline": "Define the header-only target when it is selected for install",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T18:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "064f77fedfd25175c1386bc87226a2e20c6c646f",
"body": null,
"is_bot": false,
"headline": "Fix the test for consuming the published header only library",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T17:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "719d092336a716b087fa325cbc9f1adfa557c88d",
"body": null,
"is_bot": false,
"headline": "Always install cmake target definitions, cleanup toplevel publish test",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T17:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46875df35ddd47dd47488dc947e039e78eabce46",
"body": null,
"is_bot": false,
"headline": "Try to consume the published static library",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-09T17:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bccfbe28a6e04b04aaf06209a56e170e63acda8a",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T18:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e621748c872bb015c91e836ad5030d1bb7e9a6a",
"body": null,
"is_bot": false,
"headline": "Fix the toplevel-publish test script",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T18:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18163a43ac5292b3e9c4aa1469fd3557f3e90da6",
"body": null,
"is_bot": false,
"headline": "Add an option to install header-only version",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T18:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f68e96bfc2e7cb259d9fcd78a07d40da2d8c93",
"body": null,
"is_bot": false,
"headline": "Ignore xdata directory",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T17:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88afbef9908de17fba8773a2eed215251e5d1e6b",
"body": null,
"is_bot": false,
"headline": "Add tests for toplevel building and publishing",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T17:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54a1b49d2dc0522dd292dd06a98a0ba79a0a32bd",
"body": null,
"is_bot": false,
"headline": "Transform headers only when top-level",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T17:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cceb475b13e3fc2e2d4fb3509fc33aaa94f85366",
"body": null,
"is_bot": false,
"headline": "Improve fetch-content and submodule test scripts",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T16:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c51c3a68325603792f2a95bdf628f224e987a6",
"body": null,
"is_bot": false,
"headline": "Add gitattributes",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-08T16:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4b42c1d0e4a524fdaa3fc70ecbef597ac87af6",
"body": null,
"is_bot": false,
"headline": "Remove old headerlib and staticlib tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-03T18:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308240f9743dce3a3697413a04a8df9cb2adc19e",
"body": null,
"is_bot": false,
"headline": "Remove disabled code from test cmakelist",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-03T18:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8382e4da6aefc1f23244f1e7a77daf6543bcffa",
"body": null,
"is_bot": false,
"headline": "Add a test for consuming a header-only library with FetchContent",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-03T18:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e954d358f522345226da91889d1610bcc67355d",
"body": null,
"is_bot": false,
"headline": "Add a test for consuming a static library with FetchContent",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-03T18:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe48912f01f2a9ca106ff03ac02fff07446dc477",
"body": null,
"is_bot": false,
"headline": "Add tests for consuming the library",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-02T19:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f270af055742492a193ccbda026b68281c2c2d2",
"body": null,
"is_bot": false,
"headline": "Fix header-only name",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-02-02T19:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc8a4753b31a316842b808a0ec931f4b8ecf0f1",
"body": null,
"is_bot": false,
"headline": "Use project_name when defining library targets",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-26T20:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f9a2b15ecbcb2dce64fe8d3bd637fe58e2b0c1",
"body": "…ctory",
"is_bot": false,
"headline": "Add target Argumentum::header for header-only use through add_subdire…",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-26T20:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a717842394e0ad6c197cc046a65629ea6688a853",
"body": null,
"is_bot": false,
"headline": "Set minimum version to 3.13 because of target_sources",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-25T20:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "047ec26813a32e4d7cc3d503b5349ef9e86f018d",
"body": null,
"is_bot": false,
"headline": "Define sources with target_sources",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-25T19:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d4822053ebab2dd88fdd0baff7c78f63da47b86",
"body": "This works better with older versions of CMake.",
"is_bot": false,
"headline": "Use argumentum_is_top_level instead of project_is_top_level",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-25T19:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9862dc59164043ee2287c188556df2f1d685ef4a",
"body": null,
"is_bot": false,
"headline": "Do not build examples and tests if the project is not top-level",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-24T20:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ef6b9b9bd5ec766b21a1f8a489e5055d31ae23",
"body": null,
"is_bot": false,
"headline": "Update project version",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-24T19:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d84bebcf1390c115170a43acab8cb58da1d7d64",
"body": "Keep the default settings",
"is_bot": false,
"headline": "Create codeql.yml",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2023-01-23T18:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac44e413905814532ec28547f74baf6ac827ce61",
"body": null,
"is_bot": false,
"headline": "Improve instructions for building and using the library",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-09-25T16:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef707e3471391d77eaa7f07c75ae0e7b26f747c",
"body": "Path resolution was not working when the library was included\nas a subproject.",
"is_bot": false,
"headline": "Fix path to faketarget.cpp",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-09-25T15:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8303ddb189d9cbbdac0e915fcf00700918bf8c7d",
"body": "Fix -Werror=pessimizing-move",
"is_bot": false,
"headline": "Do not move a local variable in return",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-09-25T11:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af1c4614c14790b030a9f979eeb41333461bd843",
"body": "Also fix a -Werror=parentheses error in parameterconfig",
"is_bot": false,
"headline": "Fix logic error in cleanVarName",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-09-25T11:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45709e50d5d5d99f8b11709639822eb43ec48a12",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-07-21T16:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8a51f6b712c818e22043f0b5a0cd723ab5e4b0",
"body": null,
"is_bot": false,
"headline": "Add x64-release, update toolchain path",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-07-21T16:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2df408644d9f8b6295fb18327a100fb2e7d17871",
"body": null,
"is_bot": false,
"headline": "Merge branch 'rename_param_methods'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-07-21T15:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6869d067602124a9f7c0b9133d863eccfd89fef4",
"body": null,
"is_bot": false,
"headline": "Make absent an alias for default_value",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-07-21T15:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668c484fd000337bf313824ee8073ef6d5171f1c",
"body": null,
"is_bot": false,
"headline": "Add an alias for add_parameter",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2022-07-21T15:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54baf4fa6f6a7394f5854737e8e0f401c791dd22",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix_optional_positional_args'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-08-05T16:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567287567d15f1adf396a1604e56b49d4722f95f",
"body": null,
"is_bot": false,
"headline": "Fix the positional test, fix optional positional argument check",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-08-05T16:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bacc061b3f2feb4b1b2b760cee93182e593ce27",
"body": null,
"is_bot": false,
"headline": "Add a test that fails with an optional positional argument",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-08-05T15:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8c54e8f10b12337ec63260f7b60adbf370170d",
"body": null,
"is_bot": false,
"headline": "Update the changelog",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-16T11:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9c89c48a1a15e419c21d04a71165d59ca84299",
"body": null,
"is_bot": false,
"headline": "Merge branch 'upgrade_metavar'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-16T11:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043885358a561ebfc4ed1e07eb8c96da1c9a3d2b",
"body": null,
"is_bot": false,
"headline": "Simplify metavar description calculation",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-16T10:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc2a479698db3c0d899da0b68ff2a881fe1c6fd",
"body": null,
"is_bot": false,
"headline": "Handle excessive/optional metavar names when argument count is limited",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-16T10:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e023ad3874caffd1bcba0c149b90df9f8c17eca",
"body": "DRY",
"is_bot": false,
"headline": "Simplify metavar tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-16T10:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd4ff63ab717286d7882dcbfd86ba9f525444ba",
"body": "The tests are currently failing",
"is_bot": false,
"headline": "Add tests for excessive/optional metavar names when arg count is limited",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-15T17:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb2e95a54dc127d35336595f683ec43211f78bc",
"body": "…mited",
"is_bot": false,
"headline": "Handle excessive/optional metavar names when argument count is not li…",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-15T16:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b097a24cb4c256c1aa72043336f5b5bcb06a80",
"body": "We add it even though it contains machine-dependent info.",
"is_bot": false,
"headline": "Add cmakesettings",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-15T15:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e62b70033d35f111bb1449cea2e5b213dcc1c4f8",
"body": null,
"is_bot": false,
"headline": "Remove some compiler warnings",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-15T15:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d897fffe2383749a7aa7412eb14f0502232b3c8",
"body": null,
"is_bot": false,
"headline": "Add two more tests for metavars",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-14T17:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c891fa93661d381d23c19a06e35e345f09e58517",
"body": null,
"is_bot": false,
"headline": "Use more than one metavar name from the list",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-14T17:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b14da28fdc2808dcfe5979ba59c3a92e8e696da",
"body": null,
"is_bot": false,
"headline": "Cleanup metavar names",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-14T17:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a42ed1047ba4ffd4fc737b5374ee3cefa1bad3",
"body": null,
"is_bot": false,
"headline": "Change metavar to a vector of strings",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-13T20:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27e284245c908f57c16859ebcb13bc1a1c5cefe",
"body": null,
"is_bot": false,
"headline": "Change lambda formatting",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-13T20:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc32a06bb2cd30be5c9e291c7dee94a3ad08c36",
"body": null,
"is_bot": false,
"headline": "Add a test for metavars with different names in an option",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-13T19:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4935c16407ff15e82744bd3f589ea9811b05ef63",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix_signed_compare'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8053c71ba6de6061903a3cfa66e03e0b1319088",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary semicolon",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b413b84565babf965093d14c603d8fb7a718e0e",
"body": null,
"is_bot": false,
"headline": "Add sign-compare errors to travis, add compiler versions 9 and 10",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cb9be345e60c00ae866095a7b935107efd9911",
"body": "expect_true expands to an if statment",
"is_bot": false,
"headline": "Add braces around expect_true macro to remove if/else ambiguity",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265790d934934945316955e0b3adf72f990b40e4",
"body": null,
"is_bot": false,
"headline": "Remove unused variables from help test",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6152515d7b56082ff571cf7c52b9c42f8878ca75",
"body": null,
"is_bot": false,
"headline": "Fix signed/unsigned comparison in tests",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c002c02d7c34b9c9caa6c3793b30b32e82ff0a",
"body": null,
"is_bot": false,
"headline": "Fix singed/unsigned comparison by using if constexpr in convert.h",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-05-05T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac1d4535a11182e09c9935ab9b314eb6071fcfa",
"body": null,
"is_bot": false,
"headline": "Use 'subprocess' in the title about forwarding",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50978533da21bda50afc93501211bbfc473c219",
"body": null,
"is_bot": false,
"headline": "Fix a typo in readme",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c516e34b1f11910b49b85386faa718c7d987d6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'forward_params'",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43e7ae08d5a327ab0e6a1bdfa50b71a8f8f95bf",
"body": null,
"is_bot": false,
"headline": "Make the addArg lambda parameter const-ref",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7abec20f7dc2b4183d6edd88e5f032c2ecbf0fe9",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c9835f85947b024067443098bb92fc511957ee",
"body": null,
"is_bot": false,
"headline": "Document consecutive commas of forward options in readme",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33abfbee319b8e6736ebc67287066d0323c374e",
"body": null,
"is_bot": false,
"headline": "Add a test for a longer run of commas in forwarded arguments",
"author_name": "Marko Mahnič",
"author_login": "mmahnic",
"committed_at": "2021-04-06T17:03:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2023-03-30T17:21:19Z",
"latest_release_tag": "v0.3.2",
"releases_from_tags": false,
"days_since_last_push": 1058,
"active_weeks_last_year": 0,
"days_since_latest_release": 1213,
"mean_days_between_releases": 199.5
},
"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": 12,
"stars": 207,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2024-12-22",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"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": 41522,
"source_files_sampled": 83,
"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": 10,
"open_issues": 2,
"closed_ratio": 0.8,
"closed_issues": 8,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mmahnic",
"commits": 658,
"avatar_url": "https://avatars.githubusercontent.com/u/518264?v=4"
},
{
"type": "User",
"login": "ROCKTAKEY",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20369462?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.998
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.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 3 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/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"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": "0d9e50d9c8a6e2d829074bdc0ec0fbd932b9f797",
"ran_at": "2026-07-25T18:31:18Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2023-08-31T18:34:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 10,
"created_at": "2021-08-17T14:11:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2025-01-15T09:26:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mmahnic/argumentum",
"host": "github.com",
"name": "argumentum",
"owner": "mmahnic"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 36,
"inputs": {
"security": 44,
"vitality": 18,
"community": 49,
"governance": 42,
"engineering": 59,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 42,
"overall_after_abandonment_multiplier": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"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": 1058,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1058 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1058
}
}
],
"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": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.3.2",
"releases_from_tags": false,
"days_since_latest_release": 1213,
"mean_days_between_releases": 199.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1213 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1213
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~199.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 199.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 1058,
"days_since_last_human_commit": 1058,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1058 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1058,
"count": 2,
"signals": "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": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 12,
"stars": 207,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "207 stars",
"points": 37.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 207
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.998
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 10,
"open_issues": 2,
"closed_issues": 8,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/11 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/19 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": 48,
"inputs": {
"followers": 5,
"owner_type": "User",
"is_verified": null,
"owner_login": "mmahnic",
"public_repos": 27,
"account_age_days": 5705
},
"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": "5 followers of mmahnic",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "mmahnic"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~15 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"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": 59,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"parser",
"library",
"command-line",
"argparse",
"cpp",
"cpp17",
"optparse",
"argument-parser",
"header-only",
"argv",
"options",
"args"
],
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"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": "at_risk",
"name": "Security",
"value": 44,
"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, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.4
},
"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 3 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/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"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": 3
},
"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": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.04,
"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": "4 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"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": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 41522,
"source_files_sampled": 83,
"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": "0/83 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 83,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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:31:27.029502Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mmahnic/argumentum.svg",
"full_name": "mmahnic/argumentum",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}