Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3234,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 1161177,
"Lua": 265524
},
"pushed_at": "2026-07-29T05:18:32Z",
"created_at": "2024-09-20T16:44:58Z",
"owner_type": "User",
"updated_at": "2026-07-29T05:17:26Z",
"description": "High performance Lua interpreter implemented in C# for .NET and Unity",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#",
"Lua"
]
},
"owner": {
"blog": null,
"name": "Yusuke Nakada",
"type": "User",
"login": "nuskey8",
"company": null,
"location": "Japan",
"followers": 578,
"avatar_url": "https://avatars.githubusercontent.com/u/84110981?v=4",
"created_at": "2021-05-13T01:29:17Z",
"is_verified": null,
"public_repos": 82,
"account_age_days": 1903
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-07-29T05:23:32Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-05-09T02:18:36Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-05-09T01:20:30Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-01-19T08:08:24Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-01-18T12:44:36Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-12-27T08:08:24Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-11-21T06:09:42Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-01-11T12:13:13Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-01-04T15:46:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-01-02T00:30:15Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2024-10-18T03:06:24Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-10-18T01:25:22Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-10-14T08:14:53Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-10-14T08:06:12Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-10-12T14:04:53Z"
}
],
"recent_commits": [
{
"oid": "d9fb336931d2dc874c924575cc15d9c2d35841ce",
"body": null,
"is_bot": false,
"headline": "chore: bump up to 0.5.6",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-07-29T05:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654dc02d91cc79a0d898a50abba92f531d0b3fb7",
"body": "fix compile error",
"is_bot": false,
"headline": "Merge pull request #332 from nuskey8/fix/test-compile",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-07-29T00:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee9759b7674ddd2ce2e4cf99ad4b633e28fcdca",
"body": null,
"is_bot": false,
"headline": "fix compile error",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-07-29T00:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3763486bca14aa4be8721325bb32ed65e7c66e3b",
"body": "Call NotifyTop after pushing the table length onto the stack",
"is_bot": false,
"headline": "Merge pull request #331 from Dargones/temp/afedchin/stack-top",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-07-23T09:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9124e04505b1d39127c4c55cab9f434fcc21413",
"body": null,
"is_bot": false,
"headline": "Move the test to OperatorTests",
"author_name": "Sasha Fedchin",
"author_login": "Dargones",
"committed_at": "2026-07-23T08:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d251cbe7946a9e79a35be0bbd21c801711d79d",
"body": "…fter computing the length of a table",
"is_bot": false,
"headline": "Add a regression test to verify that the stack is cleared correctly a…",
"author_name": "Aleksandr Fedchin",
"author_login": "Dargones",
"committed_at": "2026-07-22T14:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a63f819a375245f9badf60864b13510b050bd5de",
"body": null,
"is_bot": false,
"headline": "Call NotifyTop after pushing the length of a table onto the stack",
"author_name": "Aleksandr Fedchin",
"author_login": "Dargones",
"committed_at": "2026-07-22T14:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1652d2fa4d13e7638c42f66f766c5d7e97a30ea",
"body": "Fix stack truncation on metamethod return corrupting numeric for loops",
"is_bot": false,
"headline": "Merge pull request #326 from Jackarunda/metamethod_bug_1",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-07-18T04:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2af7138616a99d74317ba0f117f5e5d9ff4c02a",
"body": "apply LightAsyncValueTaskMethodBuilder to all internals",
"is_bot": false,
"headline": "Merge pull request #330 from nuskey8/fix/coroutine-threading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-07-18T04:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "235e265f74c2b0b218b02a440e67ca41361960f3",
"body": null,
"is_bot": false,
"headline": "apply LightAsyncValueTaskMethodBuilder to all internals",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-07-18T04:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865eab2567558faaf304b2d84bfa33b66ea89556",
"body": "fix: coroutine.yield unintended threadings",
"is_bot": false,
"headline": "Merge pull request #329 from nuskey8/fix/coroutine-threading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-07-18T04:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b21e7ea227191269b7602ffdb9f7aea8a9ee3f7",
"body": null,
"is_bot": false,
"headline": "fix: coroutine.yield unintended threadings",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-07-18T04:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd44beab726617c69346a20ea889d08544c4542",
"body": null,
"is_bot": false,
"headline": "comments",
"author_name": "Jackarunda",
"author_login": "Jackarunda",
"committed_at": "2026-07-06T22:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "199c09557c1b00c205b773f234a6b13d4776a972",
"body": null,
"is_bot": false,
"headline": "comments",
"author_name": "Jackarunda",
"author_login": "Jackarunda",
"committed_at": "2026-07-06T22:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d247dc1432874f88ead2233f3b880708d36aaa77",
"body": null,
"is_bot": false,
"headline": "fix and tests",
"author_name": "Jackarunda",
"author_login": "Jackarunda",
"committed_at": "2026-07-06T21:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72c491be1a24f6ad139f9829497b0c2cd8f6ead",
"body": "fix: `^` anchor match once",
"is_bot": false,
"headline": "Merge pull request #323 from nuskey8/fix/gsub-match",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-06-24T15:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9724fb6e6286c3d9e89d1098e79f4d544405d8",
"body": null,
"is_bot": false,
"headline": "fix: `^` anchor match once",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-06-24T15:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c6a9a198de07b500c94c3ab584a3b2eb79595d",
"body": "fix: Get/SetTableValueSlowPath allocation",
"is_bot": false,
"headline": "Merge pull request #320 from nuskey8/fix-get-table-slow-path-alloc",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-06-13T07:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "467d31e636353acc12464e6241f173a45f6342c8",
"body": null,
"is_bot": false,
"headline": "refactor: SetTableValueSlowPath throw",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-06-13T07:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed9b2c1daf9879c0b1bc1af173e81ff743a2f793",
"body": null,
"is_bot": false,
"headline": "fix: GetTableValueSlowPath allocation",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-06-13T07:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2248471e13caf344cbcfed41124be263577e20",
"body": "fix: align `%p` behavior with native C Lua",
"is_bot": false,
"headline": "Merge pull request #310 from paq/align-p-matching",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-05-31T13:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a5f3a432793bf5d1636e7044ad25eef48c4339",
"body": null,
"is_bot": false,
"headline": "run formatter",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-31T11:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a34b886ec6c90eb95fc62af614303b7ce02f20b",
"body": null,
"is_bot": false,
"headline": "fix: align %p behavior with C ispunct exactly",
"author_name": "paq",
"author_login": "paq",
"committed_at": "2026-05-31T00:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffa84edeb10b505eaaa0e5db8d6bb41d50e2d886",
"body": "Fixes issues where lua uses the C# default locale instead of the invariant locale (C)",
"is_bot": false,
"headline": "Merge pull request #314 from imi0/pr/locale-fix",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-05-30T02:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43624a33987adb78f552402041f6a989b0670d7",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix for runtime `CultureInfo.GetCultureInfo(\"de-DE\")` unsupported",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-05-30T02:48:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "610deec5cfebc1cdb2dd18f2e0556cacfc05fdb9",
"body": "chore: add CONTRIBUTING.md",
"is_bot": false,
"headline": "Merge pull request #307 from nuskey8/chore/contributing-md",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-20T14:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d5efb15b572a59db5930fc29110836b6b15491f",
"body": "Co-authored-by: paq <89paku@gmail.com>",
"is_bot": false,
"headline": "Update CONTRIBUTING.md",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-20T14:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0bc68c000ed186ac5d5261b95d29ba68a271e0",
"body": "…a-\"C\" default assumed by os.setlocale",
"is_bot": false,
"headline": "Fixed os.date returning C# culture dependent locale instead of the lu…",
"author_name": "Immanuel Scholz",
"author_login": null,
"committed_at": "2026-05-18T07:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b0d09f1fef89ba079f5c12d8d538e3fd51bcd33",
"body": "This fixes \"tests-lua/verybig.lua\" test case on cultures that use \",\" as decimal (e.g. 'de')",
"is_bot": false,
"headline": "Fixed writing files with C# culture when using io.write.",
"author_name": "Immanuel Scholz",
"author_login": null,
"committed_at": "2026-05-18T07:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5806127294529c2e2a3bfaa552491a537f44ee58",
"body": null,
"is_bot": false,
"headline": "fix: align %p behavior with native C Lua",
"author_name": "paq",
"author_login": "paq",
"committed_at": "2026-05-11T02:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9192514b501aee4fedfbca7eb4d9ef04ac7e26",
"body": null,
"is_bot": false,
"headline": "chore: add CONTRIBUTING.md",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T04:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48134e8948b8a009b72d3b4f3063d7bffd2c169",
"body": null,
"is_bot": false,
"headline": "chore: bump up to 0.5.5",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T02:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb68e91597feb53c1edad685bf507adac2a11c43",
"body": "fix: Lua.SourceGenerator.csproj settings",
"is_bot": false,
"headline": "Merge pull request #306 from nuskey8/fix/source-generator-csproj",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52d0c569854efb798c3d440b82008fa8b0af312a",
"body": null,
"is_bot": false,
"headline": "fix: Lua.SourceGenerator.csproj settings",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f81f7699acebc9151e6152c0e06fdb9bf290515",
"body": "fix(ci): add dotnet pack for additional packages",
"is_bot": false,
"headline": "Merge pull request #305 from nuskey8/fix/ci-dotnet-pack",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51d68236f85120491a191a852a639fea628a1ca",
"body": null,
"is_bot": false,
"headline": "fix(ci): add dotnet pack for additional packages",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ace5b6136577b22a16c7e6f437bb5592a02411d",
"body": null,
"is_bot": false,
"headline": "chore: bump up to 0.5.4",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212f41e388cf2a0ff577af840078d20e1f694b95",
"body": "chore: add AGENTS.md",
"is_bot": false,
"headline": "Merge pull request #304 from nuskey8/chore/agentsmd",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac772fa0c0f64999e12bb94c4a69d4f1a4123f26",
"body": null,
"is_bot": false,
"headline": "chore: add AGENTS.md",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-09T01:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574ed0781ce1ed372ef698e70b3b9ec946165fb1",
"body": "chore(fmt): introduce CSharpier",
"is_bot": false,
"headline": "Merge pull request #303 from nuskey8/chore/add-csharpier",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-09T00:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ba473fe49bf7dff447ab509a773d83413552e0",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-08T15:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5307cea928219e1a9daa9ac96d3eb09b73db0cf1",
"body": null,
"is_bot": false,
"headline": "chore: add CSharpier",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-08T15:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2472b164627e90e29faf01649195bdbd06e26cd",
"body": "Support abstract [LuaObject] classes",
"is_bot": false,
"headline": "Merge pull request #302 from ashtonmeuser/abstract-support",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-06T12:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd93d134ade12af18664a783d394186ffbff747",
"body": "change: separate Annotations/SourceGenerator packages",
"is_bot": false,
"headline": "Merge pull request #301 from nuskey8/change/separate-packages",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-05T07:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de9996f2d0cb00996e63e6abc2112f5ea36c152",
"body": null,
"is_bot": false,
"headline": "Support abstract classes",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-05-04T15:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a30a0c1b85f68a77d1f5c292729649d14e2b681e",
"body": null,
"is_bot": false,
"headline": "change: separate Annotations/SourceGenerator packages",
"author_name": "nuskey8",
"author_login": "nuskey8",
"committed_at": "2026-05-04T08:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ff56b9a1c3a17f7f56905e80c1aa9a8a0a9802",
"body": "add: byte stream support.",
"is_bot": false,
"headline": "Merge pull request #296 from nuskey8/fix-file-loading",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-02T14:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb884519f7f89a20f98f3e97d0734a71ed8e77f3",
"body": "Feature: support __index and __newindex Metamethod in SourceGenerator",
"is_bot": false,
"headline": "Merge pull request #251 from nuskey8/feature/meta-index-source-generator",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-02T10:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636c91f7aca2e814f8c03a7b9515b814df3a7a0b",
"body": null,
"is_bot": false,
"headline": "resolve seft at first",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T06:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b6e713ea54c3b49d34086092089635752ec80b0",
"body": null,
"is_bot": false,
"headline": "improve: make metaindex mixed out put less branch",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T06:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c078bb746319ad86e762d4aadcbbb1afc545681",
"body": null,
"is_bot": false,
"headline": "remove: ExpectedFailure",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T01:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e929fa179105a6a83f5bd6af21e1c3b1b77c12",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix-file-loading",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T01:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93be12d51de2222e2a1ededc16fb707f8c34093",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feature/meta-index-source-generator",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T01:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c766bbf5eb954da0017e363d32f7c70ebc945203",
"body": "Co-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "improve: support metaindex string number mixed case",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-05-02T01:27:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "529b177f3a8c66c090aaa15fb8239895b24cddda",
"body": "Add: allows to get LuaObject metatable statically.",
"is_bot": false,
"headline": "Merge pull request #247 from nuskey8/feature-static-metatable-access",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-01T08:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7dde081a0a3e18c5035ef3b20a4a9698c4678a1",
"body": "chore: .claude/settings.local.json should be ignored since it is per user file.",
"is_bot": false,
"headline": "Merge pull request #297 from paq/rm-localjson",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-01T05:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f3a9fd3521167a7ce273e92cd94c8ab917f7282",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into rm-localjson",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-01T05:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7426837d9675c8c2d9f6174581f5fa9c638003",
"body": "CI/CD test and publish to NuGet",
"is_bot": false,
"headline": "Merge pull request #282 from ashtonmeuser/cicd",
"author_name": "Yusuke Nakada",
"author_login": "nuskey8",
"committed_at": "2026-05-01T05:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdbec935869cb67574928f909d00a542dde2456d",
"body": null,
"is_bot": false,
"headline": "Bump Unity package version",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c72b42e3353304ee14aa844eaa88648d612131",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update .github/workflows/nuget.yml",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "85a630f7356620440d5562d38fbe6dd437a16840",
"body": null,
"is_bot": false,
"headline": "Compare versions",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd9e9d37565f52e4540b80f5a8ca0fd4471df2b",
"body": null,
"is_bot": false,
"headline": "Git ignore artifacts dir",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff80aac0e9711cb0cf0f41169d4a1b78e764f2f",
"body": null,
"is_bot": false,
"headline": "Fix .NET restore",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751b39615a38de7bf60b84accb2f3d633270dcd9",
"body": null,
"is_bot": false,
"headline": "GHA",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7510413efc4f247e5e4bca2e82a90366ca7a36e",
"body": null,
"is_bot": false,
"headline": "Add category to expected failing tests",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-04-30T18:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11399a260c6399abd4cf57f6bc363eb139de0b7",
"body": null,
"is_bot": false,
"headline": "chore: remove .claude/settings.local.json",
"author_name": "paq",
"author_login": "paq",
"committed_at": "2026-04-10T23:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e2fd4a8ea5ec2a3411efecee073810dd25aed2",
"body": null,
"is_bot": false,
"headline": "use IBufferWriter<byte> + ArrayPool",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T08:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042b035aa258af9515625db002cb1aab893b112c",
"body": null,
"is_bot": false,
"headline": "add: byte stream support.",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9c1ffbac6c4a901d3190b53e9b0fca38fa7ce0e",
"body": "fix: read failure advance",
"is_bot": false,
"headline": "Merge pull request #295 from nuskey8/fix-file-loading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b868b5238d7d48465fd648972f711be81483d4fb",
"body": null,
"is_bot": false,
"headline": "fix: read failure advance",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c461f01bfdeb1e69728a956e8c1ff91b35dfa15c",
"body": "fix: number unm parse",
"is_bot": false,
"headline": "Merge pull request #294 from nuskey8/fix-file-loading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f44f2351c73ffced97a3faa5fa935ba519eaf48",
"body": null,
"is_bot": false,
"headline": "fix: number unm parse",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f493acdac9cb2dcda9ec7cee77717c314970309c",
"body": "fix: null char skipping",
"is_bot": false,
"headline": "Merge pull request #293 from nuskey8/fix-file-loading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "390d649d2ec7790c81bef4f6352671080a64c67d",
"body": null,
"is_bot": false,
"headline": "fix: null char skipping",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad17727135d94c65f0cd86760ac34b2ef144d2b",
"body": "fix: date time",
"is_bot": false,
"headline": "Merge pull request #292 from nuskey8/fix-file-loading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ccb25a144ed193545646eef9e99e86423517fd8",
"body": null,
"is_bot": false,
"headline": "fix: data time",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00edef1851b75d024339120b9eb50d9a952ba980",
"body": "Fix: file loading handling",
"is_bot": false,
"headline": "Merge pull request #291 from nuskey8/fix-file-loading",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e1932ae813b56f6dd56fd9a17b433f4ca5fa59",
"body": null,
"is_bot": false,
"headline": "fix: load with env",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T07:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2c2906b6c2ab1b173dc01cab40c2f7d2c4fdc4",
"body": null,
"is_bot": false,
"headline": "support: shebang skipping",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T05:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d03177afb8bc63b4772847aacd1f73a6861e521",
"body": null,
"is_bot": false,
"headline": "explicit utf16 patch for files.lua",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T05:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fde3ec4b94354dc64bffc327cece1de8cc4dbda",
"body": null,
"is_bot": false,
"headline": "fix: io stream handling",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T05:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae2f8461437f3c5c0c1f64bb561e3c70e9c03150",
"body": "fix: prototype parallel safety",
"is_bot": false,
"headline": "Merge pull request #290 from nuskey8/fix-prototype-thread-safe",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T05:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0872e5bb742769050482b25d4111f562ceb64f83",
"body": null,
"is_bot": false,
"headline": "fix: prototype parallel safety",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T05:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e6e9b70a9804241783a7cbd882c445b39bb369",
"body": "fix: random did not do integer in/out",
"is_bot": false,
"headline": "Merge pull request #289 from nuskey8/fix-random-integer",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3070de055ab44d53e4a52557694958c8e970bb72",
"body": null,
"is_bot": false,
"headline": "fix: random did not do integer in/out",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabb2a0a4c92d13d9280b143458da805e38a8ac1",
"body": "fix: sort algorithm changed to official one",
"is_bot": false,
"headline": "Merge pull request #288 from nuskey8/fix-sort-algorithm",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3261e157cbb93fbe35fbfb5118edc16a54909467",
"body": null,
"is_bot": false,
"headline": "fix: sort algorithm changed to official one",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7855390eefd375bb2a72ae216556d422bf6a0a10",
"body": "Enable soft tests for errors.lua",
"is_bot": false,
"headline": "Merge pull request #283 from ashtonmeuser/soft-error-tests",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c481832423477628fa8a94b214094c7cf64933",
"body": "fix: error.lua failure with improving scan error",
"is_bot": false,
"headline": "Merge pull request #287 from nuskey8/fix-error-lua",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc42900a615edd0906069ca22fd07484905288dd",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b8a84acb541aa37531b0e00e9562c8c535ec1d",
"body": null,
"is_bot": false,
"headline": "fix: error.lua failure with improving scan error",
"author_name": "akeit0",
"author_login": "akeit0",
"committed_at": "2026-04-05T04:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b01d1ae27b40e8f46e4b2b2dd692794a7c4dca",
"body": "Throw if too deep in syntax",
"is_bot": false,
"headline": "Merge pull request #278 from ashtonmeuser/nesting-overflow",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T03:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8023ba683622fb2fe6004ed0ccbc08b8f4b58323",
"body": "Disable Lua test parallelization",
"is_bot": false,
"headline": "Merge pull request #279 from ashtonmeuser/sync-tests",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T03:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63962e2c5c6b2567d5f48c509de049a8b60ae0ba",
"body": "Throw stack overflow",
"is_bot": false,
"headline": "Merge pull request #276 from ashtonmeuser/stack-overflow",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-04-05T03:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5e7e78c6abb6146ab0d8ac7e57409f0379bc1f",
"body": "Reject unknown collectgarbage options",
"is_bot": false,
"headline": "Merge pull request #265 from ashtonmeuser/fix-gc-option",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-03-26T09:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "302c5adfc2270b332da98832e9f4919a3b537fc9",
"body": "Formatting",
"is_bot": false,
"headline": "Merge pull request #280 from ashtonmeuser/formatting",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-03-26T08:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319d72013a2a91a797821e94e16468bab8916d46",
"body": "IO write permissions",
"is_bot": false,
"headline": "Merge pull request #281 from ashtonmeuser/io-write-permissions",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-03-26T08:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f04131f9e4bb6b826bd34cc987f5b761a883120",
"body": "Match Lua exception wording",
"is_bot": false,
"headline": "Merge pull request #277 from ashtonmeuser/lua-error-wording",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-03-26T08:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e28c73101d47897e2e0e73638e0e5423510a6194",
"body": "Fix default solution VS Code setting",
"is_bot": false,
"headline": "Merge pull request #275 from ashtonmeuser/fix-vsc-solution",
"author_name": "Akito Inoue",
"author_login": "akeit0",
"committed_at": "2026-03-26T08:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69241411123e498bef05a4b72c01bccba1b2331",
"body": null,
"is_bot": false,
"headline": "Enable soft tests for errors.lua",
"author_name": "Ashton Meuser",
"author_login": "ashtonmeuser",
"committed_at": "2026-03-25T22:10:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 212,
"latest_release_at": "2026-07-29T05:23:32Z",
"latest_release_tag": "v0.5.6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 27,
"days_since_latest_release": 0,
"mean_days_between_releases": 63.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "LuaCSharp",
"exists": true,
"license": null,
"keywords": [
"lua",
"interpreter"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LuaCSharp",
"is_deprecated": false,
"latest_version": "0.5.6",
"repository_url": "https://github.com/nuskey8/Lua-CSharp",
"versions_count": 15,
"total_downloads": 61699,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T05:19:38.060000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "LuaCSharp.Annotations",
"exists": true,
"license": null,
"keywords": [
"lua",
"interpreter"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LuaCSharp.Annotations",
"is_deprecated": false,
"latest_version": "0.5.6",
"repository_url": "https://github.com/nuskey8/Lua-CSharp",
"versions_count": 3,
"total_downloads": 7593,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T05:19:38.307000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "LuaCSharp.SourceGenerator",
"exists": true,
"license": null,
"keywords": [
"lua",
"interpreter"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LuaCSharp.SourceGenerator",
"is_deprecated": false,
"latest_version": "0.5.6",
"repository_url": "https://github.com/nuskey8/Lua-CSharp",
"versions_count": 3,
"total_downloads": 7576,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T05:19:38.553000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 66,
"stars": 837,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2024-10-14",
"count": 2
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-03-04",
"count": 2
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 65,
"total_forks": 66
},
"star_history": null,
"open_issues_and_prs": 48
},
"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": [
"sandbox/Benchmark/Benchmark.csproj",
"sandbox/ConsoleApp1/ConsoleApp1.csproj",
"sandbox/ConsoleApp2/ConsoleApp2.csproj",
"sandbox/JitTest/JitTest.csproj",
"src/Lua.Annotations/Lua.Annotations.csproj",
"src/Lua.SourceGenerator/Lua.SourceGenerator.csproj",
"src/Lua/Lua.csproj",
"tests/Lua.Tests/Lua.Tests.csproj"
],
"largest_source_bytes": 107586,
"source_files_sampled": 227,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4205
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 15,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "JitInspect",
"manifest": "sandbox/JitTest/JitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "1.0.3"
},
{
"name": "Microsoft.CodeAnalysis.CSharp",
"manifest": "src/Lua.SourceGenerator/Lua.SourceGenerator.csproj",
"ecosystem": "nuget",
"version_constraint": "4.3.0"
},
{
"name": "PolySharp",
"manifest": "src/Lua/Lua.csproj",
"ecosystem": "nuget",
"version_constraint": "1.14.1"
},
{
"name": "Microsoft.Bcl.TimeProvider",
"manifest": "src/Lua/Lua.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.0"
},
{
"name": "System.Runtime.CompilerServices.Unsafe",
"manifest": "src/Lua/Lua.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "JitInspect",
"direct": true,
"version": "1.0.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Bcl.TimeProvider",
"direct": true,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeAnalysis.CSharp",
"direct": true,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "PolySharp",
"direct": true,
"version": "1.14.1",
"ecosystem": "nuget"
},
{
"name": "System.Runtime.CompilerServices.Unsafe",
"direct": true,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "BenchmarkDotNet",
"direct": false,
"version": "0.14.0",
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Bcl.AsyncInterfaces",
"direct": false,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.TimeProvider.Testing",
"direct": false,
"version": "10.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "17.6.0",
"ecosystem": "nuget"
},
{
"name": "MoonSharp",
"direct": false,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "NLua",
"direct": false,
"version": "1.7.3",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "3.13.3",
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": false,
"version": "3.6.1",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": "4.2.1",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 5,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 158,
"open_issues": 41,
"closed_ratio": 0.734,
"closed_issues": 113,
"closed_unmerged_prs": 14
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "akeit0",
"commits": 467,
"avatar_url": "https://avatars.githubusercontent.com/u/90429982?v=4"
},
{
"type": "User",
"login": "nuskey8",
"commits": 440,
"avatar_url": "https://avatars.githubusercontent.com/u/84110981?v=4"
},
{
"type": "User",
"login": "ashtonmeuser",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/7253863?v=4"
},
{
"type": "User",
"login": "wmltogether",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/10459551?v=4"
},
{
"type": "User",
"login": "Flo12344",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/69040643?v=4"
},
{
"type": "User",
"login": "Jackarunda",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/25396595?v=4"
},
{
"type": "User",
"login": "paq",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/218905?v=4"
},
{
"type": "User",
"login": "Dargones",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/21084554?v=4"
},
{
"type": "User",
"login": "Veslo5",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/24257206?v=4"
},
{
"type": "User",
"login": "GitHubProUser67",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/127040195?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.487
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"nuget.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 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": 3,
"reason": "Found 4/11 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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 14 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": 10,
"reason": "packaging workflow 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": "d9fb336931d2dc874c924575cc15d9c2d35841ce",
"ran_at": "2026-07-29T05:27:55Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T05:19:41Z",
"oldest_open_prs": [
{
"number": 255,
"created_at": "2026-01-18T04:32:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 308,
"created_at": "2026-05-09T05:04:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 312,
"created_at": "2026-05-17T19:05:15Z",
"last_comment_at": "2026-05-30T21:42:00Z",
"last_comment_author": "ashtonmeuser"
},
{
"number": 313,
"created_at": "2026-05-18T07:39:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 316,
"created_at": "2026-06-05T04:05:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 317,
"created_at": "2026-06-05T05:04:18Z",
"last_comment_at": "2026-06-08T07:36:36Z",
"last_comment_author": "akeit0"
},
{
"number": 333,
"created_at": "2026-07-29T01:02:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-29T00:17:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2024-10-12T03:17:04Z",
"last_comment_at": "2026-06-29T17:32:18Z",
"last_comment_author": "nuskey8"
},
{
"number": 35,
"created_at": "2024-10-14T12:05:26Z",
"last_comment_at": "2025-01-07T10:07:29Z",
"last_comment_author": "andybak"
},
{
"number": 36,
"created_at": "2024-10-15T00:16:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2025-01-15T11:13:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2025-01-15T11:17:08Z",
"last_comment_at": "2025-01-17T03:33:57Z",
"last_comment_author": "wmltogether"
},
{
"number": 104,
"created_at": "2025-02-19T06:54:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2025-03-20T12:43:23Z",
"last_comment_at": "2025-03-20T19:27:26Z",
"last_comment_author": "CodeSmile-0000011110110111"
},
{
"number": 112,
"created_at": "2025-04-06T12:00:55Z",
"last_comment_at": "2025-04-06T15:20:46Z",
"last_comment_author": "CodeSmile-0000011110110111"
},
{
"number": 113,
"created_at": "2025-04-06T16:10:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 115,
"created_at": "2025-04-08T17:19:18Z",
"last_comment_at": "2025-04-10T11:28:41Z",
"last_comment_author": "CodeSmile-0000011110110111"
},
{
"number": 118,
"created_at": "2025-04-09T19:13:19Z",
"last_comment_at": "2025-04-09T19:34:05Z",
"last_comment_author": "URAKOLOUY5"
},
{
"number": 121,
"created_at": "2025-04-10T12:27:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2025-04-11T16:31:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2025-05-16T11:35:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 157,
"created_at": "2025-05-30T10:58:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 158,
"created_at": "2025-05-31T07:50:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 159,
"created_at": "2025-06-02T07:25:38Z",
"last_comment_at": "2025-06-08T09:37:38Z",
"last_comment_author": "nuskey8"
},
{
"number": 164,
"created_at": "2025-06-05T15:16:54Z",
"last_comment_at": "2025-06-13T08:37:09Z",
"last_comment_author": "CodeSmile-0000011110110111"
},
{
"number": 166,
"created_at": "2025-06-08T15:50:48Z",
"last_comment_at": "2025-06-13T10:12:57Z",
"last_comment_author": "CodeSmile-0000011110110111"
},
{
"number": 168,
"created_at": "2025-06-08T23:36:09Z",
"last_comment_at": "2025-06-08T23:39:39Z",
"last_comment_author": "akeit0"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nuskey8/Lua-CSharp",
"host": "github.com",
"name": "Lua-CSharp",
"owner": "nuskey8"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 59,
"vitality": 87,
"community": 68,
"governance": 73,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 212,
"human_commit_share": 1,
"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": "212 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 212
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 14 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": 15,
"latest_release_tag": "v0.5.6",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 63.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~63.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 63.7
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 66,
"stars": 837,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "837 stars",
"points": 47.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 837
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "66 forks",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 66
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": 64,
"inputs": {
"packages": [
"LuaCSharp",
"LuaCSharp.Annotations",
"LuaCSharp.SourceGenerator"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 76868,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "76,868 downloads all-time across nuget",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 76868,
"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": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 11,
"top_contributor_share": 0.487
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 49% of commits",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 158,
"open_issues": 41,
"closed_issues": 113,
"issue_closed_ratio": 0.734,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "158/172 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 158,
"decided": 172
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/11 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"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": 578,
"owner_type": "User",
"is_verified": null,
"owner_login": "nuskey8",
"public_repos": 82,
"account_age_days": 1903
},
"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": "578 followers of nuskey8",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 578,
"login": "nuskey8"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "82 public repos, account ~5 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 82
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"LuaCSharp",
"LuaCSharp.Annotations",
"LuaCSharp.SourceGenerator"
],
"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": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "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 4/11 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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 14 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 detected",
"points": 5,
"status": "met",
"details": [],
"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 15 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 15
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 15,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 15,
"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": 9
},
"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": 71,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.72,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4205
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, 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": "72 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"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.03,
"toolchain_manifests": [
"sandbox/Benchmark/Benchmark.csproj",
"sandbox/ConsoleApp1/ConsoleApp1.csproj",
"sandbox/ConsoleApp2/ConsoleApp2.csproj",
"sandbox/JitTest/JitTest.csproj",
"src/Lua.Annotations/Lua.Annotations.csproj",
"src/Lua.SourceGenerator/Lua.SourceGenerator.csproj",
"src/Lua/Lua.csproj",
"tests/Lua.Tests/Lua.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "sandbox/Benchmark/Benchmark.csproj, sandbox/ConsoleApp1/ConsoleApp1.csproj, sandbox/ConsoleApp2/ConsoleApp2.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "sandbox/Benchmark/Benchmark.csproj, sandbox/ConsoleApp1/ConsoleApp1.csproj, sandbox/ConsoleApp2/ConsoleApp2.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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 107586,
"source_files_sampled": 227,
"oversized_source_files": 1
},
"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": "1/227 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 227,
"oversized": 1
}
}
],
"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-29T05:28:13.709287Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nuskey8/Lua-CSharp.svg",
"full_name": "nuskey8/Lua-CSharp",
"license_state": "standard",
"license_spdx": "MIT"
}