Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"detour",
"recast",
"navmesh",
"pathfinding",
"ai",
"game",
"gamedev",
"crowd-simulation",
"navigation",
"csharp",
"unity",
"unity3d",
"server",
"pathfinder",
"recastnavigation",
"game-development"
],
"is_fork": false,
"size_kb": 12260,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 2365976
},
"pushed_at": "2026-08-02T13:26:05Z",
"created_at": "2023-03-14T04:52:32Z",
"owner_type": "User",
"updated_at": "2026-08-02T13:26:00Z",
"description": "DotRecast - a C# port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, Unity3D, games, servers",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Zlib",
"default_branch": "main",
"license_spdx_raw": "Zlib",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "http://www.ikpil.com",
"name": "Ikpil",
"type": "User",
"login": "ikpil",
"company": "SUPERCAT",
"location": "Seoul, South Korea",
"followers": 105,
"avatar_url": "https://avatars.githubusercontent.com/u/313821?v=4",
"created_at": "2010-06-24T17:06:31Z",
"is_verified": null,
"public_repos": 26,
"account_age_days": 5882
},
"license": {
"state": "standard",
"spdx_id": "Zlib",
"raw_spdx": "Zlib",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2026.3.1",
"kind": "patch",
"published_at": "2026-08-02T13:27:01Z"
},
{
"tag": "2026.1.3",
"kind": "patch",
"published_at": "2026-02-28T04:43:55Z"
},
{
"tag": "2026.1.2",
"kind": "patch",
"published_at": "2026-02-08T08:48:48Z"
},
{
"tag": "2026.1.1",
"kind": "patch",
"published_at": "2026-01-03T04:34:51Z"
},
{
"tag": "2025.2.1",
"kind": "patch",
"published_at": "2025-06-01T03:40:54Z"
},
{
"tag": "2024.4.1",
"kind": "patch",
"published_at": "2024-11-19T15:05:35Z"
},
{
"tag": "2024.3.1",
"kind": "patch",
"published_at": "2024-07-08T15:12:47Z"
},
{
"tag": "2024.2.3",
"kind": "patch",
"published_at": "2024-06-03T14:34:34Z"
},
{
"tag": "2024.2.2",
"kind": "patch",
"published_at": "2024-05-18T00:23:13Z"
},
{
"tag": "2024.2.1",
"kind": "patch",
"published_at": "2024-05-04T01:03:40Z"
},
{
"tag": "2024.1.3",
"kind": "patch",
"published_at": "2024-02-13T04:55:13Z"
},
{
"tag": "2024.1.2",
"kind": "patch",
"published_at": "2024-02-04T04:38:05Z"
},
{
"tag": "2024.1.1",
"kind": "patch",
"published_at": "2024-01-04T15:44:28Z"
},
{
"tag": "2023.11.1",
"kind": "patch",
"published_at": "2023-11-20T14:43:51Z"
},
{
"tag": "2023.10.7",
"kind": "patch",
"published_at": "2023-10-28T05:02:59Z"
},
{
"tag": "2023.10.6",
"kind": "patch",
"published_at": "2023-10-16T15:25:39Z"
},
{
"tag": "2023.10.5",
"kind": "patch",
"published_at": "2023-10-16T14:57:31Z"
},
{
"tag": "2023.10.4",
"kind": "patch",
"published_at": "2023-10-16T04:58:19Z"
},
{
"tag": "2023.10.3",
"kind": "patch",
"published_at": "2023-10-12T14:33:49Z"
},
{
"tag": "2023.10.2",
"kind": "patch",
"published_at": "2023-10-07T02:39:05Z"
},
{
"tag": "2023.10.1",
"kind": "patch",
"published_at": "2023-10-03T07:10:16Z"
},
{
"tag": "2023.9.1",
"kind": "patch",
"published_at": "2023-09-24T09:46:20Z"
}
],
"recent_commits": [
{
"oid": "16976369bebab455b59bcb93c799c775a91d816d",
"body": null,
"is_bot": false,
"headline": "upgrade softprops/action-gh-release@v3",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-08-02T13:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d0b704a13166984c0feadcfc836fdca6a4c7aa",
"body": null,
"is_bot": false,
"headline": "upgrade: release.yml",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-08-02T13:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9adf851a7ca35dcbba79529cc0b788893ba0fa2",
"body": "FindNearestPoly previously created a DtFindNearestPolyQuery class instance for every call. This placed a managed object on the heap for a short-lived traversal state, so high-frequency navigation and crowd queries could create sustained Gen 0 pressure and visible frame-time or server-latency spikes \n[…]\n now requires a struct IDtPolyQuery passed with ref, so callers and custom query implementations must migrate to the new value-type contract. The array-output QueryPolygons overload remains available.",
"is_bot": false,
"headline": "perf: make polygon queries allocation-free",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-08-02T13:08:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6db95f5620590bd47d1349db73263e812bb1df6",
"body": null,
"is_bot": false,
"headline": "perf: make DtNodePool allocation-free via node chaining",
"author_name": "Nicolai Cornelis",
"author_login": "nickdnk",
"committed_at": "2026-07-19T14:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0202dbc996332c35e5b4612a791dc09a4c21891d",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 18.8.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-07-19T14:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c974930481906b8e1ce2319c6e19b9991ae05d66",
"body": null,
"is_bot": false,
"headline": "Serilog 4.4.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-07-10T14:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9714af579c5d49cb2d04d9ee4316662d4ca9c7d",
"body": null,
"is_bot": false,
"headline": "upgrade Microsoft.NET.Test.Sdk 18.7.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-07-03T02:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18da312ef381dbb3d5ce1d7b7d00319cc3f15fc",
"body": null,
"is_bot": false,
"headline": "upgrade Serilog.Settings.Configuration 10.0.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-06-16T01:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085c8762a2ffed69f6cf2e323b4c490165723318",
"body": null,
"is_bot": false,
"headline": "NUnit.Analyzers 4.14.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-06-03T03:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd5d38bca647206a223bebc841c670d272d6b9f1",
"body": null,
"is_bot": false,
"headline": "NUnit 4.6.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-05-27T04:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ac93098d8c76d0e2d78f44534db68bf7890317",
"body": null,
"is_bot": false,
"headline": "upgrade coverlet.collector 10.0.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-05-18T14:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b18be9b6eaf97d9caf40dbe3effaa6d81a5b3e9",
"body": null,
"is_bot": false,
"headline": ".gitignore *.csproj.lscache",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-05-15T07:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6731e3325d210c83fa019c5f04c14cbe036780db",
"body": null,
"is_bot": false,
"headline": "NUnit Assert.Throws<T>(Action ...)",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-05-09T11:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7efe335105d61a481c8749498a8b085ffb21dbb5",
"body": null,
"is_bot": false,
"headline": "coverlet.collector 10.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-05-08T14:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb8e0fd4903563eec5e2475a9b278cc192b2099",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 6.2.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-03-24T04:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "231851ef8111a4139b6fec38b724040d18e38112",
"body": null,
"is_bot": false,
"headline": "coverlet.collector 8.0.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-03-20T04:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da10cde83bcdf2a16daef0be89ce8be6912296fa",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit 4.5.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-03-10T04:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b600645bcc6165d682da83c44b221c35e3ca65af",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 18.3.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-03-02T11:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "693b8f8d2e38b9d5ae98bf38510738c9f703c365",
"body": "…red) (recastnavigation/recastnavigation#796)",
"is_bot": false,
"headline": "[upstream] Fix crash on large-scale navmesh generation (assert trigge…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-28T04:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86887c1e1fc3daed7def285b55916996d3f9e59",
"body": "…ative size), log a warning and ignore the span.",
"is_bot": false,
"headline": "[upstream] When attempting to add a span that is invalid (zero or neg…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-18T05:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ececfabe956c6a093069486dbff7cb1c1f90bf",
"body": null,
"is_bot": false,
"headline": "[upstream] Document span range values inclusivity/exclusivity",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-18T04:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a14ff3ea757eb779f1a4af62812a814c8f1a33e",
"body": null,
"is_bot": false,
"headline": "upgrade coverlet.collector 8.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-15T04:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198be1956198ba485c1225b14882c2e324b0ce6c",
"body": null,
"is_bot": false,
"headline": "Serilog 4.3.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-15T04:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f19ff2f25fa351b4b92629a72cc411ac9a6a04af",
"body": "…bility\n\n- Update font path in `RecastDemo.cs` from backslash to forward slash.\n- This ensures the font loads correctly on non-Windows platforms.",
"is_bot": false,
"headline": "fix: use forward slash for font path to ensure cross-platform compati…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-08T08:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad0e73c542bdd07f794b78d47fe71bd5b88c6ebf",
"body": "…Provider\n\n- Rename `DemoInputGeomProvider` to `RcSampleInputGeomProvider` and move to `DotRecast.Recast.Geom` namespace.\n- Remove `RcSimpleInputGeomProvider` as it is now redundant.\n- Update all references in Demo, Toolset, and Test projects to use `RcSampleInputGeomProvider`.\n- This unifies the input geometry handling and removes code duplication.",
"is_bot": false,
"headline": "refactor: consolidate input geometry providers into RcSampleInputGeom…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-08T08:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d97c349e682d3fd7adaa79f44be05a0e978fae",
"body": "- Added integer-based 2D and 3D vector types.\n- Implemented operator overloading and equality members.\n- Included comprehensive unit tests for both types.",
"is_bot": false,
"headline": "feat: add RcVec2i and RcVec3i structs with unit tests",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-02-01T05:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b1e14319ebabea44c2daf5e9942fcc7ed17f97",
"body": "…ing in BuildMultiThread\n\n- Replace `List<Task>` based concurrency limit with `RcAtomicInteger` worker counter.\n- Implement busy-wait loop with `Thread.Sleep(1)` for throttling and completion waiting.\n- Move cancellation check inside the task execution block.\n- This change aims to manage thread concurrency more manually, avoiding `Task.WaitAll` overhead or behavior.",
"is_bot": false,
"headline": "refactor: replace Task.WaitAll with atomic counter for thread throttl…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-31T06:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f46ad944cef22ec38fd0f142ca12b9954ad0c27",
"body": null,
"is_bot": false,
"headline": "Silk.NET 2.23.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-26T15:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0214e441e6867bac1658f097c894fd90535dfaef",
"body": null,
"is_bot": false,
"headline": "refactor: remove ref parameters from OverlapQuantBounds",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-18T08:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5f12b41233a478c304a95d092f8e74c57147f6",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 6.1.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-16T14:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea6ef8890b20af3b8655458bb61bd2a475dc18d",
"body": "…y copying\n\n- Update `DtNavMesh.Init` to accept `DtNavMeshParams` with `in` modifier.\n- Update `DtTileCache` constructor to accept `DtTileCacheParams` with `in` modifier.\n- Update `DtMeshSetReader` methods (`ReadTiles`, `Convert32BitRef`) to use `in` modifier for `NavMeshSetHeader` and `DtNavMeshParams`.\n- Update `DtTileCacheWriter` and `DtNavMeshParamWriter` to use `in` modifier for params.\n\nThis change improves performance by passing these structs by reference.",
"is_bot": false,
"headline": "refactor: use 'in' modifier for struct parameters to avoid unnecessar…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-03T05:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e0d0315405808d64ab1e59b4998ce6da652bf6",
"body": "- Changed the `GetCon` method signature in `RcRecast` to accept `RcCompactSpan` using the `in` modifier instead of `ref`.\n- This change improves semantic clarity by indicating that the span is read-only.\n- Updated all usages across `RcAreas`, `RcContours`, `RcLayers`, `RcMeshDetails`, and `RcRegions` to match the new signature.\n\nupdate CHANGELOG\n\nupdate release\n\nupdate release.yml",
"is_bot": false,
"headline": "refactor: RcRecast.GetCon to use `in` parameter modifier",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2026-01-03T04:32:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cb425eb9ad7c9e099c49ea9b3793d7f0783274",
"body": null,
"is_bot": false,
"headline": "upgrade actions/checkout@v6",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-27T13:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f7650979534703dd6345a4b68d8901b2d95d01c",
"body": "- Changed RcMatrix4x4f parameters from 'ref' to 'in' in RcMatrix4x4f.Mul, IOpenGLDraw.ProjectionMatrix, and IOpenGLDraw.ViewMatrix to improve safety and performance.\n- Updated RcDynamicUpdateTool.MulMatrixVector to pass RcMatrix4x4f by 'in' instead of value to avoid struct copying.\n- Updated all call sites to align with the new method signatures by removing the 'ref' keyword.\n- Added CS9191 to WarningsAsErrors in project files to enforce stricter handling of 'in' parameter arguments.",
"is_bot": false,
"headline": "refactor: RcMatrix4x4f to use 'in' modifier and enforce CS9191",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-27T04:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b342aaa7ed742929a74ed0a1dba0679c7c32eb5c",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 6.0.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-27T03:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ded465f5ba9be023f5cf9c1e29cb2739d4e6c0",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 6.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-08T14:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c31ab2eea3706d021b4d47df2fec6aa35d9b84",
"body": null,
"is_bot": false,
"headline": "BenchmarkDotNet 0.15.8",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-03T14:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dad902fc03e1610019c9d5263b02f5a8ad9c013",
"body": null,
"is_bot": false,
"headline": "Serilog.Settings.Configuration 10.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-12-03T14:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b9a003002af9fe6e3e073f2a234a39fe0647cf",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 18.0.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-11-21T22:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c4997c5dfc9af85aca9d69db3740320170adda",
"body": null,
"is_bot": false,
"headline": "support .NET 10",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-11-21T22:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b392ddafe3d2b2eb4c607811ca8bbf619a4cbde9",
"body": null,
"is_bot": false,
"headline": "Serilog.Sinks.Console 6.1.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-11-03T11:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45a6ff25efae70b05a6c81d95b15ffdc4ed3215",
"body": null,
"is_bot": false,
"headline": "BenchmarkDotNet 0.15.5",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-11-03T11:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1752cf12b1ccfa24da47af8b7c2045c17630735d",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit.Analyzers 4.11.2",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-11-03T11:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c5d1b2bdafdad1d4b1a2b5aa55c4e3a63c7422",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit.Analyzers 4.11.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-10-30T12:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab699680c1423bf1030cb29ab3b806b03cc23fd4",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 5.2.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-10-13T22:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1751abfc526852a6a374af7cce4e16a67d376266",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 18.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-10-03T05:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3b7d33224b7ea8736046cdeb393ca7647f1325",
"body": null,
"is_bot": false,
"headline": "upgrade BenchmarkDotNet 0.15.4",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-09-26T11:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e5b2ff2b3fee94e035fe941df69d06b78c8bff",
"body": "… resolve naming conflicts.",
"is_bot": false,
"headline": "Refactor: Moved RcCollectionExtensions to the Extensions namespace to…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-09-20T09:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9dbd9a99f31b1007dc111e24b81698ed9a74d80",
"body": "… and prevent naming conflicts.",
"is_bot": false,
"headline": "Refactor: Added Rc and Dt prefixes to classes to maintain consistency…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-09-20T09:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a10a7d017c642aaa8bff924a0b45692043ab8500",
"body": null,
"is_bot": false,
"headline": "upgrade BenchmarkDotNet 0.15.3",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-09-18T12:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da67cb476c9ef9f0790051ec5994a160f5690da",
"body": null,
"is_bot": false,
"headline": "upgrade Newtonsoft.Json 13.0.4",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-09-18T12:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f980f64bc4e5906491c9acb1bc286f007323e3a",
"body": null,
"is_bot": false,
"headline": "add RcDebug",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-08-12T22:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee18ed232b56385a914707a68167016d3aef29b",
"body": null,
"is_bot": false,
"headline": "remove m_tileCount #102",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-08-12T22:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fc5f36c9151bb9a9be2ed23208dcbd7e3b2e4ab",
"body": null,
"is_bot": false,
"headline": "NUnit 4.4.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-08-12T14:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1373b9d3b0e0a2273331f8245dd47c105527f61",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit.Analyzers 4.10.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-08-10T02:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8e1f72053944948c95c3258f8b729018af6bf5",
"body": null,
"is_bot": false,
"headline": "BenchmarkDotNet 0.15.2",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-19T04:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c66b9e34c1160ceda63d9f335be8339504ef645",
"body": null,
"is_bot": false,
"headline": "NUnit.Analyzers 4.9.2",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-19T04:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1ef0b007867a3439a126cfa12caebdf80b26e5",
"body": null,
"is_bot": false,
"headline": "BenchmarkDotNet 0.15.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-10T14:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36bf9f62d28b7a3270bdee638bab1d1cb1ef098f",
"body": null,
"is_bot": false,
"headline": "added DtTileFlags",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-09T14:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872e54899eeb3d575ed6d791d71602e0f536055c",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 17.14.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-08T03:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e989579594cbb6605b94dd922fe35abff2051d",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit.Analyzers 4.8.1",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-06-01T05:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e31035b9effb61ada85b227fd21cb49f1d5598",
"body": null,
"is_bot": false,
"headline": "NUnit.Analyzers 4.8.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-05-26T04:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b5e1af6905c44d46c156cacf272acf87be42f5",
"body": null,
"is_bot": false,
"headline": "support vscode",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-05-21T05:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff0cda5ac94735eca0147a114c5869cf4630f2d",
"body": null,
"is_bot": false,
"headline": "Serilog 4.3.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-05-20T05:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e486cda9c14f5ab2f3a1571d5599c0b63e2708",
"body": null,
"is_bot": false,
"headline": "Serilog.Sinks.File 7.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-05-10T03:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d12c99d29d496b3565437f9a49a3db0332a532",
"body": null,
"is_bot": false,
"headline": "*.meta",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-05-08T14:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ceeb0e5e51fc296636ba9e80e9cd8e7dff3d663",
"body": "- Replaced List<RcVec3f> with Span<RcVec3f> in FindFollowPath\n- Added nsmoothPath to explicitly return the smooth path length\n- Removed dynamic memory allocations to minimize GC pressure\n- Improved overall performance and memory safety",
"is_bot": false,
"headline": "Refactor FindFollowPath to use Span for better performance and safety",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-28T14:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae559f3344344f3d641849d13f60c0fe31b6f8d",
"body": "- Replaced internal List<long> allocation with Span<long> injection.\n- Reduced unnecessary heap allocations to improve performance.\n- Caller is now responsible for providing a pre-allocated buffer.",
"is_bot": false,
"headline": "Refactor QueryPolygonsInTile to use Span<long> for memory reuse",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-27T03:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f2bbbcede5a748c54f89f5ff59263954b4e5b7d",
"body": null,
"is_bot": false,
"headline": "Replaced List<long> with Span<long> to reduce heap memory usage",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-27T03:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e4edb92c0c732abb92912443d5739bc582ff1c",
"body": "…emory allocation in UpdateMoveRequest",
"is_bot": false,
"headline": "Replaced new List<long>() with reqPath.Clear() to avoid unnecessary m…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-19T16:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4689fd982a730f47cc43c387965641ad8481e9d",
"body": null,
"is_bot": false,
"headline": "update comment",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-19T05:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec36aa743086d0479981fd66ab3565787ff955c7",
"body": "changed findpath test result\n\ncode sync",
"is_bot": false,
"headline": "remove DtFindPathOption",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-19T05:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31cd325a0a341e4b8dc5637bf5505fa5f9a991d",
"body": null,
"is_bot": false,
"headline": "revmoe RcArrayBenchmarkTests",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-12T08:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da4fa0b9efcdc66917ee7e392ff946078513c4c",
"body": null,
"is_bot": false,
"headline": "changed PriorityQueueBenchmarks",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-06T04:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d41ce6d424746ab2874d2adea93c7ba62387b68",
"body": null,
"is_bot": false,
"headline": "Replace object initializer with constructor for `RcVec3f/RcVec2f`",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-05T04:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f9da1e5b74b413f3dc7c528ecf85535e4e03a9",
"body": "…ormance",
"is_bot": false,
"headline": "Refactor IDtPolyQuery.Process to use ReadOnlySpan for safety and perf…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-05T03:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd60e263b4ed21c52f4edc8bc9e92494ecc61243",
"body": "…larity.",
"is_bot": false,
"headline": "Changed the src parameter to ReadOnlySpan<T> in Copy for safety and c…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-05T03:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513278988d1fb7369b7380323fe06ec992af5b57",
"body": "…of tile objects\n\n- Replaced DtMeshTile[] parameter with Span<int> for zero-allocation performance.\n- Now returns tile indices (tile.index) instead of full DtMeshTile references.\n- Reduces memory pressure and improves access efficiency.",
"is_bot": false,
"headline": "Refactor GetTilesAt to use Span<int> and return tile indices instead …",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-05T03:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecdff469e8009e00c333fadcac65564387d544ab",
"body": null,
"is_bot": false,
"headline": "added implicit operator System.Numerics.Vector2/3 @Doprez",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-03T15:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0eab1c10892f87881bffa29bf43dc0683266ee",
"body": null,
"is_bot": false,
"headline": "upgrade NUnit.Analyzers 4.7.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-03T14:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53de916304a5652a5e0a535060d7070c009f0d2b",
"body": null,
"is_bot": false,
"headline": "change to ToVec3 for .NET Standard 2.1 Numerics compatibility",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-01T05:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28b43dd217464fdd540718a03f07ee4957ab1f2",
"body": null,
"is_bot": false,
"headline": "optimize DtConvexConvexIntersections.Intersect",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-01T05:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab76c77521a2b9cba82753135af3f34a07cf320",
"body": null,
"is_bot": false,
"headline": "check benchmark",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-01T04:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa1ebe564f2bcbbf3881f636919fa8f65fbf097",
"body": null,
"is_bot": false,
"headline": "Optimize IDtPolygonByCircleConstraint to use stack memory",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-04-01T04:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7e5d4133b070ff5843df29e3645bc7ae6fde0c",
"body": "- https://github.com/recastnavigation/recastnavigation/pull/753",
"is_bot": false,
"headline": "[upstream] Add exit condition to raycast() if DT_BUFFER_TOO_SMALL (#753)",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-03-22T11:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6bd4595cc28947720c536d1b6b328bb2bf0ff41",
"body": null,
"is_bot": false,
"headline": "add RcFixedArray and benchmark",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-03-22T11:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6be7da9f50242a81ff812f0ef169a4da1c0605",
"body": "… unify it",
"is_bot": false,
"headline": "Since the environments are diverse, we will fix the demo UI layout to…",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-03-17T15:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e5dab34d016dc15242020a90ff0263d86335a67",
"body": null,
"is_bot": false,
"headline": "relog",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-03-02T05:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9909dc4fd6877b3b7f3c7baa7debae505e776ecb",
"body": "…ntCaptureMouse, fixed the bug where raycast became ineffective after expanding and collapsing the log view",
"is_bot": false,
"headline": "refactor(imgui): determined whether the mouse is on the UI through Wa…",
"author_name": "sssooonnnggg",
"author_login": "sssooonnnggg",
"committed_at": "2025-03-02T04:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d944146d87a8aeb80fb2f0a20c1d2e35b2e40db1",
"body": "…rdinate system",
"is_bot": false,
"headline": "feat(debug-draw): add an option to render meshes in a left-handed coo…",
"author_name": "sssooonnnggg",
"author_login": "sssooonnnggg",
"committed_at": "2025-02-20T13:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abcf27ab2874f5dd3e12f498c30be5d24f12d3af",
"body": null,
"is_bot": false,
"headline": "remove unused using",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-18T13:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839254c7096415dcb6ee7c2250f88dbc81fdc534",
"body": null,
"is_bot": false,
"headline": "Microsoft.NET.Test.Sdk 17.12.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-11T04:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae21d924f9b797eb4a2952a4eb6a962bd986b1e",
"body": null,
"is_bot": false,
"headline": "NUnit3TestAdapter 5.0.0",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-11T04:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aaa3821399956557da044fe8c76dd1be670155d",
"body": null,
"is_bot": false,
"headline": "Prepare tile cache allocator",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-01T03:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc5cb37468ac12a71d7319ce955a383ab8d91ca",
"body": null,
"is_bot": false,
"headline": "remove hangul comment",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-01T03:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ecf5e6b9c33d428ba75c69ddb19f1004360ecc",
"body": null,
"is_bot": false,
"headline": "RcArrays.Of -> RcArrays.Create2D",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-01T03:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da269ff6eaa91d661ffa5b054c3aa5b2321f5ca6",
"body": null,
"is_bot": false,
"headline": "Improve array copy speed in C# JIT environment",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-02-01T02:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c95a4dd0f11f5d4676ce9e2bfd23282b90cc34f2",
"body": null,
"is_bot": false,
"headline": "small refactor `EXPECTED_LAYERS_PER_TILE`",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-01-30T05:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99458fbd693f5803ab14bbeca09f8890ccd63517",
"body": null,
"is_bot": false,
"headline": "update comment in RcCompactHeightfield",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-01-23T05:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2a74b4487dc3edd3dc318f3b87e89123bf441a",
"body": null,
"is_bot": false,
"headline": "update comment",
"author_name": "ikpil",
"author_login": "ikpil",
"committed_at": "2025-01-22T05:09:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 52,
"latest_release_at": "2026-08-02T13:27:01Z",
"latest_release_tag": "2026.3.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 33,
"days_since_latest_release": 0,
"mean_days_between_releases": 91.2
},
"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": "DotRecast.Core",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Core",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 101799,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:41.390000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Detour",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Detour",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 98508,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:41.710000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Recast",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Recast",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 93483,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:43.200000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Recast.Demo",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Recast.Demo",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 5252,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:43.473000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Detour.Crowd",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Detour.Crowd",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 59326,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Detour.Extras",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Detour.Extras",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 51679,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:42.573000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Detour.Dynamic",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Detour.Dynamic",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 51719,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:42.277000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "DotRecast.Recast.Toolset",
"exists": true,
"license": null,
"keywords": [
"game",
"gamedev",
"ai",
"csharp",
"server",
"unity",
"navigation",
"game-development",
"unity3d",
"pathfinding",
"pathfinder",
"recast",
"detour",
"navmesh",
"crowd-simulation",
"recastnavigation"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DotRecast.Recast.Toolset",
"is_deprecated": false,
"latest_version": "2026.3.1",
"repository_url": "https://github.com/ikpil/DotRecast",
"versions_count": 21,
"total_downloads": 50748,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-02T13:31:43.823000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 124,
"stars": 924,
"watchers": 16,
"fork_history": {
"days": [
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-13",
"count": 2
},
{
"date": "2023-06-14",
"count": 2
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-03",
"count": 4
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-08",
"count": 3
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-05",
"count": 2
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-07",
"count": 2
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-24",
"count": 2
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-06-02",
"count": 2
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 123,
"total_forks": 124
},
"star_history": null,
"open_issues_and_prs": 18
},
"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": [
"src/DotRecast.Core/DotRecast.Core.csproj",
"src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj",
"src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj",
"src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj",
"src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj",
"src/DotRecast.Detour/DotRecast.Detour.csproj",
"src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj",
"src/DotRecast.Recast/DotRecast.Recast.csproj",
"test/DotRecast.Core.Test/DotRecast.Core.Test.csproj",
"test/DotRecast.Detour.Crowd.Test/DotRecast.Detour.Crowd.Test.csproj",
"test/DotRecast.Detour.Dynamic.Test/DotRecast.Detour.Dynamic.Test.csproj",
"test/DotRecast.Detour.Extras.Test/DotRecast.Detour.Extras.Test.csproj",
"test/DotRecast.Detour.Test/DotRecast.Detour.Test.csproj",
"test/DotRecast.Detour.TileCache.Test/DotRecast.Detour.TileCache.Test.csproj",
"test/DotRecast.Recast.Test/DotRecast.Recast.Test.csproj",
"tool/DotRecast.Tool.Benchmark/DotRecast.Tool.Benchmark.csproj",
"tool/DotRecast.Tool.PublishToUniRecast/DotRecast.Tool.PublishToUniRecast.csproj"
],
"largest_source_bytes": 162330,
"source_files_sampled": 463,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": 17,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Newtonsoft.Json",
"manifest": "src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj",
"ecosystem": "nuget",
"version_constraint": "13.0.4"
},
{
"name": "Serilog",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "4.4.0"
},
{
"name": "Serilog.Settings.Configuration",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.1"
},
{
"name": "Serilog.Enrichers.Thread",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "4.0.0"
},
{
"name": "Serilog.Sinks.Async",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "2.1.0"
},
{
"name": "Serilog.Sinks.Console",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "6.1.1"
},
{
"name": "Serilog.Sinks.File",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.0"
},
{
"name": "K4os.Compression.LZ4",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "1.3.8"
},
{
"name": "Silk.NET",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "2.23.0"
},
{
"name": "Silk.NET.OpenGL.Extensions.ImGui",
"manifest": "src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"ecosystem": "nuget",
"version_constraint": "2.23.0"
},
{
"name": "BenchmarkDotNet",
"manifest": "tool/DotRecast.Tool.Benchmark/DotRecast.Tool.Benchmark.csproj",
"ecosystem": "nuget",
"version_constraint": "0.15.8"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "BenchmarkDotNet",
"direct": true,
"version": "0.15.8",
"ecosystem": "nuget"
},
{
"name": "K4os.Compression.LZ4",
"direct": true,
"version": "1.3.8",
"ecosystem": "nuget"
},
{
"name": "Newtonsoft.Json",
"direct": true,
"version": "13.0.4",
"ecosystem": "nuget"
},
{
"name": "Serilog",
"direct": true,
"version": "4.4.0",
"ecosystem": "nuget"
},
{
"name": "Serilog.Enrichers.Thread",
"direct": true,
"version": "4.0.0",
"ecosystem": "nuget"
},
{
"name": "Serilog.Settings.Configuration",
"direct": true,
"version": "10.0.1",
"ecosystem": "nuget"
},
{
"name": "Serilog.Sinks.Async",
"direct": true,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Serilog.Sinks.Console",
"direct": true,
"version": "6.1.1",
"ecosystem": "nuget"
},
{
"name": "Serilog.Sinks.File",
"direct": true,
"version": "7.0.0",
"ecosystem": "nuget"
},
{
"name": "Silk.NET",
"direct": true,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Silk.NET.OpenGL.Extensions.ImGui",
"direct": true,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": "10.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "18.8.1",
"ecosystem": "nuget"
},
{
"name": "Moq",
"direct": false,
"version": "4.20.72",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "4.6.1",
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": false,
"version": "4.14.0",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": "6.2.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 17,
"direct_count": 11,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 78,
"open_issues": 17,
"closed_ratio": 0.575,
"closed_issues": 23,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ikpil",
"commits": 1090,
"avatar_url": "https://avatars.githubusercontent.com/u/313821?v=4"
},
{
"type": "User",
"login": "wrenge",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/5602432?v=4"
},
{
"type": "User",
"login": "bitwrenge",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/198206983?v=4"
},
{
"type": "User",
"login": "Sarofc",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/49981247?v=4"
},
{
"type": "User",
"login": "jgkim999",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5546978?v=4"
},
{
"type": "User",
"login": "murshex",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/32241825?v=4"
},
{
"type": "User",
"login": "sssooonnnggg",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4926092?v=4"
},
{
"type": "User",
"login": "awgil",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20607474?v=4"
},
{
"type": "User",
"login": "ikpil-1",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/142793173?v=4"
},
{
"type": "User",
"login": "Doprez",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/73259914?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.971
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"dotnet.yml",
"publish.yml",
"release.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": "10 out of 10 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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "16976369bebab455b59bcb93c799c775a91d816d",
"ran_at": "2026-08-02T13:42:03Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-02T13:31:47Z",
"oldest_open_prs": [
{
"number": 120,
"created_at": "2026-03-04T11:56:21Z",
"last_comment_at": "2026-03-11T01:52:11Z",
"last_comment_author": "ikpil"
}
],
"last_merged_pr_at": "2026-08-02T13:08:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2023-09-09T00:07:06Z",
"last_comment_at": "2024-06-10T17:43:13Z",
"last_comment_author": "AngeloTadeucci"
},
{
"number": 12,
"created_at": "2023-09-25T02:21:01Z",
"last_comment_at": "2025-04-03T15:14:05Z",
"last_comment_author": "ikpil"
},
{
"number": 41,
"created_at": "2024-01-19T23:09:11Z",
"last_comment_at": "2024-12-14T14:32:05Z",
"last_comment_author": "ikpil"
},
{
"number": 49,
"created_at": "2024-02-09T09:49:11Z",
"last_comment_at": "2024-06-09T20:06:27Z",
"last_comment_author": "berkersonmez"
},
{
"number": 59,
"created_at": "2024-02-22T15:53:15Z",
"last_comment_at": "2024-02-26T13:29:23Z",
"last_comment_author": "ikpil"
},
{
"number": 60,
"created_at": "2024-02-27T02:23:43Z",
"last_comment_at": "2024-03-06T01:21:33Z",
"last_comment_author": "6ther"
},
{
"number": 64,
"created_at": "2024-03-06T22:43:17Z",
"last_comment_at": "2024-03-13T14:52:47Z",
"last_comment_author": "ikpil"
},
{
"number": 65,
"created_at": "2024-03-13T01:21:17Z",
"last_comment_at": "2024-03-13T14:56:20Z",
"last_comment_author": "ikpil"
},
{
"number": 71,
"created_at": "2024-06-11T02:27:34Z",
"last_comment_at": "2024-09-20T18:21:35Z",
"last_comment_author": "ikpil"
},
{
"number": 77,
"created_at": "2024-09-03T08:44:53Z",
"last_comment_at": "2024-09-20T18:04:41Z",
"last_comment_author": "ikpil"
},
{
"number": 78,
"created_at": "2024-09-17T02:51:31Z",
"last_comment_at": "2024-09-21T15:19:58Z",
"last_comment_author": "ikpil"
},
{
"number": 80,
"created_at": "2024-10-12T01:25:18Z",
"last_comment_at": "2025-01-27T01:23:31Z",
"last_comment_author": "emrys90"
},
{
"number": 82,
"created_at": "2024-11-03T12:18:32Z",
"last_comment_at": "2025-03-12T11:02:17Z",
"last_comment_author": "neshcodes"
},
{
"number": 87,
"created_at": "2025-02-23T14:47:21Z",
"last_comment_at": "2025-04-02T05:08:32Z",
"last_comment_author": "Doprez"
},
{
"number": 89,
"created_at": "2025-02-27T06:45:51Z",
"last_comment_at": "2025-04-07T01:26:17Z",
"last_comment_author": "sssooonnnggg"
},
{
"number": 101,
"created_at": "2025-06-06T06:54:17Z",
"last_comment_at": "2025-06-11T12:44:01Z",
"last_comment_author": "lukasvd"
},
{
"number": 110,
"created_at": "2026-01-13T21:31:17Z",
"last_comment_at": "2026-01-18T07:23:24Z",
"last_comment_author": "ikpil"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ikpil/DotRecast",
"host": "github.com",
"name": "DotRecast",
"owner": "ikpil"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 66 is calibrated to 77 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 66,
"calibrated": 77,
"calibration": "2026-08-02"
}
}
],
"value": 77,
"inputs": {
"security": 60,
"vitality": 84,
"community": 65,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 68,
"ai_readiness": 43,
"weighted_overall_raw": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 84,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"commits_last_year": 52,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 33
},
"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": "33/52 weeks with commits",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 33
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "52 commits in the last year",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 52
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 22,
"latest_release_tag": "2026.3.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 91.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"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 ~91.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 91.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 65,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 124,
"stars": 924,
"watchers": 16,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "924 stars",
"points": 48.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 924
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "124 forks",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 124
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "16 watchers",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 16
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (Zlib)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Zlib"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"packages": [
"DotRecast.Core",
"DotRecast.Detour",
"DotRecast.Recast",
"DotRecast.Recast.Demo",
"DotRecast.Detour.Crowd",
"DotRecast.Detour.Extras",
"DotRecast.Detour.Dynamic",
"DotRecast.Recast.Toolset"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 512514,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "512,514 downloads all-time across nuget",
"points": 59.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 512514,
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.971
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"merged_prs": 78,
"open_issues": 17,
"closed_issues": 23,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.575,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "57% of issues closed",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 57
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "78/81 decided PRs merged",
"points": 28.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 78,
"decided": 81
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 59,
"inputs": {
"followers": 105,
"owner_type": "User",
"is_verified": null,
"owner_login": "ikpil",
"public_repos": 26,
"account_age_days": 5882
},
"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": "105 followers of ikpil",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 105,
"login": "ikpil"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "26 public repos, account ~16 yr old",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 26
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"DotRecast.Core",
"DotRecast.Detour",
"DotRecast.Recast",
"DotRecast.Recast.Demo",
"DotRecast.Detour.Crowd",
"DotRecast.Detour.Extras",
"DotRecast.Detour.Dynamic",
"DotRecast.Recast.Toolset"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"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": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 68,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "10 out of 10 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": 60,
"inputs": {
"topics": [
"detour",
"recast",
"navmesh",
"pathfinding",
"ai",
"game",
"gamedev",
"crowd-simulation",
"navigation",
"csharp",
"unity",
"unity3d",
"server",
"pathfinder",
"recastnavigation",
"game-development"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "16 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 16
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.9
},
"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": "10 out of 10 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/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 17 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": 17
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 17,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 17,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 43,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.18,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "18 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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,
"toolchain_manifests": [
"src/DotRecast.Core/DotRecast.Core.csproj",
"src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj",
"src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj",
"src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj",
"src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj",
"src/DotRecast.Detour/DotRecast.Detour.csproj",
"src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj",
"src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj",
"src/DotRecast.Recast/DotRecast.Recast.csproj",
"test/DotRecast.Core.Test/DotRecast.Core.Test.csproj",
"test/DotRecast.Detour.Crowd.Test/DotRecast.Detour.Crowd.Test.csproj",
"test/DotRecast.Detour.Dynamic.Test/DotRecast.Detour.Dynamic.Test.csproj",
"test/DotRecast.Detour.Extras.Test/DotRecast.Detour.Extras.Test.csproj",
"test/DotRecast.Detour.Test/DotRecast.Detour.Test.csproj",
"test/DotRecast.Detour.TileCache.Test/DotRecast.Detour.TileCache.Test.csproj",
"test/DotRecast.Recast.Test/DotRecast.Recast.Test.csproj",
"tool/DotRecast.Tool.Benchmark/DotRecast.Tool.Benchmark.csproj",
"tool/DotRecast.Tool.PublishToUniRecast/DotRecast.Tool.PublishToUniRecast.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/DotRecast.Core/DotRecast.Core.csproj, src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj, src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/DotRecast.Core/DotRecast.Core.csproj, src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj, src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 162330,
"source_files_sampled": 463,
"oversized_source_files": 4
},
"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": "4/463 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 463,
"oversized": 4
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-02T13:42:18.208800Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/ikpil/DotRecast.svg",
"full_name": "ikpil/DotRecast",
"license_state": "standard",
"license_spdx": "Zlib"
}