Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 144,
"has_wiki": true,
"homepage": null,
"languages": {
"F#": 39107,
"Makefile": 1877,
"Dockerfile": 206
},
"pushed_at": "2026-07-23T21:23:13Z",
"created_at": "2019-02-04T18:48:39Z",
"owner_type": "User",
"updated_at": "2026-07-23T21:16:20Z",
"description": "A dotnet cli tool for generating solution files",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "F#",
"significant_languages": [
"F#"
]
},
"owner": {
"blog": "eiriktsarpalis.wordpress.com",
"name": "Eirik Tsarpalis",
"type": "User",
"login": "eiriktsarpalis",
"company": "Microsoft",
"location": null,
"followers": 448,
"avatar_url": "https://avatars.githubusercontent.com/u/2813363?v=4",
"created_at": "2012-11-16T11:24:45Z",
"is_verified": null,
"public_repos": 96,
"account_age_days": 4997
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-07-23T21:16:12Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2020-01-27T14:28:00Z"
},
{
"tag": "0.7.0-alpha",
"kind": "prerelease",
"published_at": "2020-01-27T14:04:10Z"
},
{
"tag": "0.6.1",
"kind": "patch",
"published_at": "2019-05-28T11:20:26Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2019-05-06T13:49:43Z"
},
{
"tag": "0.5.4",
"kind": "patch",
"published_at": "2019-05-03T22:29:32Z"
},
{
"tag": "0.5.3",
"kind": "patch",
"published_at": "2019-03-14T16:38:59Z"
},
{
"tag": "0.5.2",
"kind": "patch",
"published_at": "2019-03-04T11:05:23Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2019-02-18T14:52:10Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2019-02-18T14:46:55Z"
},
{
"tag": "0.5.0-alpha.3",
"kind": "prerelease",
"published_at": "2019-05-06T11:48:31Z"
},
{
"tag": "0.5.0-alpha.2",
"kind": "prerelease",
"published_at": "2019-05-06T10:44:36Z"
},
{
"tag": "0.5.0-alpha.1",
"kind": "prerelease",
"published_at": "2019-05-05T23:12:16Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2019-02-15T13:50:43Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2019-02-12T13:53:33Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2019-02-12T13:32:19Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2019-02-12T13:16:05Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2019-02-08T19:31:16Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2019-02-08T14:28:39Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2019-02-07T20:22:59Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2019-02-07T18:46:53Z"
}
],
"recent_commits": [
{
"oid": "228a39be8ec77d83f701f321e33d2e021ec45ab0",
"body": "Use the locally built tool in Makefile tests",
"is_bot": false,
"headline": "Merge pull request #8 from eiriktsarpalis/eiriktsarpalis-fix-slnx-build",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T21:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd21792a524441571b9f51d90702f5eea605cf75",
"body": "Invoke the tool shim installed under TOOL_PATH directly so an older dotnet-nosln earlier on PATH cannot generate legacy solution content.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\nCopilot-Session: cd3f8e31-e900-4626-9f5d-a53e89be72b0",
"is_bot": false,
"headline": "Use locally built tool in Makefile tests",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T21:15:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d582b33ee19ce1ff13ddfa816cb193effaf6c0a0",
"body": "…format\n\nGenerate solution files in SLNX format",
"is_bot": false,
"headline": "Merge pull request #7 from eiriktsarpalis/eiriktsarpalis-target-slnx-…",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T20:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9964fee729e3f4bbdfd69574ee9a6c8985828738",
"body": "Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\n\nCopilot-Session: e2b208f7-c27f-45e2-8785-e9ddcbdf18fb",
"is_bot": false,
"headline": "Generate SLNX solution files",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T20:51:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3ccb0a8929459656b8dad64c8addc882fc46739",
"body": "…tnet-10\n\nModernize build and tooling for .NET 10",
"is_bot": false,
"headline": "Merge pull request #6 from eiriktsarpalis/eiriktsarpalis-modernize-do…",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T19:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70cf2ca9038d8d604e9f957c9ab07f768da8db42",
"body": "Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\nCopilot-Session: 17452ecc-e984-4d5c-acf1-56c6405671d3",
"is_bot": false,
"headline": "Modernize repository for .NET 10",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2026-07-23T18:56:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fec7a9657572ffb284f004fcd4978a7268645ba6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-02-04T19:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e3d15eb48299c9385e15d2d900832234cb1b9c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-02-04T19:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44404a0d39f6c39acaae0d3a6d5f4b488f353c0b",
"body": "This reverts commit 139966d9c8d99bc0843e874a4860ecbd0bca251f.",
"is_bot": false,
"headline": "Revert \"add sourcelink\"",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T14:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139966d9c8d99bc0843e874a4860ecbd0bca251f",
"body": null,
"is_bot": false,
"headline": "add sourcelink",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T14:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446531c2d6ade08d182b88b5e5e0befc9023f64d",
"body": null,
"is_bot": false,
"headline": "fix install target",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T14:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0066bc30a8086f7119df89bf7a7a48fea4ebc0c7",
"body": null,
"is_bot": false,
"headline": "remove net4x target from library",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T14:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89514e895ebb0b8407047deede4ffbd86bbf7d86",
"body": null,
"is_bot": false,
"headline": "use minver project dependencies",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T13:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fde4351e50800cbb3ed4196c9165b67c899b27",
"body": null,
"is_bot": false,
"headline": "move docker-build step to Makefile",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T12:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da565051923ab952fcaa117ccffa4339bca56e7a",
"body": null,
"is_bot": false,
"headline": "update Dockerfile",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T12:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d2e9fccbcf6c557f6f982077c9e18802f56c67b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2020-01-27T12:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c3251e0fcfc14bcc42d2c33ffa284aa2a5b45a",
"body": "upgrade to .net core sdk 3, fix docker/travis/win build",
"is_bot": false,
"headline": "Merge pull request #3 from enricosada/fix_ci",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2019-12-02T18:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10704ea15bcff7007d50df9b1f074c341cb8d659",
"body": null,
"is_bot": false,
"headline": "remove global.json",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T18:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe205567325528332dbd44ecb6efbda6be38c5d",
"body": null,
"is_bot": false,
"headline": "restore as locked",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dae51322439af0a4c8392744a4a0c5ae1e70f29",
"body": null,
"is_bot": false,
"headline": "use old property so is compatibile with .net core sdk 2.x",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aaccf1b63b45adcbbb9274015ca3450ce42707f",
"body": null,
"is_bot": false,
"headline": "ignore ionide",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf7b89d3e79ad15ed15f3a1655a77994c533386",
"body": null,
"is_bot": false,
"headline": "remove the lock.json files from the nupkg",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63075d33600342ad45791aebd295cf82a76a4cee",
"body": null,
"is_bot": false,
"headline": "set also new rollforward property",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1666f34344f0a5f8c897b483379704f87fdccc42",
"body": "by default the tools expect an installed .net core NET Core Runtime >= 2.1 and < 3\nThe .NET Core Sdk 3.x doesnt contains the runtime 2.1.x, so fails at runtime with\n\n```\nIt was not possible to find any compatible framework version\nThe specified framework 'Microsoft.NETCore.App', version '2.1.0' was \n[…]\n/Microsoft.NETCore.App]\n```\n\nThis fix allow to run with any .net core >= 2.1\nScenario is `dotnet nosln` installed as local tool in .net core sdk 3.x or in a docker container based on .net core sdk 3.x",
"is_bot": false,
"headline": "fix runtime error when installed .net NET Core Runtime v3 only",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:21:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e18e1af3646ce8a8362da7c57d98ca73c533dff7",
"body": "bump to v2 to be runnable without .net core runtime 2.1",
"is_bot": false,
"headline": "install minver as local tool",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T17:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8f50542e12038aaa2e091bbc2783b35de6e651",
"body": null,
"is_bot": false,
"headline": "bump to .net core sdk 3.0.100",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T16:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d57517624041b9da8f6a6cca3c006b8bb9bdb1d",
"body": "```\ndotnet nuget locals all --clear\ngit clean -xfd\ngit rm **/packages.lock.json -f\ndotnet restore\n```",
"is_bot": false,
"headline": "dotnet restore after",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T16:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9c6dccb8a64c26a10036eb8cc1e5c937a4a367",
"body": null,
"is_bot": false,
"headline": "fix content sha",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T15:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66678155ba5932390a671d7de61b5039dbc015d",
"body": "ref https://github.com/NuGet/Home/issues/7921",
"is_bot": false,
"headline": "workaround for nuget packages contentHash value",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T15:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f67f7c5dac633f7368828f056a54ee855fca3aa4",
"body": null,
"is_bot": false,
"headline": "pin .net core sdk",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T15:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2609f75729db8943acfff706cdf9d281d8c1b4e6",
"body": null,
"is_bot": false,
"headline": "the PackageTags use `;` as separators",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T15:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacfba94efed45b3dfa1c2f658eb00f0d1253e43",
"body": null,
"is_bot": false,
"headline": "empty commit",
"author_name": "Enrico Sada",
"author_login": null,
"committed_at": "2019-12-02T14:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c82b8c30f3b69905f5ed0ef802a487434440eb",
"body": null,
"is_bot": false,
"headline": "use nuget lockfiles",
"author_name": "Eirik Tsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2019-08-20T20:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a830489850910cae81f010375c540b7f2aa2c413",
"body": null,
"is_bot": false,
"headline": "remove git depth",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-06-18T15:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58349da1d292a0f4f90036d234b3386b069a7034",
"body": null,
"is_bot": false,
"headline": "report correct project path in missing p2p references",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-06-18T15:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b7d0dbf19d454084b83495103c15090b3db88e",
"body": null,
"is_bot": false,
"headline": "change docker base image",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-28T11:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6814b93f99345cdba78713eb5aac8aa112df539a",
"body": null,
"is_bot": false,
"headline": "expose Path utilities",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-28T11:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a99b4a0ed403c2c5c4d1ab4e5fc8adede605d9b",
"body": null,
"is_bot": false,
"headline": "remove unnecessary validation",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-06T13:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b5da7654dba444a81ea2b8b4d90b83adbadb26",
"body": null,
"is_bot": false,
"headline": "absolute path bugfix",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-06T11:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcc4a115cffa7cf3f1eb46bc48d1cc90fd2ed201",
"body": null,
"is_bot": false,
"headline": "update nuget package descriptions",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-06T11:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd07327d27730141b10baa0b5f2228b8ce9140aa",
"body": null,
"is_bot": false,
"headline": "adapt public api for nosln",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-06T10:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb1165ecd398cce4844d94420bcaeb37b0cf903",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-05T23:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0417814b14e7f8a9f2e85496b504c96e9f5b66b",
"body": null,
"is_bot": false,
"headline": "add nosln library",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-05T23:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd8a6fa15c5b519581f7e528167ff37042e16cb",
"body": null,
"is_bot": false,
"headline": "topologically sort projects when rendering solution files",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-05-03T22:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4f476aacd2c7f738b5d5311ca54b9cfa959ad3b",
"body": null,
"is_bot": false,
"headline": "use minver stable",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-03-19T17:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1042ad3f31ad366090f878287f1e627db37b9b58",
"body": null,
"is_bot": false,
"headline": "fix bug in resolving solution file names",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-03-14T16:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a47ef7b8fe6d87d1f4c1b3109545c28864e99d",
"body": null,
"is_bot": false,
"headline": "update minver to rc1",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-03-04T11:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a97d450ab3fc50a5448f9b9000901c6b3af6558",
"body": null,
"is_bot": false,
"headline": "add project prefix in temp solution file names",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-03-04T11:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7485df698aeece9ccb190c2f6525354e0328fae6",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-18T14:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6484fa1f894369c9f7ca7251e2938233bae22b8",
"body": "- use nested structure for transitive dependencies",
"is_bot": false,
"headline": "- use appropriate project guids for new project SDK",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-18T14:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c068ef1bfab726d8318ee7f407b83210c2ad4dd5",
"body": null,
"is_bot": false,
"headline": "fix project guids; fix legacy projects",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-15T13:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbc4df0dad8c97a036dbf14b96faa1aff28dd0c",
"body": null,
"is_bot": false,
"headline": "fix full path bug",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-15T12:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d935307136d3ee64d44a534ffba352399b906ef2",
"body": null,
"is_bot": false,
"headline": "use appropriate guids per project type",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-15T12:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b5088719fe3039145a440dcd247634bec71b3f",
"body": null,
"is_bot": false,
"headline": "use xml parsing for resolving project references",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-15T12:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a1a7c27878193ba0375a90c55f7bd1f2651d83",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T17:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d43cdbfdd2bc38eafcd01d61fcd5defcc790269",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T14:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f02f7a218d8c82bd6a39f9a9894ce9c4f7d335",
"body": null,
"is_bot": false,
"headline": "use abs path for tools .gitignore",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T14:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf302c6ba1cab0256d34e0e08ea80a7206cf03a6",
"body": null,
"is_bot": false,
"headline": "add nuget metadata",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T13:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b6d401a9d798a2bfbecc7aebe27f9bcfb862af",
"body": null,
"is_bot": false,
"headline": "include tests in pushes",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T13:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "656ec8ccd47cc5ba405e22c17be6ce3ac3936adb",
"body": null,
"is_bot": false,
"headline": "handle .gitignore comments",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T13:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53997aa1e26453c5fb3eb7f2cdc361acbb40bffe",
"body": null,
"is_bot": false,
"headline": "implement .gitignore reads",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-12T13:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49db2ad09c0e647a865c4878425745289fc9a5d",
"body": null,
"is_bot": false,
"headline": "fix --start command for Linux systems",
"author_name": "eiriktsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2019-02-08T19:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b3049fe3b4386ea2a77e44dcb16dcfc341e477",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-08T18:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854a4cc23df2f114b6b5b9249f88cb612babc89e",
"body": null,
"is_bot": false,
"headline": "fix build issues",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-08T15:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcd60e93297cec7e9c1202be763f19440915cca4",
"body": null,
"is_bot": false,
"headline": "fix sln formatting issues; update cli docs",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-08T14:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd2bc6eef04b41565de5a5193fb32381e69cf002",
"body": null,
"is_bot": false,
"headline": "add mac support for --start flag",
"author_name": "eiriktsarpalis",
"author_login": "eiriktsarpalis",
"committed_at": "2019-02-07T20:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5395df3a71bc5e0f8d0d161b7bfeef4bf10f06c",
"body": null,
"is_bot": false,
"headline": "add more badges",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T18:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fec9e820b047c399ffeb871670ec9ad1a7bbc2e",
"body": null,
"is_bot": false,
"headline": "simplify docker build",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T18:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49f7c89a1acc84b3617a5c87228a079b9fc49c89",
"body": null,
"is_bot": false,
"headline": "update build script",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T18:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434db814cd0ad4c50b6c9d542516daa7055b5069",
"body": null,
"is_bot": false,
"headline": "add travis badge",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T18:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80f76d7e0d8d5ea841800cfa2a144e10a288444",
"body": null,
"is_bot": false,
"headline": "fix docker builds; fix linux bugs",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T18:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002e11795cac8225c4db847fc2a187fa095b2845",
"body": null,
"is_bot": false,
"headline": "bring back language",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T17:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec77aa92f5270cd188577d10431dc61fae454a0",
"body": null,
"is_bot": false,
"headline": "remove language declaration",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T17:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac5fd1e7b3acd58f820a314e237bfc747c48fd7",
"body": null,
"is_bot": false,
"headline": "make executable",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T17:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da755eebb240e8f87e086dd55f9111a6611c42c5",
"body": null,
"is_bot": false,
"headline": "add language",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T17:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9975de2ea048313e2ff6b9e57440ca9581118d9a",
"body": null,
"is_bot": false,
"headline": "update dockerfile",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T17:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8b8550b36b9d6ec463b174462addf912a10aa6",
"body": null,
"is_bot": false,
"headline": "update readme.md",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T10:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af979e6e154deb8d8c9fb92b2341e48f1ab58fb",
"body": null,
"is_bot": false,
"headline": "update readme.md",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T10:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3782333fdc71099e5002ffd2d7cd50219b908c",
"body": null,
"is_bot": false,
"headline": "add test projects; move example projects to examples",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T10:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f64550b6fa7c0d8283fe8da167b1c51f602a593",
"body": null,
"is_bot": false,
"headline": "update readme.md",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T09:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43eef52d47bdf9d7add70df97c387c5ed4e6b4ed",
"body": null,
"is_bot": false,
"headline": "fix globbing bug",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T09:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70333b3d0b8b1093d3a1022636d5b7c1077d450a",
"body": null,
"is_bot": false,
"headline": "simplify",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T02:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541e8946fc092b1113f5751d0d7fd2903c5784d8",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T02:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e5e0986cebe6994a1a768d69ab5f3f81e78ea9a",
"body": null,
"is_bot": false,
"headline": "update readme.md ; improve usage string",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T02:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c917e0e479aa82588a4632ff94678cb9890dc3c5",
"body": null,
"is_bot": false,
"headline": "include missing solution metadata",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T02:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d4ad3e9436205ae90619382fcb46b749011e29",
"body": null,
"is_bot": false,
"headline": "add cli features",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-07T01:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46df68cf6e57de122075587b90be438a728c84d",
"body": null,
"is_bot": false,
"headline": "Add project files.",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-05T10:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40589bfa3ada7c7962b801f09d32de72de3c2208",
"body": null,
"is_bot": false,
"headline": "Add .gitignore and .gitattributes.",
"author_name": "Eirik Tsarpalis",
"author_login": null,
"committed_at": "2019-02-05T01:13:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 0,
"latest_release_at": "2026-07-23T21:16:12Z",
"latest_release_tag": "1.0.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 301.4
},
"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": []
},
"popularity": {
"forks": 1,
"stars": 34,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2019-11-29",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Argu",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Fake.IO.FileSystem",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "MinVer",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Unquote",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 2,
"closed_ratio": 0.333,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "eiriktsarpalis",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/2813363?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"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 1/14 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "228a39be8ec77d83f701f321e33d2e021ec45ab0",
"ran_at": "2026-07-23T21:32:08Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T21:17:59Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T21:16:12Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2020-03-25T11:54:46Z",
"last_comment_at": "2020-03-25T11:54:54Z",
"last_comment_author": "enricosada"
},
{
"number": 5,
"created_at": "2020-03-25T12:28:38Z",
"last_comment_at": "2020-03-25T21:56:16Z",
"last_comment_author": "eiriktsarpalis"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/eiriktsarpalis/nosln",
"host": "github.com",
"name": "nosln",
"owner": "eiriktsarpalis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 47 is calibrated to 45 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 47,
"calibrated": 45,
"calibration": "2026-08-02"
}
}
],
"value": 45,
"inputs": {
"security": 47,
"vitality": 53,
"community": 37,
"governance": 42,
"calibration": "2026-08-02",
"engineering": 57,
"ai_readiness": 50,
"weighted_overall_raw": 47
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 53,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"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": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 21,
"latest_release_tag": "1.0.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 301.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 21
}
}
],
"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 ~301.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 301.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 37,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 1,
"stars": 34,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "weak",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"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": 44,
"inputs": {
"merged_prs": 4,
"open_issues": 2,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 1,
"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": "33% of issues closed",
"points": 14,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/5 decided PRs merged",
"points": 24,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 5
}
}
],
"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 1/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 68,
"inputs": {
"followers": 448,
"owner_type": "User",
"is_verified": null,
"owner_login": "eiriktsarpalis",
"public_repos": 96,
"account_age_days": 4997
},
"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": "448 followers of eiriktsarpalis",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 448,
"login": "eiriktsarpalis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "96 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 96
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"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 1/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "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": 3
},
"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": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.102,
"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": "9 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.034,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "F# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "F#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 88 commits agent-authored or agent-credited",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 88
}
}
],
"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": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"primary_language": "F#",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "F# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "F#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": [],
"labels": [],
"scores": {
"cli": 2
},
"primary": null,
"evidence": [
{
"tier": "description",
"label": "cli",
"source": "description:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-23T21:32:19.854446Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/eiriktsarpalis/nosln.svg",
"full_name": "eiriktsarpalis/nosln",
"license_state": "standard",
"license_spdx": "MIT"
}