原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"quickcheck",
"testing",
"random",
"regression-testing",
"performance-testing",
"concurrency-testing",
"model-based-testing",
"metamorphic-testing",
"causal-profiling",
"parallel-testing",
"stateful-testing"
],
"is_fork": false,
"size_kb": 1541,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 927793
},
"pushed_at": "2026-08-03T10:29:50Z",
"created_at": "2020-07-02T07:38:29Z",
"owner_type": "User",
"updated_at": "2026-08-03T10:29:56Z",
"description": "Random testing library for C#",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "http://anthonylloyd.github.io/",
"name": "Anthony Lloyd",
"type": "User",
"login": "AnthonyLloyd",
"company": null,
"location": "London & Abingdon",
"followers": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/9265702?v=4",
"created_at": "2014-10-16T09:59:17Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 4309
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "f358b9db863e2c5f2d94c7fb77c1ec50b9bf99ee",
"body": null,
"is_bot": false,
"headline": "small fixes",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-08-03T10:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a6ee646b28ddcfcebbc6ba43c344b7d6fbe5be",
"body": null,
"is_bot": false,
"headline": "add union support to Check.Equality (#61)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-08-03T10:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e0e93438b41bad311e659378eeb518cd63613ee",
"body": null,
"is_bot": false,
"headline": "Add field compared/ignored checking to Check.Equality (#60)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-08-02T13:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beee0f74ab8e133d776bca3d9a01adf50d05c930",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-07-20T16:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8647c1572338418159a2e552bd7b608307632120",
"body": null,
"is_bot": false,
"headline": "add AI docs",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-06-12T09:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a069c9a51f038f776a1e2664d42ea98f542286b1",
"body": "Replace 'hashCode & table.Mask' with 'hashCode & (buckets.Length - 1)'\nat all call sites. In-process A/B (sigma 20, two runs across n=10/100/1000/10000)\nshowed no measurable difference between the precomputed field and the\ninline expression - sign of the delta flipped between runs and stayed\nbelow 1\n[…]\n bytes,\nremoves an init statement, and eliminates one source of confusion about\nwhich representation of the mask is authoritative.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove Cache.Table.Mask field (#59)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-06-01T09:00:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6537fc59af77f1ec21ed4cf23df715b2aecc98eb",
"body": "…#58)\n\nThe sync fast-path (fresh hit) sits behind a method-call boundary that\nthe JIT does not inline by default - the method body is moderately large\nand returns ValueTask<V>. AggressiveInlining lets the caller inline the\nfresh-hit branch directly, eliminating the call frame on the hot path.\n\nMeasu\n[…]\n0-13% (real)\n - AggressiveInlining on 2-arg wrapper only: 0% (JIT already inlines it)\n - Combined: +10-13% (same as 3-arg alone)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "AggressiveInlining on RefreshingCache.GetOrAdd 3-arg sync fast-path (…",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-06-01T08:31:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2e0732c01fc5c47337f363ca57fd578d6c3faf6",
"body": null,
"is_bot": false,
"headline": "refreshingcache optimise (#57)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-06-01T06:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a99eaf8fba18f6132f0f7d28bee2e6d592a7786",
"body": null,
"is_bot": false,
"headline": "RefreshingCache improvements",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-22T22:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7114f7660cc8e54dbc15ae6b73e5c75770233f5b",
"body": null,
"is_bot": false,
"headline": "add SampleModelBasedAsync",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-17T09:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14318286a65dd94d98c12a21ca2b9a3469b261ad",
"body": null,
"is_bot": false,
"headline": "remove IMToolsTests.cs",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-16T11:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57bcd7343b9b53434639de36fcfb767c4870c5dc",
"body": null,
"is_bot": false,
"headline": "remove IMToolsTests.cs",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-16T11:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58e85e4df344b3701ed6ca59edf589e5c0c8a923",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-16T11:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e6dd39b641392bc1e699e4398067f6403fb0978",
"body": null,
"is_bot": false,
"headline": "RefreshingCache improvements",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-05-16T10:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d85dff0a19b2db833b5e6fd1ef70c65c91685b",
"body": null,
"is_bot": false,
"headline": "Cache softtimeout",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-03-29T11:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71526c6c7131c02287ac5b99e4adfbc3322cf87f",
"body": null,
"is_bot": false,
"headline": "release 4.6.2",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-03-09T07:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca29474abcbc4e02585892659bd7a77e0054ad6",
"body": null,
"is_bot": false,
"headline": "fix classify sort stability (#54)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-03-08T17:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "478156d1105021601a67d614d228bcca66cd38e5",
"body": null,
"is_bot": false,
"headline": "release 4.6.1 (#52)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-03-01T09:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c970ede418c8c8ebf95d939b14c0a821b341eaaa",
"body": null,
"is_bot": false,
"headline": "RefreshingCache optimise (#51)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-22T19:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f76256109be6cfe13266bedc9597ee4cb2a0fb",
"body": null,
"is_bot": false,
"headline": "release 4.6.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-18T22:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdcd557362c98ff83eb1c0962b66cdf91fd6d99",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-18T22:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e38ae8b35d7dfeffefd0c94362aec63b39f7a39",
"body": null,
"is_bot": false,
"headline": "Refreshing cache (#50)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-18T22:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e469941e2d2e568550a96311364d1dec4baf06b8",
"body": null,
"is_bot": false,
"headline": "skip test",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-01T11:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7489e79d5b16de9d5e00a89f20fde996279ac6f4",
"body": null,
"is_bot": false,
"headline": "Cache locking (#48)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-02-01T11:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6071b998b32551feac11f403d91bbd00ed5b1c9",
"body": null,
"is_bot": false,
"headline": "Cache work tests",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-31T18:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe15904371538c408636f2583f75fd240702f18b",
"body": null,
"is_bot": false,
"headline": "Cache work tests",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-31T16:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b99690d1bae46dc18774b06ce766359493e7de5",
"body": null,
"is_bot": false,
"headline": "Cache work tests (#47)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-31T16:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc323f175a87ef26068d47c8024ee9c6ef5fc93",
"body": null,
"is_bot": false,
"headline": "Cache work (#45)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-31T16:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "728dae3725fa48c0584f693ac69c6aa0b841b3fd",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-24T11:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e870b22c1c8b6c99d262653b47343f3cb08206a2",
"body": null,
"is_bot": false,
"headline": "2026 etc",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-11T10:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7274207a217d52876f74712731c20a2dc9dc8b5b",
"body": null,
"is_bot": false,
"headline": "GenDouble etc bug fix",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-11T10:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2367399800c2b8f9a14a252c176f72e01ab6b34",
"body": null,
"is_bot": false,
"headline": "update dependencies (#44)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-08T19:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ae50943e9d261b35d4df480c43977000755e66",
"body": null,
"is_bot": false,
"headline": "Cache and fix Gen ranges (#43)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2026-01-08T19:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c94c5d05c99c66f679b14eb63085a512208488",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-14T14:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cc0f864ee4e2529bdd08adad74ca3e7c2ca9bb",
"body": null,
"is_bot": false,
"headline": "release 4.5.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-12T11:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2371eb049c2632973e265dd64b5587ecccaec83",
"body": null,
"is_bot": false,
"headline": "add EqualUnordered",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-12T10:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc158a202146858aebf6c1b0204d92633ecb569",
"body": null,
"is_bot": false,
"headline": "release 4.5.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-12T10:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2318b560dbb576afc41f5fa2ca776f6741fc4e73",
"body": null,
"is_bot": false,
"headline": "Add min times for Faster (#39)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-12T08:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46466f9cf6d6762800f24074b85d967fd440dc28",
"body": null,
"is_bot": false,
"headline": "Cache value tests (#38)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-12-08T19:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ede66bf5bd1dd626c997ef96626849ae4212f99",
"body": null,
"is_bot": false,
"headline": "move to TUnit (#37)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-11-26T18:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303482768adde2eb7a91bd85eb7286684fb57f1f",
"body": null,
"is_bot": false,
"headline": "use Microsoft.Testing.Platform",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-11-15T22:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb9add6057bfc28aa979e8e182857712e519478",
"body": null,
"is_bot": false,
"headline": "update test to .NET 10",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-11-15T22:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25527cc9b5e5424d299d3007d9b4cd594269b6a6",
"body": null,
"is_bot": false,
"headline": "release 4.4.1",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-08-26T07:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b087d4a55a3f9221dcf860e122ec55de2cf61e0",
"body": null,
"is_bot": false,
"headline": "release 4.4.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-08-25T11:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5761f1b45f3bd5848c41fdf837727aced635453",
"body": null,
"is_bot": false,
"headline": "release 4.4.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-08-25T11:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cd698853835f154bd680bede1f8fd6e7cff6a7",
"body": null,
"is_bot": false,
"headline": "BigO regression",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-08-24T14:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da1f4b1382593c2cacaf55da912ddd2214612251",
"body": null,
"is_bot": false,
"headline": "update to slnx",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-29T07:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e5a8433b9915d59c6139d565aa66f20218ad4d7",
"body": null,
"is_bot": false,
"headline": "remove Size.md",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T16:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4db1f65ff8d3071887ae8b0ed032c6aac3ff01d",
"body": null,
"is_bot": false,
"headline": "update packages",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T16:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b0bc50c9125864cb81337abd66e7601ef36066",
"body": null,
"is_bot": false,
"headline": "fix Copyright",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T16:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdae2e4a212d9a965e08bd9943a83625c1f8e6fd",
"body": null,
"is_bot": false,
"headline": "fix CI badge",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T16:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401d828a9d88965da44bf9af3fd9a285ec6bf879",
"body": null,
"is_bot": false,
"headline": "fix CI badge",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T16:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6ada0d9e97e31f4ea2bc71248adce04953d12e",
"body": null,
"is_bot": false,
"headline": "add Gen.DateTime.Utc and Gen.DateTime.Local",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-26T13:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a9582b9c447e607c0752a3240157716eccfe8f",
"body": null,
"is_bot": false,
"headline": "release 4.2.1",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-06T21:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5230f752aca0118ae8016c0713c9b1407061dee",
"body": null,
"is_bot": false,
"headline": "fix bad initialization in ArrayUnique",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2025-05-06T21:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "330d8a497949b4dba18d94efe24d94441de0e53a",
"body": null,
"is_bot": false,
"headline": "release 4.2.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-12-08T15:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219329be6bda5ef7812ec905ad3b75b75456ca79",
"body": null,
"is_bot": false,
"headline": "add ShuffleSelects",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-12-08T15:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a84374333fb7c6410894781b67193f8bb1bbdb3",
"body": null,
"is_bot": false,
"headline": "add Uniform to UInt, Long, ULong",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-12-08T11:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "115ca8be1056bb39e50fa42dbb92e2d2e01d10bf",
"body": null,
"is_bot": false,
"headline": "add Gen.Seed",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-12-08T11:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd33b6c53027ca0ea62d7dc073b66a55b28f0e25",
"body": null,
"is_bot": false,
"headline": "update test to .NET 9",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-12T19:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af2eb28af24f58fa4b2bb81dcdc9177ceceeed9",
"body": null,
"is_bot": false,
"headline": "release 4.1.0",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-09T13:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0d0f967628f9ec61c1362e26bb0a8adc377bc5",
"body": null,
"is_bot": false,
"headline": "add logging directory parameter and make some logging internal",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-09T12:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff515b820bfd2b88caf903649e089bb96d4368b4",
"body": null,
"is_bot": false,
"headline": "fix Tyche test",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-09T09:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5811adccbcb0e0e5ed347dd4e7e5866a044c4419",
"body": null,
"is_bot": false,
"headline": "add logger parameter across Samples",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-09T09:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e098e0ec5a2710e115fc6f5fd6cb40717a87b56",
"body": null,
"is_bot": false,
"headline": "tidy",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-11-09T08:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd845c9bfe70162755cccd8aae2a94daf2132df4",
"body": null,
"is_bot": false,
"headline": "logging work",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-20T09:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698c8913e1ef7314d978bdea17208a8347a1173e",
"body": "…… (#29)",
"is_bot": false,
"headline": "also write file that tyche needs to differentiate between the same te…",
"author_name": "pppls",
"author_login": "pppls",
"committed_at": "2024-10-20T07:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf7f677e2c79388e9e1a80ab23d26d1934333f1",
"body": null,
"is_bot": false,
"headline": "README.md minor tweaks",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-19T14:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e7fae23bd4ba0e68d0d916200ff08a9e63dda9",
"body": null,
"is_bot": false,
"headline": "Slight expansion on faster docs (#27)",
"author_name": "pppls",
"author_login": "pppls",
"committed_at": "2024-10-19T14:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b848c541b18ada86a1ffebf8c6eda63dcbb0e3",
"body": null,
"is_bot": false,
"headline": "logging work",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T14:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd2ac614a74eba5bf7e8d24f2ad524f5421ad08",
"body": null,
"is_bot": false,
"headline": "add debug check to Faster",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T14:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af18b85e0f23f27cbb2037ccc02e1d0141f8fa4c",
"body": null,
"is_bot": false,
"headline": "PCG do while",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T08:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500d0896f42ed9da05711170f2b7f175761e0383",
"body": null,
"is_bot": false,
"headline": "remove 1U check",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T08:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed6499a2c74ff1e5767352f3eaa711d2675b54ce",
"body": null,
"is_bot": false,
"headline": "current PCG with saved threshold",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T08:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00538a76fa50fd52353d824836156d80fd2979a0",
"body": null,
"is_bot": false,
"headline": "further tidy, update dependencies",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T08:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a1d990873a707ca7a02f836b55108ce72d8e129",
"body": null,
"is_bot": false,
"headline": "tidy logging, lamire upfront threshold",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T07:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7ca6c93eff519f1a11a7864b8660a1c4ad3ac9",
"body": null,
"is_bot": false,
"headline": "add Lemire test",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-13T07:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad550b181bb3d818c81ae1e56cb31cab8aefecc5",
"body": null,
"is_bot": false,
"headline": "changes to new PCG",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-12T14:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1a14049f3faa249ef7b2fcc85bea7de372e261",
"body": null,
"is_bot": false,
"headline": "change to new PCG",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-12T14:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2185c0321b8c1586895c1f17fe26b13d192e0dc7",
"body": null,
"is_bot": false,
"headline": "use ThrowHelper in Gen",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-12T14:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c69bdbda269785bc5127089a975e4c4653a369a",
"body": null,
"is_bot": false,
"headline": "don't raise for new faster",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-12T13:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7c4d0d3f6b51897d8e47e0278d01a46190a76d",
"body": null,
"is_bot": false,
"headline": "test faster PCG multiplier and remove use",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-12T12:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f07f0837d4c177700696f91f4c59a6de0ba828",
"body": null,
"is_bot": false,
"headline": "update nuget badge",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-10-07T19:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d273f278c0fd3436535316ea4565280bf818d441",
"body": null,
"is_bot": false,
"headline": "Add logging for Tyche (#25)",
"author_name": "pppls",
"author_login": "pppls",
"committed_at": "2024-10-06T11:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e28cea00f282a34293d463362ce992510a752c2f",
"body": null,
"is_bot": false,
"headline": "SampleParallel readme, fix sequential spelling",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-08-28T12:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4938ebcfab002dd1cc7c07050a786072bfaf89e",
"body": null,
"is_bot": false,
"headline": "fix ListSlim_Parallel test",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-08-28T07:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c0280bb1245c45a3df3e4398b207e6505f6921",
"body": null,
"is_bot": false,
"headline": "version 4, SampleParallel with model (#22)",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-08-28T07:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56cb680b51a6de6f13a3d0eb5203bfaa5f35dc99",
"body": null,
"is_bot": false,
"headline": "add sad state blog",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-07-10T09:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15cf28a699d9a835cc29351254196c8d594da16a",
"body": null,
"is_bot": false,
"headline": "add sad state blog",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-07-10T09:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9747cfe9288fba8642c4a393a2fdda45727347a0",
"body": null,
"is_bot": false,
"headline": "README compared to tree based",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-07-06T15:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "115686abcf37870465dc3e8d9c20e72d7d7fb38b",
"body": null,
"is_bot": false,
"headline": "Add reset option Dbg.Time stats for completed and running",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-05-11T14:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8034b0ed5f3c0c5b0a81685e2b8631589e954832",
"body": null,
"is_bot": false,
"headline": "Add Dbg.Time stats for completed and running",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-05-11T11:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d578395cfc67d09e861adced24daa0674fdeed0",
"body": null,
"is_bot": false,
"headline": "update copyright",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb48e9a582849a51209cc4f677e4aa4484d43403",
"body": null,
"is_bot": false,
"headline": "skip allocator exception test due to mac issue",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d59e86bb6c75a93b51c0453fd323292d358d6d4",
"body": null,
"is_bot": false,
"headline": "fix test not overflowing",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbc23b0f58f5b0a69afed5c21007b3256725a73",
"body": null,
"is_bot": false,
"headline": "test weird mac error",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "144287d501f55e716050f3056c6297a43b3ac8d7",
"body": null,
"is_bot": false,
"headline": "fix test not overflowing",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7261e135487a03a24b5d39bc787d7ad5e815ee7c",
"body": null,
"is_bot": false,
"headline": "fix test not overflowing",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T11:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe2ec778eae824cc8a67a796be93a4c859a5827",
"body": null,
"is_bot": false,
"headline": "fix test not overflowing",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T10:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6812a295c4b5dd98827e878441c81357faf83bf3",
"body": null,
"is_bot": false,
"headline": "fix test not overflowing",
"author_name": "Anthony Lloyd",
"author_login": "AnthonyLloyd",
"committed_at": "2024-04-27T10:53:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 44,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com",
"shields.io"
],
"total": 2,
"header": 2,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "CsCheck",
"exists": true,
"license": null,
"keywords": [
"quickcheck",
"random",
"model-based",
"metamorphic",
"parallel",
"performance",
"causal-profiling",
"regression",
"testing"
],
"ecosystem": "nuget",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/CsCheck",
"declared_type": null,
"is_deprecated": false,
"latest_version": "4.8.0",
"repository_url": "http://github.com/AnthonyLloyd/CsCheck",
"versions_count": 69,
"total_downloads": 562784,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-03T11:19:56.687000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 5,
"stars": 210,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"CsCheck/CsCheck.csproj",
"Tests/Tests.csproj"
],
"largest_source_bytes": 309955,
"source_files_sampled": 37,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 7257
},
"dependencies": {
"manifests": [
"CsCheck/CsCheck.csproj",
"Tests/Tests.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": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "CsCheck/CsCheck.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.301"
},
{
"name": "Meziantou.Analyzer",
"manifest": "CsCheck/CsCheck.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.138"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Meziantou.Analyzer",
"direct": true,
"version": "3.0.138",
"ecosystem": "nuget"
},
{
"name": "Microsoft.SourceLink.GitHub",
"direct": true,
"version": "10.0.301",
"ecosystem": "nuget"
},
{
"name": "TUnit",
"direct": false,
"version": "1.63.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 2,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 23,
"open_issues": 1,
"closed_ratio": 0.972,
"closed_issues": 35,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AnthonyLloyd",
"commits": 737,
"avatar_url": "https://avatars.githubusercontent.com/u/9265702?v=4"
},
{
"type": "User",
"login": "pppls",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/79804733?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.996
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 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": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "14 commit(s) and 2 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "f358b9db863e2c5f2d94c7fb77c1ec50b9bf99ee",
"ran_at": "2026-08-03T11:27:24Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 2,
"decided_7d": 2,
"merged_30d": 2,
"authors_30d": 1,
"decided_30d": 2,
"sample_size": 24,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-03T10:31:56Z",
"oldest_open_prs": [
{
"number": 55,
"created_at": "2026-03-08T20:13:49Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-08-03T10:27:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 28,
"created_at": "2024-10-19T04:23:40Z",
"last_comment_at": "2026-06-04T08:30:44Z",
"last_comment_author": "AnthonyLloyd"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AnthonyLloyd/CsCheck",
"host": "github.com",
"name": "CsCheck",
"owner": "AnthonyLloyd"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 61,
"vitality": 45,
"community": 55,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 64,
"ai_readiness": 66,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 45,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 5,
"stars": 210,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "210 stars",
"points": 37.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 210
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 2,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com",
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 75,
"inputs": {
"packages": [
"CsCheck"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 562784,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "562,784 downloads all-time across nuget",
"points": 59.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 562784,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.996
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"merged_prs": 23,
"open_issues": 1,
"closed_issues": 35,
"prs_merged_7d": 2,
"prs_decided_7d": 2,
"prs_merged_30d": 2,
"prs_decided_30d": 2,
"issue_closed_ratio": 0.972,
"closed_unmerged_prs": 1,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "97% of issues closed",
"points": 40.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 97
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/24 decided PRs merged",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 24
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 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": 57,
"inputs": {
"followers": 112,
"owner_type": "User",
"is_verified": null,
"owner_login": "AnthonyLloyd",
"public_repos": 16,
"account_age_days": 4309
},
"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": "112 followers of AnthonyLloyd",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 112,
"login": "AnthonyLloyd"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~11 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"CsCheck"
],
"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": "69 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 69
}
}
],
"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": 64,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"quickcheck",
"testing",
"random",
"regression-testing",
"performance-testing",
"concurrency-testing",
"model-based-testing",
"metamorphic-testing",
"causal-profiling",
"parallel-testing",
"stateful-testing"
],
"has_wiki": false,
"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": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "14 commit(s) and 2 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"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": "exceptional",
"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 3 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": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"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": "exceptional",
"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": 3,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"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": "good",
"name": "AI Readiness",
"value": 66,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.2,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 7257
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [
"CsCheck/CsCheck.csproj",
"Tests/Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "CsCheck/CsCheck.csproj, Tests/Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "CsCheck/CsCheck.csproj, Tests/Tests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 309955,
"source_files_sampled": 37,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/37 source files over 60KB",
"points": 52,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-03T11:27:34.745861Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AnthonyLloyd/CsCheck.svg",
"full_name": "AnthonyLloyd/CsCheck",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}