Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 835,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 199358
},
"pushed_at": "2026-06-19T19:01:52Z",
"created_at": "2015-03-15T12:05:42Z",
"owner_type": "User",
"updated_at": "2026-06-19T19:01:57Z",
"description": "LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://www.devcircle.at/",
"name": "Arthur Zaczek",
"type": "User",
"login": "arthurzaczek",
"company": "DevCircle IT Consulting GmbH",
"location": "Vienna, Austria",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/1830887?v=4",
"created_at": "2012-06-08T14:34:11Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 5159
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "10.1.2",
"kind": "patch",
"published_at": "2026-06-19T18:35:55Z"
},
{
"tag": "10.1.1",
"kind": "patch",
"published_at": "2026-06-19T11:05:46Z"
},
{
"tag": "10.1.0",
"kind": "minor",
"published_at": "2026-06-19T10:44:10Z"
},
{
"tag": "10.0.0",
"kind": "major",
"published_at": "2026-06-18T20:53:02Z"
},
{
"tag": "8.0.0",
"kind": "major",
"published_at": "2026-02-24T23:06:40Z"
},
{
"tag": "1.3.2",
"kind": "patch",
"published_at": "2019-05-09T10:31:27Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2017-12-06T14:25:53Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2017-12-04T11:34:59Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2017-11-23T21:52:26Z"
}
],
"recent_commits": [
{
"oid": "4328be542bf8eabb5c88aa621613eb2dd26caeb9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' for 10.1.2 release",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T18:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910f819689f47e2966bd500ace0ceb2f0ddbc14a",
"body": "A sparse cube only materialises coordinates that receive a fact, so\nindexing a valid-but-empty coordinate (result[dim][entry] / [label],\nor crossing into a chained sub-dimension) threw instead of reading 0 —\nand for a top-level entry, whose parent is the dimension root, the\nparent-walk recursed onto\n[…]\nte (identical except that walking a result's Entries omits empties\nin sparse mode). Bump next-version to 10.1.2; add RELEASING.md.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix sparse-cube indexing: zero-fill unmaterialised coordinates",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T18:35:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07c81ee47693bcc084c6ad52a52713d0e989897d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' for 10.1.1 release",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T11:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7000c191bc82bccff94d032b9b9e59e5bde83fc",
"body": "The 10.1.0 package was packed from a stale Release build and shipped the\n10.0.0 assembly (none of the new types). No source change; bump the version\nso a clean rebuild can be published as 10.1.1.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Re-release as 10.1.1: 10.1.0 nupkg shipped a stale assembly",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T11:05:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3b074b69d9ea1d9ee64112a63723e382ee630b49",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' for 10.1.0 release",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T10:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d1c318886b772d12fab5e5e10f94638746d32b9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Document distinct-count measure in README; set next-version 10.1.0",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T10:43:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14fc1e47e264b88cba281c615cd7c8fc47600206",
"body": "A non-additive distinct-count measure that retains per-node key sets so a\nconsumer can union them across coordinates for an exact distinct count.\n\nNew IFreezableMeasureResult lifecycle hook, called once by Cube.Execute\nafter the single ingestion pass, lets a result compact its long-lived\nstate: Dist\n[…]\neySet exposes the\nretained key count for diagnostics. Existing additive measures don't\nimplement the hook, so they are unaffected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add generic DistinctCountMeasure<TFact,TKey> + freeze/finalize hook",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-19T10:43:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "116eec69796f9a7a4b2bbcd2d0224b621eebbb12",
"body": null,
"is_bot": false,
"headline": "Release 10.0.0: opt-in sparse cubes + net8.0;net10.0",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-18T20:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa436ec2887e79b5c7d70826bbf75d213dd88f9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Document sparse cubes in README; set next-version 10.0.0",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-18T20:50:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39980b6026a597260e61d024f38b5d3e878eaacc",
"body": "Cube.Execute(source, sparse, queries) builds the result tree lazily when sparse:\nonly coordinates that actually receive a matching fact are materialised, so the\nfootprint scales with the data instead of the product of the dimension\ncardinalities. Default stays dense (backwards-compatible): the exist\n[…]\nDimensions) and a matched coordinate is\nrange-checked exactly once on the hot path.\n\nAlso retargets the library to net8.0;net10.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add opt-in sparse cube materialisation; multi-target net8.0;net10.0",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2026-06-18T20:44:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f91979099b71ffbd20294969ee81349b741d65c8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d995a2ed50256782dc141ceca04b5982570bb4",
"body": null,
"is_bot": false,
"headline": "fixing license",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32fc6b0344e020f2435047c93b3e0162961dd8e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "876a51076e6014a1296e99931490134f7594eca8",
"body": null,
"is_bot": false,
"headline": "Last fix?",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d48f3d81bde83f615cc91c0b913f04659d7bb88",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f84278c918bf097125fb93395dc24cfbbcd519",
"body": null,
"is_bot": false,
"headline": "antoher gitversion fix",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f59d8f8098fc820d17184b10058f1de3756c3ce",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2608f4eb99b4fc7f823d0e5033d479efc8ab0447",
"body": null,
"is_bot": false,
"headline": "Fix gitversion",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T23:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced70836dfdbc1247f342450ebfc3cbe94ee96b2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e77fe2847dcf765b1ff97acd0e83a59261f4ffd",
"body": null,
"is_bot": false,
"headline": "adding new license",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a67818f4cd5c7b13377fca46ad29ae3683e34b",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcd43a9b48e6c8a38e959c4a3160c9e3ac76aaf",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafe8d94acaae107981cecb96946600cc0b092ef",
"body": null,
"is_bot": false,
"headline": "Fix emample date ranges",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0ca5789a9437eb8eae64fa1bf38367b69ef486",
"body": null,
"is_bot": false,
"headline": "First version of the UI",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T22:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f3f7beb0d1cdf5ab9f76cc0c6c7756dab05b6a",
"body": null,
"is_bot": false,
"headline": "Preparing UI, fixing warnings, adding README",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T19:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ea6ecbd3430540f08c96db0b8d532bd4335a80",
"body": null,
"is_bot": false,
"headline": "Automate version",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T18:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a7573ea07636afdaf73af149f1be0c568b0f26",
"body": null,
"is_bot": false,
"headline": "remove old nuget config",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T18:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56e7c2f4e1ccce1a033f8fd7a98bae8081c88bc6",
"body": null,
"is_bot": false,
"headline": "Upgrade to .net 8",
"author_name": "Arthur",
"author_login": "arthurzaczek",
"committed_at": "2026-02-24T18:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2379853371af837733e99885aac20f78c3153184",
"body": null,
"is_bot": false,
"headline": "V 1.3.2",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2019-05-09T10:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7425d1c9b9e9da7920a59db62be7872e08f7cec2",
"body": null,
"is_bot": false,
"headline": "Fix Week Dimension",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2019-05-09T10:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "230c5ec64a205756c3be82378ec17627232db4a7",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2018-08-03T06:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "003b990021cbd0eb3dd48aaccf25aaa7c680e4de",
"body": null,
"is_bot": false,
"headline": "Adding support extensions",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2018-01-25T17:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34cb3496761cdcd3d842e6ed33f72ba647510ad",
"body": null,
"is_bot": false,
"headline": "Set License hint",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-12-06T14:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c9cf9ae43f87131193fec26833a9346ffc333d",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2017-12-06T14:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0669d6e9c772ea936f041b80a98a0864cd562f",
"body": null,
"is_bot": false,
"headline": "adding .net 4.0 support",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-12-06T14:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90245da20758ab3f237ac2324e16612bdfe087f0",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2017-12-04T11:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fc0fcc32e00e10394f837f10f2ed3a3f62e278c",
"body": null,
"is_bot": false,
"headline": "Adding TimeSpan Measures, time dimension builder and some helper methods",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-12-04T11:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31c0209f4adb81c21fc7be1629772692e9d72098",
"body": null,
"is_bot": false,
"headline": "Update Tags",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-11-23T22:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0557784cc9e8cbb14ec714489c466ad888ae310",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2017-11-23T21:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3064a0a0ae0ff4883ea688fce8cfc9652284d3d3",
"body": null,
"is_bot": false,
"headline": "v1.2.1: support .net 4.5",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-11-23T21:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b47fed4be75aa46216a019cff38b7ec37d83633",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2017-09-13T10:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ca69638c29914de872c199b87261613cfbcdbf",
"body": null,
"is_bot": false,
"headline": "Migrate to VS 2017 & .NET Standard 1.4",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2017-09-12T18:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e53f7c53d3209e9c251e610f39b782296e2e459",
"body": null,
"is_bot": false,
"headline": "Continue documentation",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-20T09:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49f35aa2bca38bf893427d89ff8dc18d833eb00",
"body": null,
"is_bot": false,
"headline": "Document MeasureResults",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-20T07:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "096f01ef97377bf754cfaf956acfe75c946601b0",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2015-05-20T07:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4fd9fd65ce138929b8b4cd4f32e080cdbb2a16",
"body": null,
"is_bot": false,
"headline": "Document Measures",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-20T07:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e15d4fa407232da4fc43b00eb910d6d3f081f7",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop'",
"author_name": "Jenkins",
"author_login": null,
"committed_at": "2015-05-19T18:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0caa76d77ecd0de9797fe6d9a95e2e5aac505ca",
"body": "…ted on the build server",
"is_bot": false,
"headline": "don't recompile when creating a nuget package. Normally this is execu…",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T18:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b58801ceb29da7b20eb32aa2879d88e828db578",
"body": null,
"is_bot": false,
"headline": "Update nuget",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T18:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e687a9d34b196a9fe6f3ae4f3d2f668308c933",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T17:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801acde6a833f565ada01e558211ba72dc8297e4",
"body": null,
"is_bot": false,
"headline": "Use the right version",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T17:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c46f58193a5cde73ce6be54cb77fc2f7da0d18",
"body": null,
"is_bot": false,
"headline": "Fix release notes",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T17:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5c4b355c4f9b17f2c2ee660ca37d0b52bd930b",
"body": null,
"is_bot": false,
"headline": "Change copyright",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-05-19T17:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b897b83521a0dea50942b324fe9ac8e7e3f1da9",
"body": null,
"is_bot": false,
"headline": "Remove MSBuild version, use git version, create nupkg from powershell",
"author_name": "Arthur Zaczek",
"author_login": null,
"committed_at": "2015-05-19T16:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70fc318f2f3d562a32d61d0acfb2e4774c197ef",
"body": null,
"is_bot": false,
"headline": "Add FlattenHierarchy Helper",
"author_name": "Arthur Zaczek",
"author_login": null,
"committed_at": "2015-05-05T14:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a300038f85236ec351b5ff43038c8c9cbe4f80",
"body": null,
"is_bot": false,
"headline": "\"Update\" Solution version",
"author_name": "Arthur Zaczek",
"author_login": null,
"committed_at": "2015-05-05T11:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e933219ba05aff088e254ca8a7c19030db6a7aa0",
"body": null,
"is_bot": false,
"headline": "Improve formating",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-04-24T07:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ee4533c84fec18e3ce39f97956a8d6960a89e7",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2015-04-24T06:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d096dc85443d1a3bc80623cf869fe40da15252",
"body": "…tryResult self)",
"is_bot": false,
"headline": "Add DimensionEntry<DateTime> GetDateTimeEntry(this IDimensionEn…",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-06-12T08:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db449c2ca2490e23bf097bd3b340e3da216d2fef",
"body": null,
"is_bot": false,
"headline": "Add release note",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-06-12T08:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b596876726aa4b2c18d23e024a048ed53963a1c",
"body": null,
"is_bot": false,
"headline": "Add IntSumMeasure<TFact>",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-06-12T08:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071e8f2908d712f299c61ac7643722ac73e2f701",
"body": null,
"is_bot": false,
"headline": "Remove x86 Configuration",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-06-06T14:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a37533c4531edda0c40c6333f1d76a8a89efbec",
"body": "…t on the csproj",
"is_bot": false,
"headline": "Implement a \"Package\" target and create a nuspec that is not dependen…",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-06-06T13:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3128cc8d5f6f91d2e361f3386c6ef50aee9377",
"body": null,
"is_bot": false,
"headline": "Adding MSBuild Versioning",
"author_name": "Arthur Zaczek",
"author_login": null,
"committed_at": "2012-06-06T13:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f22f4e8ff770f3db77121f01ce035b13e7e64b4",
"body": null,
"is_bot": false,
"headline": "Adding NuGet package definition",
"author_name": "Arthur Zaczek",
"author_login": null,
"committed_at": "2012-06-06T09:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b90253ec58947bd8ee254781ca047d90e81353f",
"body": "…ossing dimensions",
"is_bot": false,
"headline": "Resolving naming confusion primary/secondary dimensions to chained/cr…",
"author_name": "Arthur Zaczek",
"author_login": "arthurzaczek",
"committed_at": "2012-05-31T11:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b093dd357ba5f7819d6b50a07cae24eeb5fa4ff2",
"body": "This commit also contains examples demoing this new builder.\n\nFixes issue 3",
"is_bot": false,
"headline": "Add boolean DimensionBuilder as suggested by Francois Botha",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-03-08T13:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27cba72c37d0de8b646a34da404e7d2b11d97084",
"body": "Fixes issue 2",
"is_bot": false,
"headline": "Fix typo",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-03-08T13:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc445c7b5cc6410e017460f178a07edeb15b3bb",
"body": "…r dimension\n\nOn the upside, this reduces computational complexity by magnitudes,\non the downside, this means that groupings and aggregations only happen\nin the specified order, restricting the breadth of the collected data.",
"is_bot": false,
"headline": "Implement \"primary\" dimensions which are not expanded with every othe…",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-01-23T14:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd554f5ad7afd2b2f47a090a16f8f8d6038758c",
"body": null,
"is_bot": false,
"headline": "Repair BuildMonths to work on top of a Year-dimension",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2012-01-23T11:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079ee9d6eb7ee74460dcd601ba48c160a22c2569",
"body": null,
"is_bot": false,
"headline": "Implement Average on IMeasureResult",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-25T13:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9bb7e78bdf6f4a690a7f10f78026b777cb71b73",
"body": "This change reduces the interface glut and leads to a cleaner codebase.\nAdditionally it leads to a unification of IDimension and IDimensionResult,\nso that the former now also has results.",
"is_bot": false,
"headline": "Refactor Dimensions, Entries and Results",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-25T11:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6ee32ea75fbe740ccad7c0b988477d094974c56",
"body": null,
"is_bot": false,
"headline": "Argument checks",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-24T16:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3ca3897f1b721c11788675fb7dd2330531cb64",
"body": null,
"is_bot": false,
"headline": "BuildEnums from real Enums too",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-24T15:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db7d88776330fd9cbb4b1cdbcc5a60eee10eae1",
"body": null,
"is_bot": false,
"headline": "Make IDimension and IDimensionEntry enumerable",
"author_name": "arthur",
"author_login": null,
"committed_at": "2011-11-24T11:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef190b523e377c999a4319a8ea5ea10615559bcc",
"body": "…m labels",
"is_bot": false,
"headline": "Refactor BuildPartition to use common base method and implement custo…",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-18T18:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac1bab8cb8ae1313bc9016665d3dc51c6f4ad40",
"body": null,
"is_bot": false,
"headline": "Implement BuildPartition over int",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-18T17:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2aaf1f661abb1e3374a441fd9314a874aed1dea",
"body": "This can be used to remove non-applicable items from being counted on\na dimension.",
"is_bot": false,
"headline": "Implement Dimensionfilters",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-18T16:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511a43c950caa6e4f0c66dd9898ccbf5e9bb0189",
"body": null,
"is_bot": false,
"headline": "Make repo more \"dynamic\"",
"author_name": "arthur",
"author_login": null,
"committed_at": "2011-11-15T16:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2304ca77cb19bd58c4a7ddfe2a98f0767a96a2d",
"body": null,
"is_bot": false,
"headline": "Extension method for selecting dimension entry in measures",
"author_name": "arthur",
"author_login": null,
"committed_at": "2011-11-15T16:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7307574e3e6ecc2fc0bd4f89731fbdb5591b908a",
"body": null,
"is_bot": false,
"headline": "Fix classic off-by-one error",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T12:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb5390b8b4e6feae16a665b5daa9b1eb3feeabf",
"body": "Special measures can vary depending on the \"location\" in the cube.",
"is_bot": false,
"headline": "Add CubeCoordinates and use them for special measures",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T11:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f435f8cfa319500557847374463d4c43b31935",
"body": null,
"is_bot": false,
"headline": "Fix bug in date range calculation",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T11:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135872665d0a34536d83a82f5f781bcf11b6f62e",
"body": "This adds the capability to filter a dimension by start/end date or by\na (repeated) part of the year. In some reports (e.g. comparing YTD against\nthe same period in the history) this is very useful.",
"is_bot": false,
"headline": "Add ranges and slices for years",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T10:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fbf63bd3afce2b9feab13389c1b9ff94f81272d",
"body": null,
"is_bot": false,
"headline": "Improve ToString output for Measures and MeasureResults",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T09:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1b9adb0189ed89cc14a4782e5eeaa0c8dda62c",
"body": null,
"is_bot": false,
"headline": "Implement DoubleSumMeasure",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T08:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72321493979c764e32d5a02766e0d4a8d6f67bb2",
"body": "A filtered Measure will only apply records that match the filter expression\nthat is passed into the ocnstructor. This can be useful for conditions\nthat do not warrant a new dimension. Since the underlying Measure's result\nis used, its Count reflects the number of matched records.",
"is_bot": false,
"headline": "Implement filtering at Measure-time",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T07:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d3c3a7caf67aa9153addfba096b3b0986414be",
"body": "This is a quick shortcut to getting averages from Sums. It shows the\nweakness of the Measure/MeasureResult interface, as we expect a single\nSet call for each record.",
"is_bot": false,
"headline": "Implement a Count property on IMeasureResult",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-15T07:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0d17c84c253efb1fef2794b901274eef1e43ca",
"body": null,
"is_bot": false,
"headline": "Remove obsolete config file",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T12:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8caf425f538197b2fdeda0bbf0ee24a6f2871a65",
"body": null,
"is_bot": false,
"headline": "Add AnyCPU configuration",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T10:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27a0e3f2e49863bdf3df14da1b6dcc27bb86b45",
"body": null,
"is_bot": false,
"headline": "Remove unused references",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T10:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5724a15af5063bcd3a835451b21a94bbd483a120",
"body": "This is much more natural.",
"is_bot": false,
"headline": "Fix CountMeasure signature to require a Predicate.",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T10:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895266c172f032427d868527064926ac64e99fa4",
"body": null,
"is_bot": false,
"headline": "Count by office example",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T09:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a36f2e293eaaedd960996c07bd3ecbd3861b98",
"body": null,
"is_bot": false,
"headline": "Remove unneeded dependency from a result to the input",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T08:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c7b639a17628194a3316b7f2afdcc29e9edfa27",
"body": null,
"is_bot": false,
"headline": "Use whole years for BuildYear",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-14T08:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "268df1b307991529905d16eacd0a08e655a5b2f7",
"body": null,
"is_bot": false,
"headline": "Implement range-matching on Dimensions",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-11T11:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ae592c8cad57b6fa9b7bdff447d8c21cdffd6a",
"body": null,
"is_bot": false,
"headline": "Fix QueryResult Value type",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-11T11:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dcf8ca60289d3b3b02662b1f9257e44cbcfbb07",
"body": "null means \"still employed\"",
"is_bot": false,
"headline": "Implement EmploymentEnd example-data",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-11T11:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3128c07305c4e125dec52a6e1524e22f5cd80bf4",
"body": null,
"is_bot": false,
"headline": "Extract IQuery and use it as key for retrieving the CubeResult",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-11T10:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be952c35fdfe448cd20d3ec87f3749884aed5ef",
"body": null,
"is_bot": false,
"headline": "Improve access syntax for measures",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2011-11-11T10:35:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 28,
"latest_release_at": "2026-06-19T18:35:55Z",
"latest_release_tag": "10.1.2",
"releases_from_tags": true,
"days_since_last_push": 34,
"active_weeks_last_year": 3,
"days_since_latest_release": 34,
"mean_days_between_releases": 391.2
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "LinqCube",
"exists": true,
"license": null,
"keywords": [
"Linq",
"Cube",
"OLAP",
"Library"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LinqCube",
"is_deprecated": false,
"latest_version": "10.2.0",
"repository_url": "https://github.com/arthurzaczek/linq-cube",
"versions_count": 9,
"total_downloads": 55382,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T17:46:05.437000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 3,
"stars": 11,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-11-03",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"LinqCube.Example/LinqCube.Example.csproj",
"LinqCube.Tests/LinqCube.Tests.csproj",
"LinqCube.UI/LinqCube.UI.csproj",
"LinqCube/LinqCube.csproj"
],
"largest_source_bytes": 49260,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"LinqCube.Example/LinqCube.Example.csproj",
"LinqCube.Tests/LinqCube.Tests.csproj",
"LinqCube.UI/LinqCube.UI.csproj",
"LinqCube/LinqCube.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Avalonia",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Controls.DataGrid",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Desktop",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Themes.Fluent",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Fonts.Inter",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.ReactiveUI",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Diagnostics",
"manifest": "LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "LinqCube.Tests/LinqCube.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.5.1"
},
{
"name": "xunit",
"manifest": "LinqCube.Tests/LinqCube.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.9.3"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "LinqCube.Tests/LinqCube.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.5"
},
{
"name": "GitVersion.MsBuild",
"manifest": "LinqCube.UI/LinqCube.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "6.6.0"
},
{
"name": "Avalonia",
"manifest": "LinqCube.UI/LinqCube.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Controls.DataGrid",
"manifest": "LinqCube.UI/LinqCube.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.Themes.Fluent",
"manifest": "LinqCube.UI/LinqCube.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "Avalonia.ReactiveUI",
"manifest": "LinqCube.UI/LinqCube.UI.csproj",
"ecosystem": "nuget",
"version_constraint": "11.2.3"
},
{
"name": "GitVersion.MsBuild",
"manifest": "LinqCube/LinqCube.csproj",
"ecosystem": "nuget",
"version_constraint": "6.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Avalonia",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Controls.DataGrid",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Desktop",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Diagnostics",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Fonts.Inter",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.ReactiveUI",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Themes.Fluent",
"direct": true,
"version": "11.2.3",
"ecosystem": "nuget"
},
{
"name": "GitVersion.MsBuild",
"direct": true,
"version": "6.6.0",
"ecosystem": "nuget"
},
{
"name": "GitVersion.CommandLine",
"direct": false,
"version": "3.0.0-beta0002",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 8,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 3,
"closed_ratio": 0.4,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "arthurzaczek",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/1830887?v=4"
},
{
"type": "User",
"login": "DavidS",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/27712?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.562
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4328be542bf8eabb5c88aa621613eb2dd26caeb9",
"ran_at": "2026-07-24T17:54:31Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2015-03-15T12:05:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2015-03-15T12:05:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2015-03-15T12:05:45Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/arthurzaczek/linq-cube",
"host": "github.com",
"name": "linq-cube",
"owner": "arthurzaczek"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 46,
"vitality": 50,
"community": 33,
"governance": 49,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"commits_last_year": 28,
"human_commit_share": 1,
"days_since_last_push": 34,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 34 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 34
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "28 commits in the last year",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 28
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 9,
"latest_release_tag": "10.1.2",
"releases_from_tags": true,
"days_since_latest_release": 34,
"mean_days_between_releases": 391.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 34 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 34
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~391.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 391.2
}
}
],
"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": 34,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 34 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 34
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 3,
"stars": 11,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"LinqCube"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 55382,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "55,382 downloads all-time across nuget",
"points": 49.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 55382,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.562
},
"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 56% of commits",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 56
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"merged_prs": 0,
"open_issues": 3,
"closed_issues": 2,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/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": 51,
"inputs": {
"followers": 11,
"owner_type": "User",
"is_verified": null,
"owner_login": "arthurzaczek",
"public_repos": 31,
"account_age_days": 5159
},
"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": "11 followers of arthurzaczek",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "arthurzaczek"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~14 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"LinqCube"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.3
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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 9 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 9,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 9,
"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": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.1,
"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": "10 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.06,
"toolchain_manifests": [
"LinqCube.Example.UI/LinqCube.Example.UI.csproj",
"LinqCube.Example/LinqCube.Example.csproj",
"LinqCube.Tests/LinqCube.Tests.csproj",
"LinqCube.UI/LinqCube.UI.csproj",
"LinqCube/LinqCube.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "LinqCube.Example.UI/LinqCube.Example.UI.csproj, LinqCube.Example/LinqCube.Example.csproj, LinqCube.Tests/LinqCube.Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "LinqCube.Example.UI/LinqCube.Example.UI.csproj, LinqCube.Example/LinqCube.Example.csproj, LinqCube.Tests/LinqCube.Tests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "6 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 49260,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:54:35.435461Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arthurzaczek/linq-cube.svg",
"full_name": "arthurzaczek/linq-cube",
"license_state": "absent",
"license_spdx": null
}