JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 16730,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 9732,
"Go": 132140,
"C++": 663494,
"Java": 43344,
"CMake": 28026,
"Shell": 17302,
"Python": 15727,
"Starlark": 7980,
"Dockerfile": 420
},
"pushed_at": "2026-07-21T16:56:04Z",
"created_at": "2025-09-04T02:11:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T16:56:04Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C++",
"significant_languages": [
"C++",
"Go"
]
},
"owner": {
"blog": "https://www.applovin.com/",
"name": "AppLovin",
"type": "Organization",
"login": "AppLovin",
"company": null,
"location": "Palo Alto, CA",
"followers": 197,
"avatar_url": "https://avatars.githubusercontent.com/u/1347429?v=4",
"created_at": "2012-01-18T17:14:57Z",
"is_verified": null,
"public_repos": 66,
"account_age_days": 5298
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v25",
"kind": "other",
"published_at": "2025-11-21T02:49:30Z"
},
{
"tag": "v1.0.2-beta",
"kind": "prerelease",
"published_at": "2025-10-10T00:44:41Z"
}
],
"recent_commits": [
{
"oid": "a725758253fe898065703ab6271e829b0cb9c133",
"body": "* foundSlot to foundHash\n\n* Edit comments.\n\n* Formatting\n\n* Formatting",
"is_bot": false,
"headline": "Cache methods expose computed hash instead of computed slot index (#40)",
"author_name": "victor-li-applovin",
"author_login": "victor-li-applovin",
"committed_at": "2026-07-21T16:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458c5cc294a2932edd07165da18f600737e14aa3",
"body": null,
"is_bot": false,
"headline": "Cache access methods expose found slot index to caller (#38)",
"author_name": "victor-li-applovin",
"author_login": "victor-li-applovin",
"committed_at": "2026-06-15T17:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712c04cfff58251a22ce8361a87bbaade6b8dcf1",
"body": "…h different compilers (#39)\n\n* Remove usage of spdlog in test and main cli to avoid build errors with different compilers\n\n* remove ref to spdlog in bazel build\n\n* Add options to work with bazel in build.sh",
"is_bot": false,
"headline": "Remove usage of spdlog in test and main cli to avoid build errors wit…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-06-13T16:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432a2dce5bb94ca998fab2a35dbf262f397070f4",
"body": null,
"is_bot": false,
"headline": "Add auto versioning. (#37)",
"author_name": "victor-li-applovin",
"author_login": "victor-li-applovin",
"committed_at": "2026-06-12T20:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7e5e5d988841e9c31c7507c6713224bc163907",
"body": "MinimumNArgs(1) allowed calling GetKey with only a file path, causing\nargs[1] to panic. Changed to MinimumNArgs(2) so Cobra returns a usage\nerror instead.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix panic in get command when key argument is missing (#35)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-04-22T23:57:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d27465b5223e7d46c3839efd0a999980a58d058",
"body": "* Fix data race: use atomic.LoadInt64 in checkForNewFiles log statement\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* Remove spurious C.free calls on nil pointers in GetVector and GetVectorFloat\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* Fix panic on double Delete(\n[…]\n* Add tests for double Delete() and concurrent Delete() using sync.Once\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix panic on double Delete() call using sync.Once (#30)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-04-21T00:18:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "416e15b614d777a4bb672fb4d975225b95f6c21f",
"body": "* Fix panic on empty key in all CacheReader lookup methods\n\nNine reader methods (ContainsKey, GetKey, GetKeyType, GetBool, GetInt,\nGetLong, GetDouble, GetVector, GetVectorFloat) passed an empty string\nthrough `[]byte(key)` and then indexed `k[0]`, causing a runtime panic.\nAdded the same `if len(key)\n[…]\ns.New for empty key in all Get methods\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* move tests around\n\n* fix test\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix panic on empty key in CacheReader lookup methods (#33)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-04-21T00:02:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e019180f64a84d76946b5e044b58606ce6e7ead3",
"body": "…and without all go cmd files",
"is_bot": false,
"headline": "Fix run_all_cli_benchmarks.py script which was invoking go build comm…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-01-27T20:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9d7a5a5f5e530e9edbac5256eb4d0b52b0a50e",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.45.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#19)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-26T21:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed35ea8c3525f088d2814a54edbbb70bcfc78927",
"body": "…time.Sleep to be interruptible during shutdown (#25)",
"is_bot": false,
"headline": "[go binding] when polling for new files, using time.After instead of …",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2026-01-06T01:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71de2ead9450299764154d3f63f2624c8e2dea5",
"body": null,
"is_bot": false,
"headline": "Dummy README update to bump tags",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-12-16T00:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4c0df50c2d21b08c3dba6c3ad31719be3e43fb",
"body": null,
"is_bot": false,
"headline": "Update tagging strategy to use v1.0.1 then v1.0.2 etc...",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-12-16T00:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8f4fefddcc05607089c29dba7d86eb8837a6bc",
"body": "* [go] Bump timeout everytime we fail, and retry 5 times total\n\n* Change initial timeout",
"is_bot": false,
"headline": "[go] Adjust timeout on retry (first download) (#24)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-12-16T00:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524c6b558cab5ea6263ef1a155ba2df492057673",
"body": null,
"is_bot": false,
"headline": "Update tag action to tag with v22.0.0, v23.0.0 etc...",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-12-12T21:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b6d698436adc340d07e01c902a7acf5ddca586",
"body": null,
"is_bot": false,
"headline": "[go] Retry multiple times when the first download fail (#23)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-12-12T21:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51619596f3f042de0fa61b0c44cfed1c89a2df56",
"body": "…#22)\n\n* Fix correct detection of message offset bits 16 too short error\n\n* Improve unittest",
"is_bot": false,
"headline": "Fix correct detection of message offset bits <size> too short error (…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-11-21T22:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d90c159a0ca9ba9c18315e63e2998059516c4fe",
"body": "…on of the error (#21)",
"is_bot": false,
"headline": "Introduce new C API to insert key that preserve the textual descripti…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-11-21T17:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288c05e4d436f9a63806e99e9427ed3e61dd8fae",
"body": "… code of value 3 if the keyspace is full (#20)\n\n* Improve error handling for golang, return a new error code of value 3 if the keyspace is full\n\n* Remove cargo files\n\n* add unittest",
"is_bot": false,
"headline": "Improve error handling for golang write code path, return a new error…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-11-20T21:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33d228c5b4128d467c6722f0e6b421b6cf7b9d0",
"body": "* Add Bazel build system with hybrid dependency management\n\n- Configure Bazel 7.6.1 with bzlmod enabled\n- Implement hybrid approach: BCR deps (doctest, abseil-cpp) + WORKSPACE compatibility\n- Add comprehensive BUILD.bazel with macOS/Linux platform configs\n- Include remote cache configuration for CI\n\n[…]\nconsistently\n\n* minor\n\n* minor\n\n* chore: dependency cleanup\n\n* chore: cleanup\n\n* feat: add bazelignore\n\n* chore: simplify\n\n* fix: align doctest version with CMake (2.4.12)\n\n* chore: remove git tagging",
"is_bot": false,
"headline": "feat: bazel build (#7)",
"author_name": "erol-keskiner",
"author_login": "erol-keskiner",
"committed_at": "2025-10-27T17:27:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3f8dd27ebd2f755ee0c1466b9ccdb8fd7544c38",
"body": null,
"is_bot": false,
"headline": "Remove CacheReader_SetCacheType (#18)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-25T00:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb75cdd3ece9d937aa72b0447e84df922d2f3e1",
"body": "* Add C++ benchmark\n\n* formatting\n\n* arm results\n\n* new script and boilerplate\n\n* Run absl last\n\n* reformat with black\n\n* different action\n\n* style: format code with Black\n\n* Arm numbers\n\n* compile with local optimizations\n\n* n2d numbers\n\n* remove c3d\n\n* Update bench\n\n* bench numbers\n\n* fix chart\n\n---------\n\nCo-authored-by: bsergean <11857745+bsergean@users.noreply.github.com>",
"is_bot": false,
"headline": "Add C++ benchmark (way faster than C api for lookups) (#16)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-24T18:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f56c4abc83213bca11b40d9023489d317cb94e",
"body": "…r to some numerical values (#15)\n\n* In the C++ bench, stop generating a config file with . character appended to two numerical values\n\n* better error message",
"is_bot": false,
"headline": "Fix benchmark config generation to not append invalid string characte…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-21T23:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cda334eff1458e386bf9381e130909ed44f630f",
"body": "* Add java benchmark\n\n* fix bench\n\n* bring back 3 runs\n\n* black\n\n* shell compatible\n\n* bash/sh\n\n* bench (arm linux)\n\n* devdoc\n\n* devdoc\n\n* build steps\n\n* Add java\n\n* remove dead code\n\n* n2d numbers",
"is_bot": false,
"headline": "Add java benchmark (#14)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-21T23:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb8022eb0f5249ec346d655e7ff0e01716e0dfe",
"body": "* initial axoncache jni\n\n* update string handling\n\n* clang-format + put extern C on its own line\n\n* add more tests\n\n* add github release flow\n\n* fix release\n\n* fix release\n\n* Add java integration test action\n\n* Revert \"clang-format + put extern C on its own line\"\n\nThis reverts commit 710d5d5d402506f\n[…]\nents\n\n* clang format\n\n* Remove some APIs\n\n* Add clang formatter for java\n\n* Remove java formatting thing\n\n* update readme\n\n---------\n\nCo-authored-by: Benjamin Sergeant <benjamin.sergeant@applovin.com>",
"is_bot": false,
"headline": "Add axoncache jni interface (java module) (#13)",
"author_name": "Jiahao Yang",
"author_login": "jiahao-yang016",
"committed_at": "2025-10-17T01:40:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16f938d2db47355262e734c314698a7f8519266a",
"body": null,
"is_bot": false,
"headline": "Readme(benchmark) add new section showing C api speed by processors",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-16T18:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5beb45530921496bee11b39ac33508073a44c3",
"body": null,
"is_bot": false,
"headline": "Update google axion processor doc",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-16T17:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42043b8be5af9c59d9c10a29a80cd3633b783d19",
"body": null,
"is_bot": false,
"headline": "Add benchmarks on an arm processor",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-09T01:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f4c018fe7e70236e198e9e45532e47239ab349",
"body": null,
"is_bot": false,
"headline": "Cleanup versions.cmake file (#12)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-08T19:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f891b9a62354d0a82706cba97341e45def93bbd",
"body": "… deviation (#10)\n\n* Enhance benchmark reporting\n\n* black\n\n* different sorting + preserve labels\n\n* black\n\n* linux run\n\n* other linux run",
"is_bot": false,
"headline": "Improve benchmarking to report latency in nanosecond and add standard…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-06T22:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef636e87cc710761e2762f5475513ff591b55b4",
"body": "Removed benchmark table for C++ libraries and related notes.",
"is_bot": false,
"headline": "Fix readme formatting problem",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-06T21:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb0b8cb8691951383f7e8a70d85c6616498f93e",
"body": null,
"is_bot": false,
"headline": "Fix README table formatting",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-06T21:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d86f769728a5a7e35a5fd63af4a7d8363ef07f",
"body": null,
"is_bot": false,
"headline": "Fix benchmark/run_all_cli_benchmarks.py on linux (#9)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-10-06T21:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f49429ce670fe7469f384cfa4f02585172d82a4",
"body": null,
"is_bot": false,
"headline": "Add linux bench",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-30T18:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2416137121523e7a8d5b148263e922a3ed10e18e",
"body": "* Add a python script to run bench for all languages\n\n* run black\n\n* simmpler implementation\n\n* comment\n\n* black\n\n* fix column width\n\n* update numbers",
"is_bot": false,
"headline": "Add a python script to run bench for all languages (#8)",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-30T01:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9c6dd78e52708bc18af1cce9905e4a122f53ec0",
"body": "Add a C++ bench using abseil flat_map",
"is_bot": false,
"headline": "Merge pull request #6 from AppLovin/feature/abseil_flat_map",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T03:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61271bc907d116a55c0fab6c64d74a0cf2e2aba2",
"body": null,
"is_bot": false,
"headline": "unity build off for abseil;",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T02:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad50a84103f001fa65bf0179a13470cdaa144e8",
"body": null,
"is_bot": false,
"headline": "try different version",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59929af94e40bb02fbb1a19770f04837c1f5b7e2",
"body": null,
"is_bot": false,
"headline": "try another version",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8320a44ad5f9418d69be248918c88a5a68b04609",
"body": null,
"is_bot": false,
"headline": "try another version",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153f3e621e503f08dcecf5b12005ea582b8c4937",
"body": "…he into feature/abseil_flat_map",
"is_bot": false,
"headline": "Merge branch 'feature/abseil_flat_map' of github.com:AppLovin/AxonCac…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bee8aba11ecb2e94e5953e69de059e2fde9ee64",
"body": null,
"is_bot": false,
"headline": "try older version of abseil",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3510c68f2bdbfb91cd6b9d56665ec40ea11e56a9",
"body": null,
"is_bot": false,
"headline": "missing header",
"author_name": "benjamin sergeant",
"author_login": null,
"committed_at": "2025-09-26T01:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938e16f52afb04fa23d75063ea3d902cd473684d",
"body": null,
"is_bot": false,
"headline": "no warn",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd25700566b1fa94549abc8ab69aa8a81525221e",
"body": null,
"is_bot": false,
"headline": "clang-format",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f943f23f014644c6799663918ac7bfa4d9dd981",
"body": null,
"is_bot": false,
"headline": "try again ...",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T01:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469591be09ec91f240d2b870179788f12ca92cb1",
"body": null,
"is_bot": false,
"headline": "try to disable warnings",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T00:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdae06f36977b1bf5b5eec85923d739dbfef5c8",
"body": null,
"is_bot": false,
"headline": "bump abseil",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T00:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8de0a11b8b1c4ec3395101325d3fee29ce72365",
"body": null,
"is_bot": false,
"headline": "Add a C++ bench using flat_map",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-26T00:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac5ab72a9bd58d8687d01be1b92ce9ec7fa020c",
"body": null,
"is_bot": false,
"headline": "Update README / with bench notes",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T21:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b744aab01a95ec2658417d1d722c148c9ddd3a9",
"body": "Add a bench mode to the C++ cli",
"is_bot": false,
"headline": "Merge pull request #5 from AppLovin/feature/cpp_cli_bench_mode",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T20:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4459c0d74a93b721012be6354833463789c851ae",
"body": null,
"is_bot": false,
"headline": "clang-format",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T20:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185ef92d83ea883c07463f9d882c18cecce893c0",
"body": null,
"is_bot": false,
"headline": "includes",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T20:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddaa5d0b06349f4dd05e6fad8fd3724b4c295915",
"body": null,
"is_bot": false,
"headline": "Add C++ unordered_map implementation",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T20:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff146c730ece5396700f68e1221ff77a159bcbd6",
"body": null,
"is_bot": false,
"headline": "Add C++ timing for 10,000 lookups",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T19:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362c5ae83b669c3f52aed08285eeb79ffeba8e2a",
"body": null,
"is_bot": false,
"headline": "clang-format",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T18:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3621ce1c5209b4e3847c3777d973402a4de278",
"body": null,
"is_bot": false,
"headline": "create a cache and read one key from it",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T18:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750dc68a8fc35f85e76190d0ced13e9ca6e5517d",
"body": null,
"is_bot": false,
"headline": "Add a bench mode to the C++ cli",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T17:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9503af9bcafebe9f664060e887a7c11bfe37dd7a",
"body": "Add CDB with ReadAt API benchmark",
"is_bot": false,
"headline": "Merge pull request #4 from AppLovin/feature/golang_cdb",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T01:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0d5bdc6aeaed04757b672938c588951e36f772",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-25T00:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b12bc16302b39061a7f4b4dea9cd5be48aae116",
"body": null,
"is_bot": false,
"headline": "New go format github action",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T23:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe9df2bfbfe4b9c5999db1d7dcd5ab333916d6a",
"body": null,
"is_bot": false,
"headline": "Trigger Build",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T23:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35b6b9026c104a7984ad609b08a105c317dedce1",
"body": null,
"is_bot": false,
"headline": "Add CDB with ReadAt API benchmark",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T23:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a464050ebef855d1c2feebb3a2e985b41174ebe7",
"body": "Add python cdb benchmark",
"is_bot": false,
"headline": "Merge pull request #3 from AppLovin/feature/python_cdb",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T22:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e6b399bd4dbaa756845547df6440f338604dfb",
"body": null,
"is_bot": false,
"headline": "bench",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T22:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a58723d5f5ac6d95a478374f3ce4c08758b4f24",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T22:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e9c7411cb5b0a798caa3f5a4ee2e7d785af273",
"body": null,
"is_bot": false,
"headline": "Add python cdb benchmark",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-24T21:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4e68529bd4e6f0a0ef113e12c4b5c1d0e66ade",
"body": "Improve the LMDB bench to open the db in read-only mode during lookup…",
"is_bot": false,
"headline": "Merge pull request #1 from AppLovin/feature/lmdb_bench_go_read_only",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-22T22:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d789bb6d2d85c6715c298a347fa761ce5c31a22",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/lmdb_bench_go_read_only",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-22T22:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73d2dbf3bbaf679256e514ebd8217cef3904435",
"body": "Silence golang warnings in cmd/benchmark.go",
"is_bot": false,
"headline": "Merge pull request #2 from AppLovin/feature/golang_warning_benchamrk",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-22T22:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7450257ae064108c5ef6d3cc8acd07d7feff0ed",
"body": null,
"is_bot": false,
"headline": "Silence golang warnings in cmd/benchmark.go",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-22T22:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e5dca7d7bc9972dd4f80cccaaa8774d33a5f2f1",
"body": null,
"is_bot": false,
"headline": "doc",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-20T15:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc0b7791c8c9972c89778f1c8328bc084e9333a5",
"body": "… phase",
"is_bot": false,
"headline": "Improve the LMDB bench to open the db in read-only mode during lookup…",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-20T14:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3019e98506d1d9c75a720cc948535efa1b3d2fcc",
"body": null,
"is_bot": false,
"headline": "Initial import",
"author_name": "Benjamin Sergeant",
"author_login": "bsergean",
"committed_at": "2025-09-19T18:06:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 72,
"latest_release_at": "2025-11-21T02:49:30Z",
"latest_release_tag": "v25",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 242,
"mean_days_between_releases": 42.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/AppLovin/AxonCache",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/AppLovin/AxonCache",
"is_deprecated": false,
"latest_version": "v1.0.13",
"repository_url": "https://github.com/AppLovin/AxonCache",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T16:55:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 7,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2025-09-30",
"count": 2
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_stars": 7
},
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"java/pom.xml"
],
"largest_source_bytes": 209646,
"source_files_sampled": 157,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"java/pom.xml",
"pyproject.toml",
"setup.py"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.45.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 60
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.67.2",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.79.3",
"advisory_count": 2,
"oldest_advisory_days": 125
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.29.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7,
"advisory_ids": [
"GHSA-9h8m-3fm2-qjrq",
"GHSA-hfvc-g4fc-pqhx",
"GO-2026-4394"
],
"fixed_version": "1.43.0",
"advisory_count": 3,
"oldest_advisory_days": 169
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.47.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 75
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2,
"critical": 2,
"moderate": 1
},
"advisory_count": 43,
"affected_count": 6,
"assessed_count": 73,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go",
"maven",
"pypi"
],
"dependencies": [
{
"name": "cloud.google.com/go/storage",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.48.0"
},
{
"name": "github.com/bmatsuo/lmdb-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "github.com/bsergean/cdb_mmap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250924234939-4596cf7e5d02"
},
{
"name": "github.com/cespare/xxhash",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/dustin/go-humanize",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/edsrzf/mmap-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/jpillora/backoff",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/klauspost/compress",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.11"
},
{
"name": "github.com/linxGnu/grocksdb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/syndtr/goleveldb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/tzvetkoff-go/fnmatch",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220210160758-879480b5e662"
},
{
"name": "github.com/zeebo/xxh3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.2"
},
{
"name": "go.etcd.io/bbolt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.3"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "google.golang.org/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.211.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cloud.google.com/go/storage",
"direct": true,
"version": "v1.48.0",
"ecosystem": "go"
},
{
"name": "github.com/bmatsuo/lmdb-go",
"direct": true,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/bsergean/cdb_mmap",
"direct": true,
"version": "v0.0.0-20250924234939-4596cf7e5d02",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/edsrzf/mmap-go",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/jpillora/backoff",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": true,
"version": "v1.17.11",
"ecosystem": "go"
},
{
"name": "github.com/linxgnu/grocksdb",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/syndtr/goleveldb",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/tzvetkoff-go/fnmatch",
"direct": true,
"version": "v0.0.0-20220210160758-879480b5e662",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/xxh3",
"direct": true,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "go.etcd.io/bbolt",
"direct": true,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/api",
"direct": true,
"version": "v0.211.0",
"ecosystem": "go"
},
{
"name": "cel.dev/expr",
"direct": false,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go",
"direct": false,
"version": "v0.116.0",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/auth",
"direct": false,
"version": "v0.12.1",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/auth/oauth2adapt",
"direct": false,
"version": "v0.2.6",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/compute/metadata",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/iam",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/monitoring",
"direct": false,
"version": "v1.21.2",
"ecosystem": "go"
},
{
"name": "github.com/census-instrumentation/opencensus-proto",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cncf/xds/go",
"direct": false,
"version": "v0.0.0-20240905190251-b4127c9b8d78",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/envoyproxy/go-control-plane",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/envoyproxy/protoc-gen-validate",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20210331224755-41bb18bfe9da",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/google/s2a-go",
"direct": false,
"version": "v0.1.8",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/enterprise-certificate-proxy",
"direct": false,
"version": "v0.3.4",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/gax-go/v2",
"direct": false,
"version": "v2.14.0",
"ecosystem": "go"
},
{
"name": "github.com/googlecloudplatform/opentelemetry-operations-go/detectors/gcp",
"direct": false,
"version": "v1.24.1",
"ecosystem": "go"
},
{
"name": "github.com/googlecloudplatform/opentelemetry-operations-go/exporter/metric",
"direct": false,
"version": "v0.48.1",
"ecosystem": "go"
},
{
"name": "github.com/googlecloudplatform/opentelemetry-operations-go/internal/resourcemapping",
"direct": false,
"version": "v0.48.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.0.9",
"ecosystem": "go"
},
{
"name": "github.com/planetscale/vtprotobuf",
"direct": false,
"version": "v0.6.1-0.20240319094008-0393e58bdf10",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "go.opencensus.io",
"direct": false,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/detectors/gcp",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"direct": false,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.18.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto",
"direct": false,
"version": "v0.0.0-20241118233622-e639e219e697",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20241118233622-e639e219e697",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20241206012308-a4fef0638583",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.67.2",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc/stats/opentelemetry",
"direct": false,
"version": "v0.0.0-20240907200651-3ffb98b2c93a",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.35.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.11.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": "3.3.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": "3.1.0",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 73,
"direct_count": 18,
"indirect_count": 55
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 30,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "bsergean",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/11857745?v=4"
},
{
"type": "User",
"login": "victor-li-applovin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/288099237?v=4"
},
{
"type": "User",
"login": "jiahao-yang016",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/206591256?v=4"
},
{
"type": "User",
"login": "erol-keskiner",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/85488396?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.93
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"add_tag_on_master_merge.yaml",
"bazel-build.yml",
"black.yml",
"clang_format.yml",
"cli_ubuntu_24_04.yaml",
"go_cli.yaml",
"go_internal_unittest.yaml",
"go_module_unittest.yaml",
"gofmt.yml",
"java_module_integration_test.yaml",
"python_module_unittest.yaml",
"release.yml",
"unittest_macos-15.yaml",
"unittest_ubuntu_22_04.yaml",
"unittest_ubuntu_24_04.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"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": 1,
"reason": "Found 5/29 approved changesets -- score normalized to 1",
"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": 10,
"reason": "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": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a725758253fe898065703ab6271e829b0cb9c133",
"ran_at": "2026-07-21T21:14:39Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AppLovin/AxonCache",
"host": "github.com",
"name": "AxonCache",
"owner": "AppLovin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 45,
"vitality": 68,
"community": 30,
"governance": 52,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 72,
"human_commit_share": 0.986,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "72 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 72
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v25",
"releases_from_tags": false,
"days_since_latest_release": 242,
"mean_days_between_releases": 42.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 242 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 242
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~42.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 42.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 0,
"stars": 7,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.93
},
"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 93% of commits",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"merged_prs": 30,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "30/32 decided PRs merged",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 30,
"decided": 32
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 197,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "AppLovin",
"public_repos": 66,
"account_age_days": 5298
},
"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": "197 followers of AppLovin",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 197,
"login": "AppLovin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "66 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 66
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/AppLovin/AxonCache"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "15 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 15
}
}
],
"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": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": 0,
"status": "missed",
"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": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 73 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 73
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 43,
"affected_packages": 6,
"assessed_packages": 73,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 1, moderate 1, unknown 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/sys v0.38.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/sys v0.38.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 73,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.375,
"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": "27 of 72 human commits state their intent (structured subject or explanatory body)",
"points": 20,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 72
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.041,
"toolchain_manifests": [
"go.mod",
"java/pom.xml"
],
"dependency_bot_commit_share": 0.014
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod, java/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod, java/pom.xml"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 73 commits agent-authored or agent-credited",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 73
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 73 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 73
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 209646,
"source_files_sampled": 157,
"oversized_source_files": 2
},
"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": "2/157 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 157,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch pypi package 'axoncache' from its registry",
"Could not fetch maven package 'com.applovin:axoncache-java' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-21T21:14:55.043380Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AppLovin/AxonCache.svg",
"full_name": "AppLovin/AxonCache",
"license_state": "standard",
"license_spdx": "MIT"
}