原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4810,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 347442,
"C++": 628001,
"HTML": 382,
"CMake": 16518,
"JavaScript": 5953
},
"pushed_at": "2021-05-10T15:53:49Z",
"created_at": "2016-04-20T18:31:31Z",
"owner_type": "Organization",
"updated_at": "2026-02-02T06:48:35Z",
"description": "Low-level C-language application programming interface for Max",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C++",
"significant_languages": [
"C++",
"C"
]
},
"owner": {
"blog": "https://cycling74.com",
"name": "Cycling '74",
"type": "Organization",
"login": "Cycling74",
"company": null,
"location": "San Francisco, CA",
"followers": 388,
"avatar_url": "https://avatars.githubusercontent.com/u/1863807?v=4",
"created_at": "2012-06-18T17:39:20Z",
"is_verified": null,
"public_repos": 90,
"account_age_days": 5156
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2019-11-21T17:07:53Z"
}
],
"recent_commits": [
{
"oid": "51a4eced31a9d405d1b099f4551e5cd8a4b8f3ee",
"body": "Read package version from package-info.json",
"is_bot": false,
"headline": "Merge pull request #24 from Cycling74/versioning",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-05-10T15:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d0cebcf824942740d817349d0f78ce71a2a677",
"body": "…t the actual version used",
"is_bot": false,
"headline": "Move ‘building’ message to after reading package-info.json so we prin…",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-05-10T15:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cdaca0074c0ad5d40e94cf420a29c9311fc09b",
"body": "This allows a package to override version number extracted from the git tags. When package-info.json doesn’t contain a version key, it’ll fallback to using the git tags.",
"is_bot": false,
"headline": "Read version from package-info.json",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-05-10T15:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75eb38bea8eb9e3be1a111be8eba4734f78e7b35",
"body": null,
"is_bot": false,
"headline": "Add scheduler_fromobject declaration",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-05-10T10:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d0281feef3bec422004fc81c54c8af44f2d543",
"body": null,
"is_bot": false,
"headline": "Merge branch 'xnor/extern-name-xcompile'",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2021-05-06T17:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e23828d7f7badb3c79cfa4935711aef7bfccda03",
"body": null,
"is_bot": false,
"headline": "enable cross compiling to find jitter and opengl",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2021-05-06T17:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625a452a81c4909ddb2e9bb514948f7bd8e2f363",
"body": null,
"is_bot": false,
"headline": "don't require VS for windows, allow explicit external names",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2021-04-22T00:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84bd8a07ffe84ec60d8d1ad71ea5b7e5584bf30",
"body": "This PR removes the dependency on cmakepp because of compatibility issues with CMake 3.20.0.\r\n\r\nUsing CMake 3.20.0 or later resulted in the following error:\r\n```\r\nCMake Error at source/min-api/max-api/script/cmakepp/source/core/return/return.cmake:5 (macro):\r\n Built-in flow control command \"return\"\n[…]\n from `package-info.json`. CMake has native JSON support since version 3.19. So instead of using cmakepp, we now use CMake's native support. As a side-effect, max-api now requires CMake 3.19 or later.",
"is_bot": false,
"headline": "Merge pull request #21 from Cycling74/no-cmakepp",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-04-09T08:29:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72ad0803115e5c9a1aa7addce05b54ae04103a19",
"body": null,
"is_bot": false,
"headline": "Remove cmakepp",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-04-08T19:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4e623003103e12578f0eab5d981287b652258c",
"body": "This bumps the minimum required CMake version to 3.19",
"is_bot": false,
"headline": "Use CMake’s native JSON functionality",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-04-08T19:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b710940e67d5aa9faf6e6cbcf24fb3814d13081",
"body": null,
"is_bot": false,
"headline": "improve tag parsing",
"author_name": "Jeremy Bernstein",
"author_login": "jeremybernstein",
"committed_at": "2021-03-29T12:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0463b814bf3c79b82a3d28b8ccb21cb86c22a5f3",
"body": "CMAKE_CURRENT_LIST_DIR is better because it is set to the directory of the file being processed (max-pretarget.cmake), regardless of the path of the file including this cmake file.\n\nA relative path based on CMAKE_CURRENT_SOURCE_DIR makes too many assumptions about how the project is structured.",
"is_bot": false,
"headline": "Use CMAKE_CURRENT_LIST_DIR",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2021-02-11T12:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7edf02f24320a7f6df3ec76e5e3d9d9ca1bab6",
"body": null,
"is_bot": false,
"headline": "cmake - provide default version values if not running from git project",
"author_name": "Robert Ramirez",
"author_login": null,
"committed_at": "2021-01-26T00:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cc3bd87f271db70d782eb5ff0d6477fe70b268",
"body": "includes: max platform - use c++11/c99 integer types",
"is_bot": false,
"headline": "Merge pull request #20 from Cycling74/feature/c74-ctypes",
"author_name": "Rob Ramirez",
"author_login": "robtherich",
"committed_at": "2021-01-21T18:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d24fc63037f8fb2463bd6069ee9122f59569091",
"body": "this fixes some API issues when it comes to `long`, `long long` and\n`int64_t` to be distinct types.\n\nunfortunately we cannot use `intptr_t` for `t_ptr_int`, as the this\nagain is a distinct type from `int64_t`",
"is_bot": false,
"headline": "includes: max platform - use c++11/c99 integer types",
"author_name": "Tim Blechmann",
"author_login": "timblechmann",
"committed_at": "2021-01-09T07:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c88436b1a91ceffd8110f53a8629fce8599baa3",
"body": null,
"is_bot": false,
"headline": "Update ReadMe.md",
"author_name": "Rob Ramirez",
"author_login": null,
"committed_at": "2020-10-29T21:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6848dd074bf5f29891148c2b03b287a1a2e35f09",
"body": "… package-info.json\n\nverinfo.rc's C74OBJECTPROPERTIES will set to the contents of excludefromcollectives.json when exclude_from_collectives is set in the package-info.json's package_extra key\n\nThis allows an external to mark itself to be excluded from collectives.",
"is_bot": false,
"headline": "Set c74excludefromcollectives when exclude_from_collectives is set in…",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-10-23T12:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2179d41f1bd50de6831ecf0f8838406556c0d8f8",
"body": null,
"is_bot": false,
"headline": "Set the CompanyName to the value of the author key in package-info.json",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-10-23T12:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71d813d1e39b44653631be89e3fcd7e74fccb95",
"body": "The verinfo.rc file gets generated and added by default. You can disable this by setting add_verinfo to false in your package-info.json file.\n\nFor example:\n{\n \"package_extra\": {\n \"add_verinfo\": false\n }\n}",
"is_bot": false,
"headline": "Generate a verinfo.rc file and add it to Windows targets",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-10-23T12:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93232bad13da644ed68e9d012c39c384124faaef",
"body": "…e folder\"\n\nThis reverts commit 7808e9142a04418021eb988d22f00723a491eabc.",
"is_bot": false,
"headline": "Revert \"allow for user defined project name that isn't the same as th…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-09-09T17:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e59ccee85a9045f7404d489c584dd96498644888",
"body": "…UT_NAME\"\n\nThis reverts commit faac254e592e394b54c4a05f112fbb07f3a7e517.",
"is_bot": false,
"headline": "Revert \"don't change the project name, just make a cached EXTERN_OUTP…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-09-09T17:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7639b0aabb287f72807f0727e3f36000ac896a39",
"body": "added methods needed for setting up snapshots",
"is_bot": false,
"headline": "Merge pull request #16 from Cycling74/xnor/snapshot-methods",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-09-09T14:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0453cecd1c998bdeb8b32e42768d31286c434bf2",
"body": null,
"is_bot": false,
"headline": "added methods needed for setting up snapshots",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2020-09-02T23:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1f9566329363b12ceb7afda0de075e58867d8e",
"body": "allow for user defined project name that isn't the same as the folder",
"is_bot": false,
"headline": "Merge pull request #15 from Cycling74/xnor/project-name",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-08-05T14:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faac254e592e394b54c4a05f112fbb07f3a7e517",
"body": "so the user can change this",
"is_bot": false,
"headline": "don't change the project name, just make a cached EXTERN_OUTPUT_NAME",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2020-08-04T20:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7808e9142a04418021eb988d22f00723a491eabc",
"body": null,
"is_bot": false,
"headline": "allow for user defined project name that isn't the same as the folder",
"author_name": "Alex Norman",
"author_login": "x37v",
"committed_at": "2020-08-04T00:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ce0ac18bb4ee967238d4cd03e1ecce86ffd960",
"body": null,
"is_bot": false,
"headline": "Update win64/MaxAPI.lib",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-07-17T11:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eac87ee43082025928e5818ac9fbdb6490b14da",
"body": "…cmakepp",
"is_bot": false,
"headline": "updating cmakepp to the latest from https://github.com/AnotherFoxGuy/…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-06-18T14:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75d0ed3f99b06f981c6513a246fb22a3d201ce3",
"body": null,
"is_bot": false,
"headline": "Add object_parameter_color_get",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-06-18T11:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c923b0694896a279a0e2278636f885705f8fdf8",
"body": null,
"is_bot": false,
"headline": "Make CLASS_ATTR_DEFAULTNAME compile",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-06-17T13:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64228b9b3720ef015621c135469ee05ef45ff65a",
"body": null,
"is_bot": false,
"headline": "Add class_parameter_register_default_color",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-06-17T13:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4f293b8ad6e39a69664583218e39c5e032500b3",
"body": null,
"is_bot": false,
"headline": "improved c++ namespacing in macros",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-06-15T19:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aa120fb6345bba52995cbd19c766e23d3443f9",
"body": "…lockpixels",
"is_bot": false,
"headline": "Add jgraphics_image_surface_lockpixels and jgraphics_image_surface_un…",
"author_name": "Hidde de Jong",
"author_login": "hiddedejong",
"committed_at": "2020-06-05T17:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12170f1c1417bd19a9c753c25608479c8bc176da",
"body": null,
"is_bot": false,
"headline": "improved const safety",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2020-06-03T20:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c06b88fc30da0931b6dfa4a874bc081afe00926",
"body": null,
"is_bot": false,
"headline": "enums changed to class enums -- resolves warnings issued in VS2019",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2020-04-15T19:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2320703071f2f36095f4f0c08166b86e05400686",
"body": null,
"is_bot": false,
"headline": "adding mouse/multitouch definitions",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-04-03T17:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc6af677960a1052b60552a58170ec20ce3aee2",
"body": null,
"is_bot": false,
"headline": "reintroducing messlist struct from the traditional sdk",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-03-13T15:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47619d693195da4f7285a77f37699bc7abf48e72",
"body": null,
"is_bot": false,
"headline": "object_method: adding additional overloads.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2020-01-02T22:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce77346cc602285c5e7c800ffe0c564cfd546b8",
"body": null,
"is_bot": false,
"headline": "updating C++ standard",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-12-27T21:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e4ac0e1917c99b874b3a53552a8cda43687cfd",
"body": null,
"is_bot": false,
"headline": "whitespace: tabs->spaces and trim trailing whitespace",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-12-27T15:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f1f0080a442008c6a3e63881fd6b5a3a3c3f62",
"body": null,
"is_bot": false,
"headline": "added prototype",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-12-27T14:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8c4a855f4e6d6738f7f664e1a186d8140e9cac6",
"body": "…ship of atomarray.",
"is_bot": false,
"headline": "packages_addpackage: adding critical documentation about memory owner…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-11-21T17:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1d934e470219c86826aa5f8137edcc9766d222",
"body": "hashtab structs from max-sdk",
"is_bot": false,
"headline": "Merge pull request #11 from Badokas/fixes",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-11-13T13:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d835f0037e8f3839e6c8cf377bd76feff40f878a",
"body": null,
"is_bot": false,
"headline": "doxygen comment fixes",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-11-11T22:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab918098810edd9ae5ebbe3c1c7fb8d4310e66c",
"body": null,
"is_bot": false,
"headline": "indent",
"author_name": "Badokas",
"author_login": "Badokas",
"committed_at": "2019-11-11T16:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a8b5235886d167baacaf9eb67b36f644a91a0b7",
"body": null,
"is_bot": false,
"headline": "hashtab structs from max-sdk",
"author_name": "Mindaugas",
"author_login": "Badokas",
"committed_at": "2019-11-11T15:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2773956d8b9a338a529f30d4953e0bbf162c13",
"body": null,
"is_bot": false,
"headline": "windows: do not generate ILK files",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-08-14T16:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1a2b57b2fd218301729e00e234dca838336498",
"body": "…the static MSC runtime libs for newer versions of CMake/Visual Studio. See #9.",
"is_bot": false,
"headline": "updating mechanism for setting externals to compile by default using …",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-08-14T16:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eecc9cb493f5fa620a04d070dfc505c5562624d",
"body": null,
"is_bot": false,
"headline": "add max_jit_mop_notify",
"author_name": "Robert Ramirez",
"author_login": null,
"committed_at": "2019-08-13T22:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a6e94f434a840656f601bd46e8fb00809d8e9a",
"body": "…t support",
"is_bot": false,
"headline": "adding old-school binbuf functions which are still required for prese…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2019-07-17T16:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ddbfdce1ec42a783025b2d5fed74afbbdb2cd61",
"body": null,
"is_bot": false,
"headline": ".gitignore: mac ds store dfiles",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-12-21T20:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be65b9c01e4a28418d405f30140d24a6c32dd15",
"body": null,
"is_bot": false,
"headline": "adding MSP flag for MC inlet support",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-12-18T19:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c771ddc3ca0bc96af135d127444ca150c6e3cfd3",
"body": null,
"is_bot": false,
"headline": "cmake: default mac architecture is now x64 instead of universal binary.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-10-30T20:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f48e0a4561992edbc95b09b2924852b92470eef",
"body": null,
"is_bot": false,
"headline": "Adding support for overriding the default arch on the mac.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-10-10T22:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e6ddc630d91e8fdce4c60ed33fd2176c3350a2e",
"body": null,
"is_bot": false,
"headline": "adding c74_max_systhread.h",
"author_name": "Emmanuel Jourdan",
"author_login": "emmanueljourdan",
"committed_at": "2018-10-09T19:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660d66f03a52bf91e9544a66363725bfe89da937",
"body": null,
"is_bot": false,
"headline": "fixed t_jrgba types",
"author_name": "Emmanuel Jourdan",
"author_login": "emmanueljourdan",
"committed_at": "2018-10-09T15:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c636b449f57e60203eda0b3031d604e60b4534",
"body": null,
"is_bot": false,
"headline": "unit tests do not link against Max",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-06-12T20:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eddac66f4b6324ef8f06a00c8b68a6063c78365a",
"body": null,
"is_bot": false,
"headline": "pkginfo not copied for unit tests",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-04-09T19:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7294840a9db387d387111f540ba8bc357e228f",
"body": null,
"is_bot": false,
"headline": "Fix for missing PkgInfo files when using CMake.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-04-09T19:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571015ade6bd7b9effd2488996f7af13a2e5164c",
"body": null,
"is_bot": false,
"headline": "Copyright updated to 2018",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-03-30T16:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a6a0a226ce953cc141a6e6f16ac83cc5f13b9fe",
"body": null,
"is_bot": false,
"headline": "adding some style and color related api functions.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-02-05T02:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5c94bdcde691bba022f8afb60ed996c0464282",
"body": null,
"is_bot": false,
"headline": "cmake on windows: updating target_link_libraries style for consistency",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2018-01-09T19:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c226e4cd683cdae0f2f63fc2bb7704f7a5e4be93",
"body": null,
"is_bot": false,
"headline": "conditional hiding of the clamp template",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-11-30T20:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ccb2795e88e5b91aa2a4ccad20f9ee50ce98de",
"body": null,
"is_bot": false,
"headline": "path_foldernextfile(): fixed for incorrect prototype.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-10-26T16:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c344a07631208d0b51a727320ba2d96af7a83bb",
"body": "…call for better compatibility.",
"is_bot": false,
"headline": "cmake: linking against JitterAPI on the Mac uses newer-style linking …",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-10-10T15:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197597c395dc0f32321b9f8aa3edd82ce2148523",
"body": "const t_symbol* for highly-used function args",
"is_bot": false,
"headline": "Merge pull request #6 from diablodale/typesafety2",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2017-09-20T14:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e873c0ec44c0383586673d1bee361e6826cf23",
"body": null,
"is_bot": false,
"headline": "const t_symbol* for highly-used function args",
"author_name": "Dale Phurrough",
"author_login": "diablodale",
"committed_at": "2017-09-19T17:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c98b5f5c6229ca0e4460b97a48e8a11956c8496b",
"body": "… 64- bit with explicit pass-through functions.",
"is_bot": false,
"headline": "object_new(): tightening usage and making calls safe for both 32- and…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-06-15T18:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02e0e729bc751c712a03d3f69f2e06bd5b87e5f",
"body": null,
"is_bot": false,
"headline": "CLASS_ATTR_ATTR_PARSE: adding proper namespace qualification",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-04-21T17:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe58022d840f9c66d192ecbf6002732f420e5d41",
"body": null,
"is_bot": false,
"headline": "tweaks to support msp and better type-safety in ui objects.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-03-28T17:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f908ee55328944424ac0761898c951939ad4ede5",
"body": null,
"is_bot": false,
"headline": "adding str_tr() prototype. see #5.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-03-22T19:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7e2f820ae9dbc75176b031a9256e5215ace207",
"body": null,
"is_bot": false,
"headline": "whitespace",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-03-22T19:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25136fb0e8a49102c3db69777effd08d831782d9",
"body": "… commenting out temporarily",
"is_bot": false,
"headline": "travis and appveyor do not consistently pull the correct tag info, so…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2017-02-07T21:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54fc0c5158faccf1a0dbc5ff6316d9019d851adc",
"body": null,
"is_bot": false,
"headline": "adding required headers for open-gl objects",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-12-13T18:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47250121a3a2318ab7c52d44afb84cd45b6a795",
"body": "…aning we are not targetting Max. see #4",
"is_bot": false,
"headline": "do not use 2-byte packing on 32-bit if we are running a unit test (me…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-11-18T15:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a7be57b4f45201e06c346ee627c360ccc449d9",
"body": null,
"is_bot": false,
"headline": "properly commenting else clause for preprocessor. see #4",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-11-18T14:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5277d8c4cb72b422fdccffccf804d509fe69734b",
"body": "…eting the includes with it. see #4.",
"is_bot": false,
"headline": "adding a cleaned-up struct-packing definition from the old sdk. blank…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-11-18T14:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fdcffbb4ee0c0e78460a8c957e4999d9f01de0",
"body": "Change to CMake Windows 64 bit detection",
"is_bot": false,
"headline": "Merge pull request #3 from impsnldavid/master",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2016-11-14T12:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f2a2b900e1f26d5489b298b6486f632fbb65a12",
"body": null,
"is_bot": false,
"headline": "typesafety improvements",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-11-09T14:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73dc36b2cd1a56cd25368be991035f31d74ebfb",
"body": "…m collectives",
"is_bot": false,
"headline": "Added ability to define option in Info.plist to exclude externals fro…",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-10-26T18:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d828b5e1933896cd2c9c5d761d1ce9567acbe9a",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'Cycling74/master'",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-10-26T18:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c8b1f2cfcdcee8cbf7a6725b6335c07b9e50c6a",
"body": null,
"is_bot": false,
"headline": "const added to a couple of functions.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-10-21T20:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47aaaf0efe55bfef9e099a9bf012297392ff8ec3",
"body": null,
"is_bot": false,
"headline": "Changed CMake Windows 64-bit detection",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-10-21T14:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafeb02586010c91c24e7c672a9d1e7a6e101521",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'refs/remotes/Cycling74/master'",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-10-21T14:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb7c1040b614abb48cb088cfb61f8788a45aacd",
"body": null,
"is_bot": false,
"headline": "class_getifloaded_casefree: fix constness of args.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-10-07T20:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2545f679de3e9a02ffd73dee11ec2702f5646cb3",
"body": null,
"is_bot": false,
"headline": "jbox_notify(): documentation fix.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-09-12T16:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e9211bb44b2f94b41f0933b7e692329af0137c",
"body": null,
"is_bot": false,
"headline": "add fileusage_addpackage function decleration",
"author_name": "Robert Ramirez",
"author_login": null,
"committed_at": "2016-08-26T18:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "942714d255e96e970f7ed5e553a990fc5a34ddd2",
"body": null,
"is_bot": false,
"headline": "typo fix",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-25T11:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a944c6a499a6f064320f5628dff1c973198ac775",
"body": "…ing74/min-api#61.",
"is_bot": false,
"headline": "cmake: use static linking on windows to support standalones. see Cycl…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-25T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ee16dba9d8661e5c9bcd72f80605e9f855a925",
"body": null,
"is_bot": false,
"headline": "cmake: adding C74_PACKAGE_NAME for substitutions in package-info.json.",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-24T23:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8204105cb1103784150e0db5b5c3acbc20544e",
"body": "…() added.",
"is_bot": false,
"headline": "time api: doxygen formatting, updated linker symbols, time_new_custom…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-19T14:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbdaa852757d55cb488b89f3e0b4c3472d4a318c",
"body": null,
"is_bot": false,
"headline": "updated windows linking libs",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-19T14:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a768945ff1cb6552f125297808979668e6f3121",
"body": null,
"is_bot": false,
"headline": "adding export symbol for jpatcher_error_obtrusive on the mac",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-16T18:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7136b34c70c6a52f19b045742ed92caeb6a8623",
"body": "Added attribute disabled state get and set methods",
"is_bot": false,
"headline": "Merge pull request #2 from impsnldavid/master",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2016-08-16T13:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37945c74806b6d90d77c1ba800e6c43446301ccd",
"body": null,
"is_bot": false,
"headline": "Added attribute disabled state get and set methods",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-08-16T06:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9ec73c22b51fa9c6076f3fcc5918c7c7e9cc4c",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'Cycling74/master'",
"author_name": "David Butler",
"author_login": null,
"committed_at": "2016-08-16T06:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108a4c7c7147e91bb49ac88d80a1dceb59eaa005",
"body": "add new instance and freeobject to sdk.",
"is_bot": false,
"headline": "Merge pull request #1 from Cycling74/newinstance-added",
"author_name": "Timothy Place",
"author_login": "tap",
"committed_at": "2016-08-15T15:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b259b05ed7518e39cb60684eafefbfacbafba2",
"body": "…ther objects for some functionality.",
"is_bot": false,
"headline": "add new instance and freeobject to sdk. useful when objects rely on o…",
"author_name": "Robert Ramirez",
"author_login": null,
"committed_at": "2016-08-13T20:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf57d36ad21e4f201751e75485ff4b52b11341c",
"body": "…evel itm api.",
"is_bot": false,
"headline": "time: adding the higher-level time utilities in addition to the low-l…",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-11T16:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58deb0d2cb59b28dced6365fbbbce9c21dca6b96",
"body": null,
"is_bot": false,
"headline": "bug fixes for macros where quotes were missing",
"author_name": "Timothy Place",
"author_login": null,
"committed_at": "2016-08-05T16:51:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2019-11-21T17:07:53Z",
"latest_release_tag": "v0.4.1",
"releases_from_tags": true,
"days_since_last_push": 1908,
"active_weeks_last_year": 0,
"days_since_latest_release": 2444,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 13,
"stars": 37,
"watchers": 26,
"fork_history": {
"days": [
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-31",
"count": 1
},
{
"date": "2017-07-09",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2019-09-09",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 304620,
"source_files_sampled": 29,
"oversized_source_files": 5,
"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": 3,
"merged_prs": 10,
"open_issues": 4,
"closed_ratio": 0.429,
"closed_issues": 3,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hiddedejong",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/6740187?v=4"
},
{
"type": "User",
"login": "x37v",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/65796?v=4"
},
{
"type": "User",
"login": "tap",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/109637?v=4"
},
{
"type": "User",
"login": "emmanueljourdan",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1381554?v=4"
},
{
"type": "User",
"login": "Badokas",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32526275?v=4"
},
{
"type": "User",
"login": "diablodale",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/679350?v=4"
},
{
"type": "User",
"login": "jeremybernstein",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/419553?v=4"
},
{
"type": "User",
"login": "robtherich",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3802208?v=4"
},
{
"type": "User",
"login": "timblechmann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/792880?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.444
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 3,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 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": 2,
"reason": "Found 5/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "51a4eced31a9d405d1b099f4551e5cd8a4b8f3ee",
"ran_at": "2026-08-01T00:42:27Z",
"aggregate_score": 2.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 17,
"created_at": "2020-09-11T12:34:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2020-09-11T13:04:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2020-09-11T13:24:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-05-10T15:53:46Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 8,
"created_at": "2018-08-29T01:08:44Z",
"last_comment_at": "2018-10-10T14:34:55Z",
"last_comment_author": "tap"
},
{
"number": 9,
"created_at": "2019-08-14T12:56:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2020-05-11T13:03:07Z",
"last_comment_at": "2020-05-14T02:45:57Z",
"last_comment_author": "diablodale"
},
{
"number": 22,
"created_at": "2021-04-09T17:51:33Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Cycling74/max-api",
"host": "github.com",
"name": "max-api",
"owner": "Cycling74"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 33 is calibrated to 27 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 33,
"calibrated": 27,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 23,
"inputs": {
"security": 23,
"vitality": 13,
"community": 43,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 21,
"ai_readiness": 26,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"weighted_overall_raw": 33,
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 27,
"overall_after_abandonment_multiplier": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.21,
"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": 1908,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1908 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1908
}
}
],
"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": 32,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.4.1",
"releases_from_tags": true,
"days_since_latest_release": 2444,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2444 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2444
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": [],
"signals": [
"unanswered_contributions",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 1912,
"days_since_last_human_commit": 1912,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1912 days; 2 unmet obligation(s): pull requests unanswered, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1912,
"count": 2,
"signals": "pull requests unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"forks": 13,
"stars": 37,
"watchers": 26,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "37 stars",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 37
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "26 watchers",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 26
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.444
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"merged_prs": 10,
"open_issues": 4,
"closed_issues": 3,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.429,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "43% of issues closed",
"points": 18,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 43
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/14 decided PRs merged",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 14
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 388,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Cycling74",
"public_repos": 90,
"account_age_days": 5156
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "388 followers of Cycling74",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 388,
"login": "Cycling74"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "90 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 90
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 21,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 23,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 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 5/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"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": 26,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.24,
"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": "24 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 12,
"inputs": {
"has_nix": false,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 304620,
"source_files_sampled": 29,
"oversized_source_files": 5
},
"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": "5/29 source files over 60KB",
"points": 45.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 5
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T00:42:39.813910Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/Cycling74/max-api.svg",
"full_name": "Cycling74/max-api",
"license_state": "custom",
"license_spdx": null
}