JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"deep-learning",
"machine-learning"
],
"is_fork": false,
"size_kb": 4911,
"has_wiki": true,
"homepage": "https://jaywyawhare.github.io/C-ML/",
"languages": {
"C": 5293776,
"CSS": 46123,
"HTML": 6140,
"CMake": 27026,
"Shell": 46061,
"Python": 275009,
"Makefile": 588,
"Batchfile": 4716,
"JavaScript": 1776248,
"PowerShell": 16811,
"Objective-C": 90370
},
"pushed_at": "2026-07-05T15:00:46Z",
"created_at": "2023-12-04T11:17:09Z",
"owner_type": "User",
"updated_at": "2026-07-05T15:00:50Z",
"description": "Machine learning framework written in C.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C",
"significant_languages": [
"C",
"JavaScript"
]
},
"owner": {
"blog": "jaywyawhare-github-io.vercel.app",
"name": "Arinjay Wyawhare",
"type": "User",
"login": "jaywyawhare",
"company": "RecruitAI",
"location": "India",
"followers": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/72088094?v=4",
"created_at": "2020-09-29T14:21:06Z",
"is_verified": null,
"public_repos": 112,
"account_age_days": 2125
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-03-16T21:28:58Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-11-08T13:09:52Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-03-20T17:39:32Z"
}
],
"recent_commits": [
{
"oid": "4a3a470b1a01b85da1326f8aa99479e6fc7d4e40",
"body": "LLVMOrcCreateNewThreadSafeContextFromLLVMContext transfers ownership of\nthe raw LLVMContext to the TSC. Calling LLVMOrcDisposeThreadSafeContext\nthen letting the JIT consume the TSM drops the refcount to zero, freeing\nthe context. Every subsequent kernel compilation called build_*_op with a\ndangling \n[…]\nLVMGetModuleContext\nbefore wrapping it in a TSC, transferring lifetime ownership to the JIT\n(TSM → TSC → context). Early-exit paths that skip compile_and_lookup call\nLLVMContextDispose to avoid leaks.",
"is_bot": false,
"headline": "fix: llvm backend use-after-free of shared LLVMContext",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T14:42:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "910d774a2ddbaaba676d4b5229673fc034f9b075",
"body": "- cml_allocator: add countdown-based fault injection (cml_malloc_fault_after/reset/alloc_index)\n for OOM sweep testing at every allocation site\n- tools/sim_test.c: seeded Xorshift128 workload generator runs each seed twice and\n asserts bit-identical fingerprints; also sweeps OOM at every alloc and\n[…]\n_FUZZ (default OFF, clang-only) options\n\nKey correctness fix: realize op outputs immediately in the workload generator to prevent\nlazy IR nodes from holding dangling references to freed input tensors.",
"is_bot": false,
"headline": "sim: add TigerBeetle-style deterministic simulation and fuzz testing",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T14:26:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6884b4c74b51d26a1dbbab60090c4d1fe953cb9f",
"body": null,
"is_bot": false,
"headline": "docs: fix optimizer, LR scheduler, and fusion pattern counts in README",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T13:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c93c9e9735834f739df299d18600c706e6abd6d",
"body": "…im mismatch",
"is_bot": false,
"headline": "fix: delegate init recursion, pte lazy tensor use-after-free, test nd…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T13:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e69927dfef248df250868f4d6151c308a9157dcf",
"body": "…path ref counting, XOR convergence",
"is_bot": false,
"headline": "fix: exec pool stale-ptr handling, buffer cache shutdown order, fast …",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T12:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1617227e4d2ab8211b1122621110fa8144a3416",
"body": "…l test data",
"is_bot": false,
"headline": "fix test bugs: symbolic calloc mismatch, arena remaining bound, matmu…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T11:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a43031838d7b877bd9dae03ce7327c498e8cce",
"body": "…ointers",
"is_bot": false,
"headline": "fix: replace system free() with cml_free() for cml_malloc-allocated p…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T10:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1173e78f6a5f6b72fb17e763a3ab8d0dca61946",
"body": null,
"is_bot": false,
"headline": "fix: guard __has_feature for GCC compatibility in grad_check.c",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T10:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6036b660f48d384aa66ad0500b53a18c8e85ed",
"body": null,
"is_bot": false,
"headline": "fix: use struct keyword for CMLOpenCLIRBackend return type in dispatch.c",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-05T10:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce273a218164e4ec8ee9bce57776111e6f4bce1d",
"body": null,
"is_bot": false,
"headline": "merge feat/improvements into master",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T12:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7970de571047a1a78945f82a075685183e06a895",
"body": null,
"is_bot": false,
"headline": "fix data race in buffer cache stats under lock",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T11:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e95c4e72e3cf2518a6a814d582804ea42c7df6a",
"body": null,
"is_bot": false,
"headline": "llvm: native cpu, persistent jit, kernel cache, noalias, full unary ops",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T11:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620f543e8542e7342f96ff5277e5ced81665d5e7",
"body": "…ffer cache lock, OOM paths",
"is_bot": false,
"headline": "fix bugs: use-after-free, fp16 subnormal, init scale, notify race, bu…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T11:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc94a169fdc3b294e67ba520877bb19af88d701",
"body": null,
"is_bot": false,
"headline": "llm: fix sliding window mask direction, add mask shape validation",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T11:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cedb8183670d0d6d3074ac2022167b38fe291358",
"body": null,
"is_bot": false,
"headline": "hevc: warn when stub decoder is invoked",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1922bf435199832db5371846d522b48debfaabe",
"body": null,
"is_bot": false,
"headline": "thunder: fix relu→UOP_RELU, add activations and log2/exp2/max dispatch",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3764a6b16789a95f3dcaaf92f946b0a3632d68",
"body": null,
"is_bot": false,
"headline": "validate: return bool instead of abort() on graph validation failure",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d5291104f47d09f292c98159d437226d7d1646",
"body": null,
"is_bot": false,
"headline": "fix: ir shape deep-copy, uop shape resolve, tensor refresh from ir_node",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f34931fe5776022851d3ca80b4b5ac606921b4",
"body": null,
"is_bot": false,
"headline": "Merge PR #11: perf: introduce high-performance custom allocator",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619f390fb0641bedf9b0bfeb95099ac9b33ae049",
"body": null,
"is_bot": false,
"headline": "Merge PR #10: Added PyTorch-like C API",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa90ce168a5876fd46e5991b77fd25d6c1cd4fb5",
"body": null,
"is_bot": false,
"headline": "fix: null guard in delegate, aligned arena_size, pin CFFI buffer",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-07-04T10:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593b4faebd501ef69f3f7e485d7f8777bf46872d",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Make error stack thread-local with consistent propagation macros",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T22:41:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2462d232aa61fd86f9f81bd5e4dfa0b2ad35970b",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Unify GPU backends through HCQ vtable and dispatch queues",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T22:41:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0952967f46934d49e38ed035d92b8d758037f67e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix missing stdlib include in nn init helper",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1f02ada61258ad355eebfc11e15d12a8af23778c",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Connect kernel cache lookup to dispatch execution path",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "768ce5838cee348bfce0e2f2fef3a4c015de3f3b",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Wire serving scheduler and paged KV cache into OpenAI server",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58c3820191ccb4d81df67e4e55e51d6b6d6e3347",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add quantized GGUF matmul dispatch for Q4 and Q8 weights",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "afffbaef4cc079dda16d7ec83919075ac564eb79",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Expose cml_get_last_error for consistent error reporting",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de909a85be5bf1b70e43f697af7d5d90a5063e7e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add dtype and shape validation to Python tensor API",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:41:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cbd7a5c901d310ea911d060f84ac8c174be7e2a7",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Wire flash attention into transformer for long sequences",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:34:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e795e49938c30c192e66efbdf3d07d2c2ba903a",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Wire TLSF pool into execution buffer cache",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:33:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4875f593659fd87c26a9bf4140043c492b22053b",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Use thread-local storage for IR graph context",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:32:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "01cf59e28c1a603bcdef88a66e4fcfdd01b028c6",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Replace libc rand with Threefry RNG for weight init",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:32:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d4bbbe6b5a5a380cfadff345bd6f47545447b70",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Make sym_eval fail on unknown vars and dedupe folding",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:30:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e09dc39a1f7853f411cc72761317fda172db39f",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix autograd hooks retain_grad and detach_inplace",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:29:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de4404c77173f55b9f4c032250e17090bfd7feb4",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Replace pthread_once reset with mutex init flag",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:27:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5a88974cc27cf8c7fb59fcfed4c53b0a06babfe",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Use atomic counter for symbolic variable IDs",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-06-25T21:27:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "082030d51092d647a6b9ad73b30859273900452e",
"body": "Fix allocator issues (size_t headers, retain system slab base, aligned-free docs),\nroute aligned buffers through cml_aligned_alloc/cml_aligned_free, plug OOM/leak\npaths in rnn/fused_codegen/fusion_schedule/tests, and add error_stack_push in\nactivation constructors for consistent diagnostics.\n\nSigned-off-by: Shashwat Agrawal <shashwatagrawal473@gmail.com>",
"is_bot": false,
"headline": "fix: address PR #11 maintainer review feedback",
"author_name": "Shashwat Agrawal",
"author_login": "ShashwatAgrawal20",
"committed_at": "2026-06-21T19:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803296aac29a31a94201e96027edd0e108615577",
"body": "Replace load-then-fetch_sub on g_inference_depth with a compare-exchange\nloop so concurrent disable calls cannot drive the depth negative.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_eager: CAS-guard inference-mode disable depth decrement",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:26:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3401f75556c803f4ae22d7865e4c5b1b415f26a5",
"body": "When include_weights is false the exporter still writes metadata bytes\nbut only wrote three section descriptors, leaving loaders with garbage\nmeta. Always write four sections (CONSTANTS may have size zero) and\nregress with a no-weights export/load test.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_pte: always emit METADATA section on export",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:26:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f3c5744bfb865cd00c26b2226a9783c35c2ce4e9",
"body": "Remove unsynchronized Python _inference_depth and call torch_inference_mode\non every context enter/exit so nesting stays consistent under concurrency.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: delegate inference_mode nesting to native C depth tracking",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:13:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a2b4c167b7259369f74fb67de9c4a939a8218e3f",
"body": "Use plain ref_count increments in retain_fast to match tensor.c lifecycle\nsemantics and avoid casting non-atomic int fields to _Atomic int*.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: drop invalid atomic casts on Tensor ref_count",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:13:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74ff2fe266993d2ea73b0b6dcdc7404028e1e408",
"body": "Map unlink to _unlink via io.h on _WIN32 so failed export cleanup builds\non Windows targets.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_pte: use portable unlink on Windows export failure path",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:13:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "33c135939a1fe98d1b3058b82503f723254f11e8",
"body": "Return early when the runtime already uses the requested memory manager\nso owns_memory is not cleared without freeing the owned arena.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: preserve owned arena on idempotent set_memory",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:13:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "af4e839efb72400cf7755ce4f2dacd1dc42ea872",
"body": "Use atomic fetch-add/sub with acq_rel ordering so nested and concurrent\ndisable calls restore grad/eager state exactly once, and ignore unmatched\ntorch_inference_mode(false). Add regression test.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_eager: fix inference-mode exit races and unmatched disable",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-20T17:13:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cb7d08ae4ac6874cd4c8cde3862fe89b802b3654",
"body": "Document TensorOptions, tensor factories, MemoryManager, RuntimeModule,\neager helpers, and module loaders so docstring coverage meets the 80%\nCodeRabbit threshold for the torch namespace.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: add docstrings to cml.torch public API",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T23:09:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "993dd8b95dccab7f53a1cd5e06221a1411ed16be",
"body": "Track inference-mode depth for nested enable/disable, use atomics for\nshared eager state, reject null realize inputs, and guard matmul/linear\nwhen K <= 0. Only update BLAS cur_threads when the backend accepts the\nthread count change.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_eager: nested inference mode, atomics, and K<=0 guards",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:59:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "99f2e462496d45a3d0a0b7e2514bdc1ab8fe22d3",
"body": "Add nested inference-mode and torch_realize(NULL) regressions and use\nremove() for portable temporary PTE artifact cleanup.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "tests: regress nested inference, realize null, and portable temp cleanup",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d38e415b8959b182efcc9ebde67c24e7330b86d2",
"body": "Validate allocations/tensor creation in C benchmarks, handle JSON decode\nerrors in the Python driver, check eager bench tensor setup, read loss\nbefore IR reset, and call torch_cleanup on dataset load failure.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "bench: add failure checks and fix torch_c example training loop",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fd07b8e9e55baa8cb8c66a3259214306e14fea62",
"body": "Declare torch_runtime_load_aot in CFFI, check realize status codes,\nnest inference_mode in Python, retain external buffer refs, and reject\nqueries on closed MemoryManager instances.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: fix CFFI load_aot, nested inference, and memory lifetime",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4b052e97d18ceb874ad7da2e72b75f044426eb79",
"body": "Document ignored retain_graph/create_graph, nested inference-mode depth,\nremove defensive null checks from _fast inlines, and note torch_device_count\ndeprecation vs torch_cuda_device_count.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: clarify backward gaps, inline preconditions, and compat aliases",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d78da15f159189aa44587f9ce9fc3dd3061d5aa9",
"body": "Check fread/fwrite errors during load/export, avoid calloc(0) for empty\nprograms, and unlink partial exports on write failure.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_pte: validate file I/O and zero-instruction execute path",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "148984a36e9b14e6d5c442b7e3007b2bd4591864",
"body": "Use size_t arena sizes without int narrowing, free owned arenas before\ntorch_runtime_set_memory replaces them, handle delegate partition calloc\nfailure, and return -1 from selective_build_save on NULL inputs.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: fix PTE arena sizing and runtime memory ownership",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T22:57:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c7345177e54267f3664b1a4e60e4b9545430014",
"body": "Add explicit close()/context manager for MemoryManager, drop unused numpy\nimport, rename bench randn helper, and free inference output in torch_c\nexample with torch_reset_ir().\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: harden memory wrapper; tidy bench and tutorial cleanup",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T18:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "820813d1d8cac0b642a722a9f0525afab43a03f1",
"body": "Expose error_stack_clear via torch_clear_error(), reject NULL from_blob\ninputs, and document/validate scalar item_float accessors.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add torch_clear_error and tighten scalar/from_blob validation",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T18:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4733b14bd1d77e5b399da064d862e875ca693423",
"body": "Replace global add_definitions with target_compile_definitions on cml,\ncml_static, cml_shared, and mock GPU test binaries.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "build: scope CML_TORCH_SELECTIVE_OPS to library targets",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T18:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cfd9c55537448ba6cbae7218f168642480ffca5c",
"body": "Document arena exhaustion/reset semantics, use CMLGraph_t for graph\nreserve, spell out eager/thread-global behavior, selective-build spec\nformat, delegate NULL handling, and _fast null preconditions.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: clarify torch memory, eager, selective-build, and inline APIs",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T18:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b0d21e7c7a656d7f4f275f0c7cd05bc1d985940",
"body": "Replace mkstemps with mkstemp+rename, add arena exhaustion and delegate\nNULL checks, and regress torch_clear_error, from_blob NULL, and scalar\nitem_float behavior.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "tests: portable PTE temp paths and API regression coverage",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T18:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b8e9889330d7642e9759befdcfa8ad1390f4df05",
"body": "Re-add the cml.h header removed during accessor work so libcml\nsymbols resolve and test_torch_* targets build again.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: restore cml.h include in torch_c.c",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:48:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cb1bd1244f7393fb42865ef3bbfdebe584392a7f",
"body": "Keep TorchTensorOptions and PTE method_name buffers alive across C calls\nand raise RuntimeError when torch_zeros/ones/randn return NULL.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: fix cffi option lifetime and tensor creation errors",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:03:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d458625ee1b9de272748caf48bc9fb0673916a2",
"body": "Replace direct Tensor/TorchRuntimeModule field access in torch tests\nwith torch_tensor_ref_count, torch_tensor_data_ptr_f32, materialized/\nlazy-IR helpers, and runtime accessors; add test_torch_api_accessors.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "tests: use public torch_c APIs and add accessor regressions",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:03:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9074010119e040f0d8604fd44e2eecc6f502cedf",
"body": "Handle delegate registry calloc failure, validate execute callback on\nregister, propagate memory/context allocation failures, restore grad\nstate after inference mode, guard GEMM row counts, and null-check lazy\nlinear transpose fallback.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch: harden delegate registry, memory arenas, and eager mode",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:03:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ae06b9814660969ff252350bb4d7c520e0cf783",
"body": "Expose ref_count, materialized/lazy-IR queries, float32 data pointers\nwith error reporting, runtime kind/memory accessors, atomic retain, and\natomic cached default dtype/device reads.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add introspection APIs and thread-safe hot-path accessors",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:03:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1af67085f3b0c22252ed77cc0dffb24fde70af63",
"body": "Add named PTE/selective-build capacity constants, reject exports that\nexceed instruction-arg or shape limits, bounds-check constant tensor\nslots at execute time, and return size_t from torch_pte_get_required_arena_size.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_pte: document limits, validate export, and fix arena size type",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:03:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e1d5762663775d7167fcba62e40c2a5c85f553d",
"body": "Use 3 matmul iterations for N>=2048 and 5 otherwise so PyTorch\ncomparisons match bench_torch_c.c timing methodology.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "bench: align Python GEMM iteration counts with C benchmark",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:02:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "31f012e94ab823f8819b355e7387cc8d23452b72",
"body": "Free input/output tensors after each benchmark iteration and call\ntorch_reset_ir inside the timed fused-GEMM loop so measurements match\nthe intended per-iteration IR teardown.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "bench: fix tensor leaks and IR reset placement in bench_torch_c",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-19T16:02:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7862882040dbb1aff40eb510fe829762b881537",
"body": "…lloc/free\n\nAdd cml_allocator (thread-cached size-class segregated fit allocator with\nslab backing and direct large-object path via posix_memalign/malloc).\n\nReplace virtually all direct libc heap calls across the entire repo\n(src/, examples/, tests/, benchmarks/, main.c) with the new cml_malloc,\ncml\n[…]\ners, tokenizers, etc.).\n\nThe allocator itself still uses raw malloc/mmap only for its internal\nslab acquisition (standard and required).\n\nSigned-off-by: Shashwat Agrawal <shashwatagrawal473@gmail.com>",
"is_bot": false,
"headline": "perf: introduce high-performance custom allocator replacing malloc/ca…",
"author_name": "Shashwat Agrawal",
"author_login": "ShashwatAgrawal20",
"committed_at": "2026-06-18T21:20:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59b02c16aadeb5b62a4ce4d34c559d4c4f7c5ca5",
"body": "Reduce eager-mode overhead for hot ops by computing directly into\nmaterialized leaf tensors via SIMD/BLAS, bypassing IR node allocation,\nintern hashing, and graph teardown. No context reset is needed in\ninference loops since no IR accumulates. The fast path is grad-safe:\nit falls back to the lazy IR\n[…]\ncml_blas_set_num_threads / cml_blas_get_num_threads\n- tests, benchmark (7.35x vs lazy+hard-reset, 2.97x vs soft-reset),\n and cml.torch Python bindings\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add zero-IR eager mode, fused linear, and BLAS thread tuning",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T17:51:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea416b27e92d900626f80e8704f81d67a210e478",
"body": "Cache default dtype/device, embed precomputed TensorConfig in options,\ncall tensor_* directly to skip cml_* wrappers, add header inlines,\ncache PTE constants at load, and mark runtime forward hot.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: optimize hot paths without inline assembly",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "664b80750a45e07992882002cf0f32273a7bed4f",
"body": "Compare tensor creation, matmul, forward pass, and PTE roundtrip\nlatency against the existing cml API baseline.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "bench: add torch_c C and Python benchmark suite",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab5beb6eb90076133211876fdbdebb41f6b8eaf3",
"body": "Expose torch_c runtime, tensor helpers, memory arenas, and PTE loading\nthrough a PyTorch-flavored Python package.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "python: add cml.torch namespace with CFFI bindings",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bced272ebbdb48d2edd3ada3c5ba2f0ef68308e0",
"body": "Demonstrate eager-mode training with torch_c APIs on the Boston dataset.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add linear regression tutorial example",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "10954e53eefcd7d1517b810046a87033218b1e19",
"body": "Add unit tests for the core API, runtime (PTE/memory/delegation), and\nlegacy macro aliases in torch_compat.h.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add tests and update torch_compat.h",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "509b3c67e80483217ce1ed8082c04c5f53f57cb3",
"body": "Register CPU/CUDA/Vulkan delegates and route subgraph execution with\nCPU fallback via the existing dispatch layer.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add backend delegation API",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "78877d4af5dc56fb4a1ef606374e05d06b5dff52",
"body": "Wrap CMLContext and graph allocator for caller-supplied buffers,\nmatching ExecuTorch-style deterministic memory placement.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add user-provided memory arenas",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ffcf701e05c9c8523775d0724f9493f090140408",
"body": "Restrict runtime UOp dispatch to a model-specific subset via config\nfiles, compile-time CML_TORCH_SELECTIVE_OPS, or loaded .cpte programs.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add selective kernel build for embedded targets",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "966fbc051090d3784941f99ea2ae176ab95a5b5c",
"body": "Serialize traced IR graphs to a binary program with constants, memory\nplan, and a linear runtime interpreter for edge deployment.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add PTE (.cpte) portable program format",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb7f319e344915fc3cfcc79454ab5bf1875c1cd6",
"body": "Introduce torch/torch_c.h with TensorOptions, tensor ops, autograd,\nnn.Module wrappers, optimizers, and runtime module loading.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "torch_c: add core PyTorch-like C API",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9945e3f10b7be3d74e99111bdedc5af80228f22e",
"body": "Wire src/torch/* into libcml and add CML_TORCH_SELECTIVE_OPS for\nembedded kernel subset builds.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "build: register torch module sources in CMake",
"author_name": "Gilead Cosman",
"author_login": "OpenSourceJesus",
"committed_at": "2026-06-18T16:56:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21e80f4a17e58f1e757fb196b0fd92f17338636b",
"body": null,
"is_bot": false,
"headline": "Benchmark: ILP64/device support, tinygrad train step, numpy MLP/conv",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-25T08:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff0e82019ec9346ff8173fb83963459f7df0a48",
"body": null,
"is_bot": false,
"headline": "Update headers for ILP64 BLAS and soft-reset API",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-25T08:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9608534da49ab1df871f70c3e282716c46f9ff5",
"body": null,
"is_bot": false,
"headline": "Remove useless comment from graph_cache; add soft reset API",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-25T08:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8bb61250977f8126f347b39d3858244a70d7fa",
"body": null,
"is_bot": false,
"headline": "Remove useless comments from sequential",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-25T08:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bba14cb6a14da3a0021f78f4bfb5824b5651f91",
"body": null,
"is_bot": false,
"headline": "Remove useless comments from blas.c",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-25T08:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1982cea4c7835164c818b4a6cdffb1fe723dc04",
"body": null,
"is_bot": false,
"headline": "Benchmark updated",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T14:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbcc40d5d3cf5815da3aa9ed34c32e7dfc5ed7d",
"body": null,
"is_bot": false,
"headline": "Docs updated",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T14:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be66291d67467f019fdef16faed21919063d3c13",
"body": null,
"is_bot": false,
"headline": "Completed backward pass",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T13:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5755413eb01d185bafc52ab0524056013c0378b5",
"body": null,
"is_bot": false,
"headline": "Remove deprecated scheduler",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T13:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4497b4c0483f5fa9c2661b44b358f90279092244",
"body": null,
"is_bot": false,
"headline": "New tests added",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T13:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25b3a09a344709b0e3c414feb41bca2cacb4706",
"body": "…mposition, fusion scheduler, and updated all layers/ops/tests.",
"is_bot": false,
"headline": "Add IR graph, UOp dispatch, lazy tensor evaluation, graph cache, deco…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-22T13:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd0813012508d82f8580b29533346412c9089cb",
"body": null,
"is_bot": false,
"headline": "Add buffer cache management to tensor and cleanup functions",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d74427f6f79a22b641cfb7cafe70d51474f4a7d",
"body": null,
"is_bot": false,
"headline": "Improve memory management",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ad4e150b951dcbfdcd10010554688c51dd95d3",
"body": null,
"is_bot": false,
"headline": "Refactor tensor gradient handling",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e685cce0e46c4912b2a8239e0489f78b7f50bcde",
"body": null,
"is_bot": false,
"headline": "Add code buffer management",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2bfa7c28ece49149b925624ae11989e087b7574",
"body": null,
"is_bot": false,
"headline": "Add function to free parameters of IR nodes",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa103e121f21a6e3d07ce678d00adb1077eb6456",
"body": null,
"is_bot": false,
"headline": "Add function to clear global IR context",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d08c2eb728c05ea4d8eee44992cc7cdcf32beb2",
"body": null,
"is_bot": false,
"headline": "Add function for tensor reference management",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ea3d0888b6881d200383acadca5fb0bb7ff3cb3",
"body": "…ake configuration",
"is_bot": false,
"headline": "Add support for AddressSanitizer and UndefinedBehaviorSanitizer in CM…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8760f759a9a2abef52044d3bf57fca548a43a916",
"body": null,
"is_bot": false,
"headline": "Enhance tensor memory management",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T08:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7b7f05c37e809850b192496ea3777e85a2e550",
"body": "… graph cache layers",
"is_bot": false,
"headline": "Implement aligned memory allocation helper function in sequential and…",
"author_name": "Arrry",
"author_login": "jaywyawhare",
"committed_at": "2026-04-12T05:13:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 382,
"latest_release_at": "2026-03-16T21:28:58Z",
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_last_push": 20,
"active_weeks_last_year": 15,
"days_since_latest_release": 131,
"mean_days_between_releases": 180.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cml",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/cml/",
"is_deprecated": false,
"latest_version": "0.0.1",
"repository_url": "",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2017-09-05T03:31:20.062595Z",
"latest_published_at": "2017-09-05T03:31:20.062595Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3246
}
]
},
"popularity": {
"forks": 18,
"stars": 113,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-22",
"count": 2
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-18",
"count": 2
}
],
"complete": true,
"collected": 17,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"demos",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"python/cml/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 1606238,
"source_files_sampled": 675,
"oversized_source_files": 14,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"python/pyproject.toml",
"python/setup.py",
"requirements.txt",
"website/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 122
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 92
},
{
"name": "react-router",
"direct": false,
"version": "7.13.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-2j2x-hqr9-3h42",
"GHSA-337j-9hxr-rhxg",
"GHSA-49rj-9fvp-4h2h",
"GHSA-84g9-w2xq-vcv6",
"GHSA-8646-j5j9-6r62",
"GHSA-8x6r-g9mw-2r78",
"GHSA-chx6-hx7r-mcp5",
"GHSA-f22v-gfqf-p8f3",
"GHSA-h8fp-f39c-q6mh",
"GHSA-qwww-vcr4-c8h2"
],
"fixed_version": "8.3.0",
"advisory_count": 12,
"oldest_advisory_days": 52
},
{
"name": "vite",
"direct": false,
"version": "6.4.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-p9ff-h696-f583",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 4,
"oldest_advisory_days": 110
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 40
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 4
},
"advisory_count": 22,
"affected_count": 5,
"assessed_count": 244,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"pypi"
],
"dependencies": [
{
"name": "cffi",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.0"
},
{
"name": "numpy",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.20.0"
},
{
"name": "fastapi",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.100.0"
},
{
"name": "uvicorn",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.20.0"
},
{
"name": "framer-motion",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^12.6.3"
},
{
"name": "gsap",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.12.7"
},
{
"name": "react",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.0"
},
{
"name": "react-dom",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.0"
},
{
"name": "react-markdown",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^10.1.0"
},
{
"name": "react-router-dom",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^7.13.1"
},
{
"name": "react-syntax-highlighter",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^16.1.1"
},
{
"name": "rehype-raw",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.0"
},
{
"name": "remark-gfm",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.1"
},
{
"name": "three",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^0.172.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "framer-motion",
"direct": true,
"version": "12.36.0",
"ecosystem": "npm"
},
{
"name": "gsap",
"direct": true,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-markdown",
"direct": true,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "react-router-dom",
"direct": true,
"version": "7.13.1",
"ecosystem": "npm"
},
{
"name": "react-syntax-highlighter",
"direct": true,
"version": "16.1.1",
"ecosystem": "npm"
},
{
"name": "rehype-raw",
"direct": true,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "remark-gfm",
"direct": true,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "three",
"direct": true,
"version": "0.172.0",
"ecosystem": "npm"
},
{
"name": "cffi",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-self",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-source",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-beta.27",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.12",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/estree-jsx",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/prismjs",
"direct": false,
"version": "1.26.6",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.2.14",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "bail",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.7",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001778",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "character-entities-html4",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "character-reference-invalid",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "comma-separated-tokens",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.313",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "estree-util-is-identifier-name",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fault",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "format",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "hast-util-from-parse5",
"direct": false,
"version": "8.0.3",
"ecosystem": "npm"
},
{
"name": "hast-util-parse-selector",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hast-util-raw",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "hast-util-to-jsx-runtime",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "hast-util-to-parse5",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "hast-util-whitespace",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "hastscript",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "10.7.3",
"ecosystem": "npm"
},
{
"name": "highlightjs-vue",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "html-url-attributes",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "html-void-elements",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "inline-style-parser",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "is-alphabetical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-alphanumerical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-decimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-hexadecimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "longest-streak",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lowlight",
"direct": false,
"version": "1.20.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "markdown-table",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "mdast-util-find-and-replace",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-from-markdown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-autolink-literal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-strikethrough",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-table",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-task-list-item",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdx-expression",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdx-jsx",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdxjs-esm",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-phrasing",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-markdown",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-strikethrough",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-tagfilter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-task-list-item",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-string",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "motion-dom",
"direct": false,
"version": "12.36.0",
"ecosystem": "npm"
},
{
"name": "motion-utils",
"direct": false,
"version": "12.36.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.36",
"ecosystem": "npm"
},
{
"name": "parse-entities",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"ecosystem": "npm"
},
{
"name": "prismjs",
"direct": false,
"version": "1.30.0",
"ecosystem": "npm"
},
{
"name": "property-information",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "react-router",
"direct": false,
"version": "7.13.1",
"ecosystem": "npm"
},
{
"name": "refractor",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "remark-parse",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "remark-rehype",
"direct": false,
"version": "11.1.2",
"ecosystem": "npm"
},
{
"name": "remark-stringify",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "space-separated-tokens",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "stringify-entities",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "style-to-js",
"direct": false,
"version": "1.1.21",
"ecosystem": "npm"
},
{
"name": "style-to-object",
"direct": false,
"version": "1.0.14",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "trim-lines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "trough",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "unified",
"direct": false,
"version": "11.0.5",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "vfile",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-location",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-message",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "6.4.1",
"ecosystem": "npm"
},
{
"name": "web-namespaces",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 248,
"direct_count": 14,
"indirect_count": 234
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jaywyawhare",
"commits": 471,
"avatar_url": "https://avatars.githubusercontent.com/u/72088094?v=4"
},
{
"type": "User",
"login": "OpenSourceJesus",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/3999682?v=4"
},
{
"type": "User",
"login": "danbarua",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/469192?v=4"
},
{
"type": "User",
"login": "Neerajkvg",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/108781926?v=4"
},
{
"type": "User",
"login": "ShashwatAgrawal20",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/72117025?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.847
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"deploy-website.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 0,
"reason": "0 out of 1 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": 2,
"reason": "badge detected: InProgress",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4a3a470b1a01b85da1326f8aa99479e6fc7d4e40",
"ran_at": "2026-07-26T06:04:48Z",
"aggregate_score": 4.7,
"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": "2026-07-05T15:02:29Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-04T10:38:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jaywyawhare/C-ML",
"host": "github.com",
"name": "C-ML",
"owner": "jaywyawhare"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 58,
"vitality": 70,
"community": 53,
"governance": 53,
"engineering": 69
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 382,
"human_commit_share": 1,
"days_since_last_push": 20,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 20 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 20
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "382 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 382
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 74,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_latest_release": 131,
"mean_days_between_releases": 180.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 131 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 131
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~180.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 180.6
}
}
],
"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": 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": 20,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 20 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 20
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 18,
"stars": 113,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "113 stars",
"points": 33.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 113
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.847
},
"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 85% of commits",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/10 decided PRs merged",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 92,
"owner_type": "User",
"is_verified": null,
"owner_login": "jaywyawhare",
"public_repos": 112,
"account_age_days": 2125
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "92 followers of jaywyawhare",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 92,
"login": "jaywyawhare"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "112 public repos, account ~5 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 112
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"packages": [
"cml"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 3246
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 3246 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3246
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": 69,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"deep-learning",
"machine-learning"
],
"has_wiki": true,
"homepage": "https://jaywyawhare.github.io/C-ML/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://jaywyawhare.github.io/C-ML/",
"points": 15,
"status": "met",
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"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": "0 out of 1 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": "badge detected: InProgress",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 1",
"points": 0.5,
"status": "partial",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 244 resolved dependencies against OSV; 4 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 244
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 22,
"affected_packages": 5,
"assessed_packages": 244,
"unassessed_packages": 4,
"affected_by_severity": "high 4, low 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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 carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"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": 244,
"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": 5
},
"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": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"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": "59 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"sampled": 100
}
}
],
"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": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"python/cml/py.typed"
],
"agent_commit_share": 0.56,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "python/cml/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "python/cml/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "56 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 56,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"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": 1606238,
"source_files_sampled": 675,
"oversized_source_files": 14
},
"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": "14/675 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 675,
"oversized": 14
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"demos",
"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": "demos, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demos, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch pypi package 'c-ml' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-26T06:04:55.182996Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jaywyawhare/C-ML.svg",
"full_name": "jaywyawhare/C-ML",
"license_state": "custom",
"license_spdx": null
}