原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"ecmascript",
"javascript",
"test-automation",
"test-framework"
],
"is_fork": false,
"size_kb": 316,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 111787,
"Shell": 2112,
"Liquid": 4552,
"Batchfile": 207,
"PowerShell": 2793
},
"pushed_at": "2026-07-23T17:40:29Z",
"created_at": "2021-11-13T07:17:17Z",
"owner_type": "User",
"updated_at": "2026-07-23T17:40:31Z",
"description": "A .NET version of test262 ECMAScript test harness",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://www.quartz-scheduler.net/",
"name": "Marko Lahma",
"type": "User",
"login": "lahma",
"company": "@quartznet ",
"location": "Finland",
"followers": 375,
"avatar_url": "https://avatars.githubusercontent.com/u/171892?v=4",
"created_at": "2009-12-24T21:07:25Z",
"is_verified": null,
"public_repos": 141,
"account_age_days": 6054
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-05-17T09:26:27Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-04-25T14:44:48Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2026-03-25T16:00:38Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-03-25T16:00:21Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-05-17T10:02:20Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-05-17T10:02:11Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-05-17T10:02:00Z"
}
],
"recent_commits": [
{
"oid": "e05cfd397da8876bea098589dcd6935c9f8a8350",
"body": "nuget.org's token endpoint (behind Azure Front Door) rejects a request with\nno User-Agent header with HTTP 400 \"A User-Agent header is required.\" -- and\na bare HttpClient sends none, so the exchange failed before the policy was\never consulted. That is why NuGet/login sets User-Agent explicitly. Set \n[…]\nce the response body in the failure message; had it been there,\nthe log would have named the cause outright instead of a lone 400.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Send a User-Agent when exchanging the OIDC token",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-23T17:40:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0c462fa9d1b6c1fd0fc125f0a79c45c81bf0ace1",
"body": "…167)\n\nExchanges the release job's GitHub OIDC token for a short-lived nuget.org\nAPI key, so no long-lived NUGET_API_KEY secret has to be stored or rotated.\nThe exchange (audience + POST to www.nuget.org/api/v2/token) is done in C#\nin the Fallout build -- same protocol as NuGet/login@v1, but 11.0.18\n[…]\n'nuget' environment and a nuget.org trusted publishing policy\nnaming publish.yml. Delete NUGET_API_KEY only after a green release.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Publish to nuget.org with trusted publishing instead of an API key (#…",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-23T17:27:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75d86f777358416561a846488e6abec63a403943",
"body": "NUKE is no longer maintained, so transitive-dependency advisories against it are\nnever fixed upstream — build/_build.csproj carried three pins that existed only\nto route around that. Fallout is the maintained hard-fork successor.\n\nMechanics: `fallout-migrate` handles the Nuke.* -> Fallout.* rewrite,\n[…]\ned by the build code\n- System.Security.Cryptography.Xml kept; Fallout ships 10.0.6, inside the\n affected range of five advisories\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate the build from NUKE to Fallout (#166)",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-23T10:51:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "77f846b90578d37f15b948db26191b1a2ecc8fb7",
"body": "…(#162)\n\nNuke pins the checkout / upload-artifact action versions to its own release\n(checkout@v6, upload-artifact@v5). Override them in the CustomGitHubActions\nattribute with version-pinned custom steps — same pattern as the existing\nsetup-dotnet override — so the generated workflows track the late\n[…]\nof the Nuke version, and regeneration stays stable.\n\nRegenerated build.yml / pr.yml accordingly (only the action versions change).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump checkout to v7 and upload-artifact to v7 in generated workflows …",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-20T06:09:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "57d7557be16096d17e30821603c206b60e370e76",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.8.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 (#163)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T06:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d736923031e7a18a4cf2eb0a83959aba5d785fed",
"body": "---\nupdated-dependencies:\n- dependency-name: Verify.NUnit\n dependency-version: 31.25.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Verify.NUnit from 31.24.1 to 31.25.0 (#165)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T06:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028539e35a5961d442e5f26a0e41094d7b755bf4",
"body": "---\nupdated-dependencies:\n- dependency-name: System.Security.Cryptography.Xml\n dependency-version: 10.0.10\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump System.Security.Cryptography.Xml from 10.0.9 to 10.0.10 (#164)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T06:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b73bd32c7268cafedc0c961e8ae95952a9c972e",
"body": "Splits the generated suite into N deterministic, disjoint slices so a CI\nmatrix can compile and run them on separate runners in parallel. Assignment\nis a stable FNV-1a hash of the test file name (not string.GetHashCode, which\nis per-process randomized), so shard k always holds the same files across\n\n[…]\neneratorOptions, the generator, and the console tool.\nAdded partition/determinism/validation tests; existing snapshots unaffected.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add generate-time suite sharding (--shard-count / --shard-index) (#161)",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-13T10:21:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "808c564cae632e8cd20f84f54482ecc73a3cf040",
"body": "…160)\n\nVerify.NUnit >= 31.21.0 rejects CR in .verified.*/.received.* files\ninstead of normalizing it. On Windows CI (and any Windows checkout\nwith core.autocrlf=true), *.cs snapshot files were checked out with\nCRLF line endings under the existing `* text=auto` rule, causing\nTestSuiteGeneratorTests to fail. Pin eol=lf for these snapshot\npatterns so checkout is consistent across platforms, following the\nsame fix applied upstream in sebastienros/jint#2647.",
"is_bot": false,
"headline": "Bump Verify.NUnit to 31.24.1 and pin LF endings for snapshot files (#…",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-07-13T06:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae461a6068ed6735b2e1e8b4ea7ddbc6b10a031",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.35.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.34.3 to 3.35.0 (#158)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T06:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98809da280a33dc6df58f65f48ebb36b1ac3b3a1",
"body": "---\nupdated-dependencies:\n- dependency-name: YamlDotNet\n dependency-version: 18.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: YamlDotNet\n dependency-version: 18.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump YamlDotNet from 18.0.0 to 18.1.0 (#157)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T06:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae4d2e06c8a253445f64471ac2469a347d28431",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.7.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 (#156)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T06:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14495875680cdd35a1cddb6266bd147ecb2f4ffa",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.34.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.34.2 to 3.34.3 (#153)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T09:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "883ec6ab0b30800080640fe2fccada2dc0bab684",
"body": "---\nupdated-dependencies:\n- dependency-name: Verify.NUnit\n dependency-version: 31.20.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Verify.NUnit from 31.19.1 to 31.20.0 (#154)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T09:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28e58b34b7a7b3fcf5ba865accec7e430afae1f",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.24.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.23.0 to 0.24.0 (#155)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T09:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "719cac4deb501f888628038f5ba30b49827dbe33",
"body": "---\nupdated-dependencies:\n- dependency-name: System.Security.Cryptography.Xml\n dependency-version: 10.0.9\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump System.Security.Cryptography.Xml from 10.0.8 to 10.0.9 (#150)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T06:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953aa166c190b0cb76ec8eae9119ba3e66ee047d",
"body": "---\nupdated-dependencies:\n- dependency-name: Verify.NUnit\n dependency-version: 31.19.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Verify.NUnit from 31.19.0 to 31.19.1 (#151)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T06:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0661e1b69ee68183de2106c196b6651204623a1e",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.23.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.22.2 to 0.23.0 (#152)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T06:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888caad7caa0a897c55a6f198fda4eadbc84a8eb",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.13.0 to 4.14.0 (#149)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T09:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85027d58a81783c3ce3c124cebac34f3e3a196c",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 (#147)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T05:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f055482edfd34543ef7f8f4751ccfa9578ee43",
"body": "---\nupdated-dependencies:\n- dependency-name: Verify.NUnit\n dependency-version: 31.19.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Verify.NUnit from 31.17.0 to 31.19.0 (#148)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T05:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e852a5d0a53cf46aad08a08d25d6505f7b84ca1e",
"body": "Bumps NUnit from 4.6.0 to 4.6.1\nBumps Verify.NUnit from 31.16.3 to 31.17.0\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.6.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: Verify.NUnit\n dependency-version: 31.17.0\n d\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit and Verify.NUnit (#145)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-25T05:21:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1c78b9170890a3830a18170c3a98a6e0e37899a",
"body": "---\nupdated-dependencies:\n- dependency-name: coverlet.collector\n dependency-version: 10.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump coverlet.collector from 10.0.0 to 10.0.1 (#143)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-25T05:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054e5c739229f3c54285176c450067f4f5cb706c",
"body": "---\nupdated-dependencies:\n- dependency-name: YamlDotNet\n dependency-version: 18.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n- dependency-name: YamlDotNet\n dependency-version: 18.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump YamlDotNet from 17.1.0 to 18.0.0 (#146)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-25T05:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c481409251000a025a8d6d96668b6eb9d69826",
"body": null,
"is_bot": false,
"headline": "Update NUKE dependencies and re-generate CI",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-05-17T09:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75fb4f8f4ae1ec5a7fd367022e1b93eab1b3c99",
"body": null,
"is_bot": false,
"headline": "Update packages",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-05-17T09:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d3742e1d5c0fc43fc7e5cea6371cb81262dfe0",
"body": "…s (#142)\n\n* Add NonParallel* options to emit [NonParallelizable] on selected tests\n\nTiming-sensitive test262 suites such as Atomics.waitAsync flake under the\ndefault [Parallelizable(ParallelScope.All)] and previously had to be\ndisabled wholesale via ExcludedFiles. Allow opting them out of parallel\n\n[…]\nng(1) in Capitalize via string.Concat over spans.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add NonParallel* options to emit [NonParallelizable] on selected test…",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-05-17T09:17:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "74516e30e04a7a9fde12de3e77888b98b325f505",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.5.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 (#138)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T04:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007594a52927d8df2ba4b683147d40debc549d7d",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.5.1 to 4.6.0 (#139)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T04:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f68f5a6a281abc5403ea6008cbf9ea28e0d8c8",
"body": "---\nupdated-dependencies:\n- dependency-name: YamlDotNet\n dependency-version: 17.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: YamlDotNet\n dependency-version: 17.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump YamlDotNet from 17.0.1 to 17.1.0 (#141)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T04:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c3d768e8777af728ef9240fe9cc4dc38b6ea00",
"body": "---\nupdated-dependencies:\n- dependency-name: GitHubActionsTestLogger\n dependency-version: 3.0.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump GitHubActionsTestLogger from 3.0.3 to 3.0.4 (#137)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T04:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5aca1e1b6e3ac9000ed5076ad82516a55ccf399",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.13.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.12.0 to 4.13.0 (#140)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T04:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea51167d0c526afe704f6b2d291e381451f88873",
"body": "---\nupdated-dependencies:\n- dependency-name: coverlet.collector\n dependency-version: 10.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump coverlet.collector from 8.0.1 to 10.0.0 (#132)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T17:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb38fd8eb3dfb770f2031fbdd015d4384d2a9b0",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.34.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.33.1 to 3.34.0 (#133)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T17:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86862ba8e73e86e28abd5214e391dfc8650ec629",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.22.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.22.1 to 0.22.2 (#134)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T17:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86189b79439b3980ccb8741af5bf4612b1ec52a0",
"body": "---\nupdated-dependencies:\n- dependency-name: YamlDotNet\n dependency-version: 17.0.1\n dependency-type: direct:production\n update-type: version-update:semver-major\n- dependency-name: YamlDotNet\n dependency-version: 17.0.1\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump YamlDotNet from 16.3.0 to 17.0.1 (#131)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T04:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968ab3a9100bdfc1bbe48a858dd879b4f33e9712",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#130)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T04:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e0a689f852e2dbeeb9ba94bbac71454642aa5ab",
"body": "Spectre.Console.Cli 0.55.0 changed AsyncCommand<T>.ExecuteAsync from\npublic to protected. Update the override in GenerateCommand to match.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump Spectre.Console.Cli to 0.55.0 and fix breaking change (#129)",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-04-07T18:16:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97d1cd18b9bb1c628f862d56b2ffc4570f2de613",
"body": "---\nupdated-dependencies:\n- dependency-name: GitHubActionsTestLogger\n dependency-version: 3.0.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump GitHubActionsTestLogger from 3.0.2 to 3.0.3 (#127)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-06T06:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50dc71d6a53d90ce5022cd3b6a7a7070dd2312bb",
"body": "---\nupdated-dependencies:\n- dependency-name: GitHubActionsTestLogger\n dependency-version: 3.0.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump GitHubActionsTestLogger from 3.0.1 to 3.0.2 (#126)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T04:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5112a1cf9d50e8122156b01a073812bb2971f2b",
"body": "---\nupdated-dependencies:\n- dependency-name: FluentAssertions\n dependency-version: 7.2.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump FluentAssertions from 7.2.0 to 7.2.2 (#125)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T04:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca030210b5914d90b7c86ccb6f15807383d8c7cf",
"body": "The enum was missing EvalError and URIError, causing Enum.TryParse to\nsilently default to RangeError (0) for tests with these expected types.\nThis made negative test validation incorrectly compare against RangeError\ninstead of the actual expected error type.\n\nAdd test coverage for all ExpectedErrorType variants parsed from YAML.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add EvalError and URIError to ExpectedErrorType enum (#124)",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-03-25T15:48:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "93e293e49b26207483278ac645082657f4163d04",
"body": null,
"is_bot": false,
"headline": "Update testing deps",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2026-03-25T05:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a4e0ca5dcb430e4f78b870ce4af65ec1c3f321",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jurassic\n dependency-version: 3.31.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jurassic from 3.29.0 to 3.31.0 (#123)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T05:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4014184fcdebc4057cb54fd9aa6a39d417257950",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.31.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.30.4 to 3.31.0 (#122)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T05:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1be462a711d2595adf92c99dfed29c834b7e9a8",
"body": "---\nupdated-dependencies:\n- dependency-name: coverlet.collector\n dependency-version: 8.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump coverlet.collector from 6.0.4 to 8.0.0 (#120)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T05:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9639bb0af18e06c31bb66bae9a84dff1929dd05",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.4.0 to 4.5.0 (#121)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T05:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da735325f940295ece68cf1999ca726e37cdeeb2",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.NiL\n dependency-version: 3.30.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.NiL from 3.30.0 to 3.30.3 (#116)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T07:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ce144e78c301a75c2b66054a40208e5a791c5c",
"body": "---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.30.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.30.2 to 3.30.4 (#117)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T07:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a792a739fe69ea4b3b6edb89de2f3581e116efc5",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 6.0.1 to 6.1.0 (#118)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T07:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac2d06061c48abddafd6e652e024192231234e6",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 6.0.0 to 6.0.1 (#114)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-22T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678e02296a502d178121e4ac7307c38d9feb36c2",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 (#113)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-08T05:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44e5c10ec62d0b99999ba511d558dfb71bd4f6c",
"body": "---\nupdated-dependencies:\n- dependency-name: Nuke.Components\n dependency-version: 10.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Nuke.Components from 10.0.0 to 10.1.0 (#112)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-08T05:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24a7a4a72cd3877a55b58ce58443cde79cbd2f8",
"body": null,
"is_bot": false,
"headline": "Upgrade Spectre.Console.Cli",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-12-01T05:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd9dc32530990bc34267e03185fc0c12eb9879f",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.22.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.21.3 to 0.22.1 (#111)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T03:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce2663322ca39fc3820f32aa92b7b546f9f56e9",
"body": "Use NET 10 SDK and upgrade to NUKE 10",
"is_bot": false,
"headline": "Upgrade to NUKE 10 (#108)",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-11-27T18:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5531c839c45dcf6cb6d1d5195809e0a52a236632",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.21.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.21.2 to 0.21.3 (#107)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T04:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573295a2f8de96ae74ecf41bb8710f290df9ff99",
"body": "---\nupdated-dependencies:\n- dependency-name: GitHubActionsTestLogger\n dependency-version: 3.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump GitHubActionsTestLogger from 2.4.1 to 3.0.0 (#105)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T04:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5861be6bd98f0ef8f4efab4f85f4f7c3c6ce138",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#106)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T04:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da08a99b757ea67ebe6ba9a0432dc693ee50425",
"body": "---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-version: 2.31.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core from 2.25.0 to 2.31.0 (#104)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-10T04:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef3b008a71ef216e560a2337eef156a40d658ef",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.11.2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.10.0 to 4.11.2 (#103)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T04:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad50db46104d7a6330cbe037506bf7ba31b2899",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 (#98)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-15T14:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8b80c6652ffe6c2949af0f0c0d0ca52be9bacc",
"body": "---\nupdated-dependencies:\n- dependency-name: Spectre.Console.Cli\n dependency-version: 0.52.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Spectre.Console.Cli from 0.51.1 to 0.52.0 (#100)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-15T14:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295aa7a7fc0e795a87641835ee2d7d0371cd57d6",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 5.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.1.0 to 5.2.0 (#99)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-15T14:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bcde8897f0cf2615768228d8f3e2692a2e45d41",
"body": null,
"is_bot": false,
"headline": "Add roll-forward policy",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-10-15T14:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d31da85b46172858aeffdf95bc14fc840bc114",
"body": "---\nupdated-dependencies:\n- dependency-name: Zio\n dependency-version: 0.21.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.21.0 to 0.21.2 (#97)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-15T05:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a17fa7252e325a22f8e919b2c1940001f5b2d23",
"body": "---\nupdated-dependencies:\n- dependency-name: Spectre.Console.Cli\n dependency-version: 0.51.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Spectre.Console.Cli from 0.50.0 to 0.51.1 (#96)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T08:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf8b2f46f9a0bd0ccc405b3dcd141ebf0ac6611",
"body": null,
"is_bot": false,
"headline": "Use collection expressions",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-08-23T05:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd94364a2d895926f20d21b9043e33315838910",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.3.2 to 4.4.0 (#93)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-18T05:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ac986f9a57f04e0e09de578370075d46f86b3e",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 5.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.0.0 to 5.1.0 (#94)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-18T05:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292f9cfb78be81795cf19f11749c03fc1beea7e7",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.10.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.9.2 to 4.10.0 (#95)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-18T05:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11855129745ad5b87295d42768a51102013aa1d6",
"body": "Bumps Fluid.Core from 2.24.0 to 2.25.0\nBumps JavaScriptEngineSwitcher.Jint from 3.30.0 to 3.30.2\n\n---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-version: 2.25.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: JavaScriptEngineSw\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core and JavaScriptEngineSwitcher.Jint (#92)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-21T09:44:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c0db758af9f382f80dc87af21dbd27b2aec44e4",
"body": "Bumps JavaScriptEngineSwitcher.Jint from 3.29.1 to 3.30.0\nBumps JavaScriptEngineSwitcher.NiL from 3.26.1 to 3.30.0\nBumps NUnit.Analyzers from 4.9.1 to 4.9.2\n\n---\nupdated-dependencies:\n- dependency-name: JavaScriptEngineSwitcher.Jint\n dependency-version: 3.30.0\n dependency-type: direct:production\n \n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint and 2 others (#90)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-23T05:09:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6f88487b2c15336d2e503178c55bb030aa385e2",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.9.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.8.1 to 4.9.1 (#89)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-16T06:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692465eada170aa0daf75f478e585a2876bd2388",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 17.14.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.14.0 to 17.14.1 (#88)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-09T05:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f5dc461da877186959f8e62d82eefa0d7decd8",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit.Analyzers\n dependency-version: 4.8.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.8.0 to 4.8.1 (#85)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-02T04:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22fc6ee0fcd51d924a3408ae2b0f5b4378df0cc6",
"body": "Update:\n- Microsoft.NET.Test.Sdk to 17.14.0\n- NUnit.Analyzers to 4.8.0\n\n---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 17.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: NUnit.Analyzers\n dependency-ve\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update Microsoft.NET.Test.Sdk to 17.14.0; NUnit.Analyzers to 4.8.0 (#84)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-26T06:16:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7189806082cc38afc5340c9eab782a743f5a7df",
"body": null,
"is_bot": false,
"headline": "Minor cleanup",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-05-17T09:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d695387b6d3d52432dfbeed8cf8b8555b5fe17",
"body": "Bumps [Fluid.Core](https://github.com/sebastienros/fluid) from 2.22.0 to 2.24.0.\n- [Release notes](https://github.com/sebastienros/fluid/releases)\n- [Commits](https://github.com/sebastienros/fluid/compare/v2.22.0...v2.24.0)\n\n---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-versio\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core from 2.22.0 to 2.24.0 (#83)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-28T05:59:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7189a55de234322592b87ed93b3921cb829c9a17",
"body": "Bumps [Fluid.Core](https://github.com/sebastienros/fluid) from 2.19.0 to 2.22.0.\n- [Release notes](https://github.com/sebastienros/fluid/releases)\n- [Commits](https://github.com/sebastienros/fluid/compare/v2.19.0...v2.22.0)\n\n---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-versio\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core from 2.19.0 to 2.22.0 (#82)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-21T06:09:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "562c147604de495ea0e791afa1418cac49833070",
"body": "Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.6.0 to 4.7.0.\n- [Release notes](https://github.com/nunit/nunit.analyzers/releases)\n- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit.analyzers/compare/4.6.\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.6.0 to 4.7.0 (#79)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-14T06:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c921610b6a1e9e866d266f3c0b8d90ea1b1a496",
"body": "Bumps [Zio](https://github.com/xoofx/zio) from 0.20.0 to 0.21.0.\n- [Release notes](https://github.com/xoofx/zio/releases)\n- [Changelog](https://github.com/xoofx/zio/blob/main/changelog.md)\n- [Commits](https://github.com/xoofx/zio/compare/0.20.0...0.21.0)\n\n---\nupdated-dependencies:\n- dependency-name:\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Zio from 0.20.0 to 0.21.0 (#81)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-14T06:32:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ec436c672f631c22a5e7f4c6e8d01cae802163d",
"body": "Bumps [Spectre.Console.Cli](https://github.com/spectreconsole/spectre.console) from 0.49.1 to 0.50.0.\n- [Release notes](https://github.com/spectreconsole/spectre.console/releases)\n- [Commits](https://github.com/spectreconsole/spectre.console/compare/0.49.1...0.50.0)\n\n---\nupdated-dependencies:\n- depe\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Spectre.Console.Cli from 0.49.1 to 0.50.0 (#80)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-14T06:31:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1dd67314174370b1189fa49a583fdfc55694b591",
"body": "Bumps [JavaScriptEngineSwitcher.Jurassic](https://github.com/Taritsyn/JavaScriptEngineSwitcher) from 3.27.3 to 3.29.0.\n- [Release notes](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases)\n- [Changelog](https://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/CHANGELOG.md)\n- [Comm\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jurassic from 3.27.3 to 3.29.0 (#76)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-17T07:01:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed3814182610af90f51e7233e4b1f293cfe31bc2",
"body": "Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 7.1.0 to 7.2.0.\n- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)\n- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)\n- [Commits](https://\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump FluentAssertions from 7.1.0 to 7.2.0 (#75)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-17T07:01:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a1fb34b14891b15acf5a0808e04f6603624f0a6",
"body": "Bumps [JavaScriptEngineSwitcher.Jint](https://github.com/Taritsyn/JavaScriptEngineSwitcher) from 3.28.0 to 3.29.1.\n- [Release notes](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases)\n- [Changelog](https://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/CHANGELOG.md)\n- [Commits]\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.28.0 to 3.29.1 (#77)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-17T06:57:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e50a71714f93f3719851e8fe37609a6adad6eaf",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.12.0.\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#74)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-17T05:35:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cc0c5e02609d14ea885e6b9b0b1153f1f335844",
"body": "Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.6.0 to 5.0.0.\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.6.0...V5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit3TestAd\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 4.6.0 to 5.0.0 (#73)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-10T07:09:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9761387be64cb5c11535b01d6aab83776597fe62",
"body": "Bumps [JavaScriptEngineSwitcher.Jint](https://github.com/Taritsyn/JavaScriptEngineSwitcher) from 3.27.3 to 3.28.0.\n- [Release notes](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases)\n- [Changelog](https://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/CHANGELOG.md)\n- [Commits]\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump JavaScriptEngineSwitcher.Jint from 3.27.3 to 3.28.0 (#71)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-03T07:25:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "734802f6d5a320db0b9d444aedf0ed459cea7a23",
"body": "Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 7.0.0 to 7.1.0.\n- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)\n- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)\n- [Commits](https://\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump FluentAssertions from 7.0.0 to 7.1.0 (#72)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-03T07:19:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "909d8457a19c69768398ba13d2ccd042035003fe",
"body": "Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4.\n- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)\n- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: co\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump coverlet.collector from 6.0.3 to 6.0.4 (#67)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-28T06:15:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b8c6e780678af8b94acb84a8b6a47ab9ca55ea4",
"body": null,
"is_bot": false,
"headline": "Use NET 9 for the build project",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1380ec7d3c2b58b99141df7000de5568609cb8c1",
"body": "Bumps [Fluid.Core](https://github.com/sebastienros/fluid) from 2.18.0 to 2.19.0.\n- [Release notes](https://github.com/sebastienros/fluid/releases)\n- [Commits](https://github.com/sebastienros/fluid/compare/v2.18.0...v2.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-type: \n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core from 2.18.0 to 2.19.0 (#66)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-28T06:12:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34ef44ffcf0d45fb29d64082bda91fc3c9fdcfe3",
"body": null,
"is_bot": false,
"headline": "Fix analyzer warning",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9048cda7535fd9d0e3e6645701dec3c73d24ff8f",
"body": null,
"is_bot": false,
"headline": "Use NET 9.0.102 as global SDK",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c485f32236c73d9f01043b0f2009d90bd20351",
"body": null,
"is_bot": false,
"headline": "Set global SDK to 9.0",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4245483d8232b77801b6dcf8539692a469b245",
"body": null,
"is_bot": false,
"headline": "Replace obsolete NET 6 with NET 8",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f1c007820539cfde30780b67078ea5d347d609",
"body": null,
"is_bot": false,
"headline": "Upgrade NUKE and add setup-dotnet",
"author_name": "Marko Lahma",
"author_login": "lahma",
"committed_at": "2025-01-28T06:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe79125d16547c6f51931f1b1bd4171c04eadfa",
"body": "Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.5.0 to 4.6.0.\n- [Release notes](https://github.com/nunit/nunit.analyzers/releases)\n- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit.analyzers/compare/4.5.\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit.Analyzers from 4.5.0 to 4.6.0 (#65)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-13T07:14:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff0da7d69fa0334dd96ecf43601222b31e232121",
"body": "Bumps [Fluid.Core](https://github.com/sebastienros/fluid) from 2.17.0 to 2.18.0.\n- [Release notes](https://github.com/sebastienros/fluid/releases)\n- [Commits](https://github.com/sebastienros/fluid/compare/v2.17.0...v2.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: Fluid.Core\n dependency-type: \n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Fluid.Core from 2.17.0 to 2.18.0 (#64)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-13T07:13:04Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 68,
"latest_release_at": "2026-05-17T09:26:27Z",
"latest_release_tag": "v1.0.6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 27,
"days_since_latest_release": 67,
"mean_days_between_releases": 60.8
},
"community": {
"has_readme": true,
"has_license": true,
"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": "Test262Harness.Console",
"exists": true,
"license": null,
"keywords": [
"test262",
"javascript",
"ecmascript",
"test",
"harness"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Test262Harness.Console",
"is_deprecated": false,
"latest_version": "1.1.1",
"repository_url": "https://github.com/lahma/test262-harness-dotnet",
"versions_count": 27,
"total_downloads": 35857,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-23T17:41:37.703000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Test262Harness.Generator",
"exists": true,
"license": null,
"keywords": [
"test262",
"javascript",
"ecmascript",
"test",
"harness"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Test262Harness.Generator",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/lahma/test262-harness-dotnet",
"versions_count": 26,
"total_downloads": 13631,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T10:23:52.830000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "Test262Harness",
"exists": true,
"license": null,
"keywords": [
"test262",
"javascript",
"ecmascript",
"test",
"harness"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Test262Harness",
"is_deprecated": false,
"latest_version": "1.1.1",
"repository_url": "https://github.com/lahma/test262-harness-dotnet",
"versions_count": 9,
"total_downloads": 55423,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-23T17:41:37.610000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 3,
"stars": 8,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": [
"build/_build.csproj",
"src/Test262Harness.Console/Test262Harness.Console.csproj",
"src/Test262Harness.Generator/Test262Harness.Generator.csproj",
"src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"src/Test262Harness/Test262Harness.csproj",
"test/Test262Harness.Tests/Test262Harness.Tests.csproj"
],
"largest_source_bytes": 13824,
"source_files_sampled": 33,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4983
},
"dependencies": {
"manifests": [
"build/_build.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": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 17,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Fallout.Components",
"manifest": "build/_build.csproj",
"ecosystem": "nuget",
"version_constraint": "11.0.18"
},
{
"name": "System.Security.Cryptography.Xml",
"manifest": "build/_build.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Spectre.Console.Cli",
"manifest": "src/Test262Harness.Console/Test262Harness.Console.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Fluid.Core",
"manifest": "src/Test262Harness.Generator/Test262Harness.Generator.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Glob",
"manifest": "src/Test262Harness.Generator/Test262Harness.Generator.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "ZString",
"manifest": "src/Test262Harness.Generator/Test262Harness.Generator.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "JavaScriptEngineSwitcher.Jint",
"manifest": "src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "JavaScriptEngineSwitcher.Jurassic",
"manifest": "src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "JavaScriptEngineSwitcher.NiL",
"manifest": "src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Spectre.Console.Cli",
"manifest": "src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "SharpZipLib",
"manifest": "src/Test262Harness/Test262Harness.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "YamlDotNet",
"manifest": "src/Test262Harness/Test262Harness.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Zio",
"manifest": "src/Test262Harness/Test262Harness.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "ZString",
"manifest": "src/Test262Harness/Test262Harness.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Fallout.Components",
"direct": true,
"version": "11.0.18",
"ecosystem": "nuget"
},
{
"name": "Fluid.Core",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Glob",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "JavaScriptEngineSwitcher.Jint",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "JavaScriptEngineSwitcher.Jurassic",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "JavaScriptEngineSwitcher.NiL",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "SharpZipLib",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Spectre.Console.Cli",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Security.Cryptography.Xml",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "YamlDotNet",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Zio",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "ZString",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "FluentAssertions",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Verify.NUnit",
"direct": false,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 19,
"direct_count": 12,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 148,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "lahma",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/171892?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"pr.yml",
"publish.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": "27 out of 27 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/9 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e05cfd397da8876bea098589dcd6935c9f8a8350",
"ran_at": "2026-07-23T18:19:28Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T17:41:42Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T17:27:13Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lahma/test262-harness-dotnet",
"host": "github.com",
"name": "test262-harness-dotnet",
"owner": "lahma"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 63,
"vitality": 85,
"community": 40,
"governance": 61,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 68,
"human_commit_share": 0.23,
"days_since_last_push": 0,
"active_weeks_last_year": 27
},
"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": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "68 commits in the last year",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 68
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.0.6",
"releases_from_tags": false,
"days_since_latest_release": 67,
"mean_days_between_releases": 60.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 67 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 67
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~60.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 60.8
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 3,
"stars": 8,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": 65,
"inputs": {
"packages": [
"Test262Harness.Console",
"Test262Harness.Generator",
"Test262Harness"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 104911,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "104,911 downloads all-time across nuget",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 104911,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 148,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "148/164 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 148,
"decided": 164
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/9 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": 67,
"inputs": {
"followers": 375,
"owner_type": "User",
"is_verified": null,
"owner_login": "lahma",
"public_repos": 141,
"account_age_days": 6054
},
"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": "375 followers of lahma",
"points": 18.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 375,
"login": "lahma"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "141 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 141
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Test262Harness.Console",
"Test262Harness.Generator",
"Test262Harness"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"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": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"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.2,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "27 out of 27 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": [
"ecmascript",
"javascript",
"test-automation",
"test-framework"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 63,
"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": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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": "27 out of 27 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/9 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 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 not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 2 resolved dependencies against OSV; 17 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 2
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 17
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 17,
"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": 2,
"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": 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": 72,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.435,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4983
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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 23 human commits state their intent (structured subject or explanatory body)",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 23
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"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.08,
"toolchain_manifests": [
"build/_build.csproj",
"src/Test262Harness.Console/Test262Harness.Console.csproj",
"src/Test262Harness.Generator/Test262Harness.Generator.csproj",
"src/Test262Harness.Runner/Test262Harness.Runner.csproj",
"src/Test262Harness/Test262Harness.csproj",
"test/Test262Harness.Tests/Test262Harness.Tests.csproj"
],
"dependency_bot_commit_share": 0.77
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "build/_build.csproj, src/Test262Harness.Console/Test262Harness.Console.csproj, src/Test262Harness.Generator/Test262Harness.Generator.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "build/_build.csproj, src/Test262Harness.Console/Test262Harness.Console.csproj, src/Test262Harness.Generator/Test262Harness.Generator.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": "8 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "77 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 77,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 13824,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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-23T18:19:42.397774Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lahma/test262-harness-dotnet.svg",
"full_name": "lahma/test262-harness-dotnet",
"license_state": "standard",
"license_spdx": "MIT"
}