Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 261,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 293752
},
"pushed_at": "2026-06-08T09:18:34Z",
"created_at": "2023-07-12T15:47:22Z",
"owner_type": "Organization",
"updated_at": "2026-06-08T09:14:11Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "http://www.thargelion.se",
"name": null,
"type": "Organization",
"login": "Tharga",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13693140?v=4",
"created_at": "2015-08-07T10:21:41Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 4005
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.15.25",
"kind": "patch",
"published_at": "2026-06-08T09:17:23Z"
},
{
"tag": "1.15.24",
"kind": "patch",
"published_at": "2026-05-14T16:46:48Z"
},
{
"tag": "1.15.23",
"kind": "patch",
"published_at": "2026-04-28T22:16:06Z"
}
],
"recent_commits": [
{
"oid": "134b3d405b52394570e3160962f4275eb5913f24",
"body": "fix(test): replace bare delay with poll in AutoStart_starts_timer_immediately",
"is_bot": false,
"headline": "Merge pull request #42 from Tharga/fix/managed-timer-autostart-flake",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T09:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc306df27214d85c6db6dc68ee888a5c65fafec2",
"body": "A bare Task.Delay(50) was too short for busy Linux CI runners — the\ntimer's async startup hadn't transitioned out of Stopped within 50 ms.\nReplace with a 2-second polling loop. Locally the loop exits within\none iteration; on CI it tolerates scheduling jitter.\n\nCaught on the first master push after PR #41 merged.",
"is_bot": false,
"headline": "fix(test): AutoStart_starts_timer_immediately — poll with timeout",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T09:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4769dd219b3e7173d2a66bd0b7d46ee93dad81cc",
"body": "feat: migrate PackageIconUrl + publish docs site at toolkit.tharga.net",
"is_bot": false,
"headline": "Merge pull request #41 from Tharga/feature/package-icon-and-docs-site",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T09:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca487fc6b2d78c50851f5b3b71a0b961e0152622",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T07:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c8c204a2b126bc2883a1d3236dd376feb4f968",
"body": "PackageIconUrl:\n- Both csprojs now point at https://thargelion.net/assets/component-toolkit.png\n- Replaces the WordPress-hosted thargelion.se URL\n\nDocs site:\n- docs/ DocFX setup mirroring Tharga.Fortnox / Tharga.MongoDB pattern\n (option (a): local docs/images/logo.png to avoid the absolute-URL trap\n[…]\n,\n gated on master push and needs: release\n- pages: write and id-token: write permissions added\n- /docs/_site, /docs/api, /docs/obj gitignored\n\nREADME updated with link to https://toolkit.tharga.net.",
"is_bot": false,
"headline": "feat: migrate PackageIconUrl and publish docs site at toolkit.tharga.net",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T07:53:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e21af15cd245ad9d257fe9cf9d7ef2b8f51d593b",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #39 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T16:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237aa856b30e9af511ecf34e0318259a088a07e8",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T16:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309619ead34ce09e74a6cf81890530930c37138e",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #38 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T22:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97bd0782f7e2fffdadd8b5421de1fb840e8097cc",
"body": "The .NET 10 runtime surfaces different framework assemblies\n(System.Runtime, System.Threading, ...) as transitive references\ndepending on environment. Filter the entire System.* namespace\nrather than listing each one individually.",
"is_bot": false,
"headline": "fix(test): filter all System.* assemblies in DependencyTest",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T22:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4555b3edf9472cd20c614a4dd62ba50a454cfeb0",
"body": "Tharga.Test.Toolkit's GetStandardAssembliesToIgnore() doesn't include\nSystem.Runtime when running on Linux/.NET 10 (it does locally on\nWindows). Following the existing pattern of manually appending\n\"mscorlib\", add \"System.Runtime\" to the allowlist.",
"is_bot": false,
"headline": "fix(test): allow System.Runtime in DependencyTest",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T22:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993c312f421f3ef7bdd2cb1b4f44b047c0078385",
"body": "- HashString.Value now uses the new keyword to explicitly hide\n Hash.Value (CS0108)\n- Suppress xUnit1051 in test projects (TestContext.Current.CancellationToken\n guidance is test-only style; not blocking CI)\n\nBuild now produces 0 warnings (was 38+, exceeding the CI threshold of 15).",
"is_bot": false,
"headline": "fix: eliminate build warnings to clear CI threshold",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T21:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a8c0c6fb5abe080bef51954622621c35c48494e",
"body": "- Build/test on PRs to master (net8.0, net9.0, net10.0)\n- Codecov coverage upload, CodeQL security scan\n- Pack both Tharga.Toolkit and Tharga.Toolkit.Standard\n- Stable release on push to master (NuGet + GitHub Release)\n- Pre-release on PR via prerelease environment (manual approval)\n- MAJOR_MINOR=1.15, patch auto-incremented from git tags\n\nBased on Tharga.Mcp's workflow (post prerelease-version-fix).",
"is_bot": false,
"headline": "ci: add GitHub Actions workflow for build, test, and NuGet publish",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T21:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c0df676b590f1ad3830e0eb6a4e4f35a87bfda",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #37 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T21:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d05c868eeb4af3d667aac82804052ef3e6ace7a8",
"body": "Adds an overload to RegisterApiKeyService that binds ApiKeyOptions\nfrom a configuration section (default \"ApiKey\", overridable). The\nexisting Action<ApiKeyOptions> overload is unchanged.\n\nAlso gitignores plan/ scratch directory used by the feature workflow.",
"is_bot": false,
"headline": "feat: bind ApiKeyOptions from IConfiguration",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T21:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2488afcd117594539b094dee0d4d536711bb7b",
"body": null,
"is_bot": false,
"headline": "update nugegt packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T21:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8ed4eb828a87f8acec3d958355a013371a3cd5",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #35 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T06:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677cf4aad497790a1443961638d0627126e3a896",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T06:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea28af329a42c75ec34bf1f6d03a58530ccaf93f",
"body": null,
"is_bot": false,
"headline": "update instructions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T06:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbdcc4ee99c30b8a4db98609cb63f8390b4be479",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #34 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T12:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2261114daf028106e7d0065f01cfa0b665c4495",
"body": null,
"is_bot": false,
"headline": "feat: add GetDisplayName() extension for ClaimsPrincipal",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T10:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44339075bfa666091a292c1e0b1dfe13130e032f",
"body": null,
"is_bot": false,
"headline": "feat: add-get-display-name complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T10:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7829a2439b6e3b44592b38dcbfa7ee09437165",
"body": null,
"is_bot": false,
"headline": "docs: document GetDisplayName() in README",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T10:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5d32817dc4d00f7910e44eea7f42111be4d7b0",
"body": "Adds GetDisplayName() to ClaimsExtensionsStandard with support for\nOIDC, WS-Fed, Azure AD and Auth0 claim types. Falls back to email\nprefix (title-cased) when no name claims are available.\n\nResolution priority: name, ClaimTypes.Name, nickname, given_name +\nfamily_name, ClaimTypes.GivenName + ClaimTypes.Surname,\npreferred_username (non-email), email prefix fallback.",
"is_bot": false,
"headline": "feat: add GetDisplayName() extension for ClaimsPrincipal",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T10:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171bd9dec90fc29122b9796d830512fb9c10c161",
"body": null,
"is_bot": false,
"headline": "update instructions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-05T10:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f29f5611dd85e79c425dbd033693ad1a9cfb7c41",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #33 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T16:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da29612cbf2ebf14ed616bfccccc306b4c9af10d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/documentation' into develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T16:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562df5d5d9df1b2ba024c6dcd2389a1ebf1b7fc7",
"body": null,
"is_bot": false,
"headline": "feat: documentation complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T16:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0019322c94c593d8e683d8afa023fe9887e913",
"body": "- Root README: installation guide, package comparison, feature tables\n- Tharga.Toolkit/README.md: code examples for Hash, Base32, Claims, URI, ApiKey\n- Tharga.Toolkit.Standard/README.md: code examples for all 15+ features\n- Both .csproj: add PackageTags, PackageLicenseExpression, RepositoryUrl",
"is_bot": false,
"headline": "docs: rewrite READMEs with examples and update NuGet metadata",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T16:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ab2fddfd1ab349f45b6f8351b2871b562ae9e5",
"body": "Add /// <summary> documentation to all public classes, methods, and\nproperties across both Tharga.Toolkit and Tharga.Toolkit.Standard.\nCovers 49 source files including Hash, Claims, Uri, Base32, Compare,\nTimer, Collections, String, DateTime, Enumeration, Luhn, and more.",
"is_bot": false,
"headline": "docs: add XML documentation comments to all public APIs",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T16:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6563254194b06bc5770d12196a1ee580120a710",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/test-coverage-toolkit' into develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c67dae06f3af02191a35b3704fe58e15ed1896",
"body": null,
"is_bot": false,
"headline": "feat: test-coverage-toolkit complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128c7536987bc76dc1d94cb51884cdd1ab22b708",
"body": "…async enumerables, IdentityKey, ApiKeyServiceRegistration\n\nAdd 44 new tests covering all 6 previously untested Toolkit files:\n- UriExtensionsTests (7 tests)\n- Base32EncodingTests (11 tests)\n- ClaimsExtensionsTests (15 tests)\n- EnumerableExtensionsAsyncTests (5 tests)\n- IdentityKeyTests (4 tests)\n- ApiKeyServiceRegistrationTests (2 tests)\n\nAll 481 tests pass (317 Toolkit + 164 Standard).",
"is_bot": false,
"headline": "test: add tests for UriExtensions, Base32Encoding, ClaimsExtensions, …",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c633ba7fdffce9296f34fc2679787d28e721718",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/test-coverage-standard' into develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0eaf7a2f728bffe8c4e1b2d618bdd1f009f869",
"body": null,
"is_bot": false,
"headline": "feat: test-coverage-standard complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a42413302a53fe5e51b3464c4e86c69b21277b6",
"body": "…ngOptions, EnumerableExtensions\n\nAdd 33 new tests covering the remaining untested Standard modules:\n- ManagedTimerTests (14 tests) — lifecycle, events, cancellation\n- DurationStringOptionsExtensionsTests (6 tests) — en/sv cultures\n- TimeSpanStringOptionsExtensionsTests (4 tests) — en/sv cultures\n- EnumerableExtensionsTests (9 tests) — IsNullOrEmpty, EmptyIfNull, RandomOrder, TakeRandom\n\nAll 437 tests pass (273 Toolkit + 164 Standard).",
"is_bot": false,
"headline": "test: add tests for ManagedTimer, DurationStringOptions, TimeSpanStri…",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T14:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de150bfb9cf35dbd9c4800a4ed8e98ccd6627d7",
"body": "…xceptionExtension, Claims, collections, SemaphoreExecutor\n\nAdd 79 new tests covering eight previously untested Standard modules:\n- EnumerationTests (8 tests)\n- EnumExtensionsTests (4 tests)\n- IntegerExtensionsTests (13 tests)\n- ExceptionExtensionTests (8 tests)\n- ClaimsExtensionsStandardTests (21 tests)\n- ConcurrentTwoLevelDictionaryTests (7 tests)\n- ObservableConcurrentDictionaryTests (15 tests)\n- SemaphoreExecutorTests (3 tests)",
"is_bot": false,
"headline": "test: add tests for Enumeration, EnumExtensions, IntegerExtensions, E…",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T13:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d584fec3769c7d9c3add7bbb83a02e268f5d9da8",
"body": "Add 48 new tests covering four previously untested Standard modules:\n- StringExtensionTests (23 tests)\n- PasswordHasherTests (7 tests)\n- OrgNoExtensionsTests (7 tests)\n- ByteSizeExtensionsTests (11 tests)",
"is_bot": false,
"headline": "test: add tests for StringExtension, PasswordHasher, OrgNo, ByteSize",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T13:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbaa45be0feaa92704e3feb3a1d0f85a9aec9d4e",
"body": "Add CLAUDE.md with session, testing, and workflow guidelines.\nAdd mission.md with project context.\nAdd settings.json for Claude Code permissions.\nUpdate .gitignore to exclude local settings.",
"is_bot": false,
"headline": "docs: add claude project configuration",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T13:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721de845b5d37e13fdeea4d3f095d2d4ed446f61",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T09:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b36ffe5b92058be416efb18378d3f6679eb250",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-02-14T12:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec02c9c9d878b491510482da1d244d63a17758a8",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #32 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-01-31T11:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07d45c9a39805d6dfdd62b4e648a3349e598b01",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2026-01-31T11:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3dc803828d0584c37556b22e0bf14d95b65f04",
"body": null,
"is_bot": false,
"headline": "add uri extension",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-01-02T03:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36328004f4f5746baa7758e6ddbe7589f5eb1b3e",
"body": "add logger helper methods",
"is_bot": false,
"headline": "Merge pull request #31 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-28T17:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "874842588ff66a245f817d16cb2031e0e49b1fcd",
"body": null,
"is_bot": false,
"headline": "add new data methods",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2025-12-28T08:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2756f3f4079d254baca0456204652c450d526f1",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #30 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-20T01:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c21ac3667a3e6a8874b20f3162da430d6ac55d",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-20T01:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d53efff8512a87220f15b1461f7c508ee491489",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' of https://github.com/Tharga/Toolkit into develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-20T00:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667d8d67378baa1df71708bf2a72e05554963c72",
"body": null,
"is_bot": false,
"headline": "add truncate string feature",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-16T07:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cdc3abaacc8441d8f667291ca8a680dcc52cb25",
"body": null,
"is_bot": false,
"headline": "update string handler",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2025-12-16T01:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96771e4c75b19cb130ae9de3d3a1e12fcd06b7f4",
"body": null,
"is_bot": false,
"headline": "add more tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-03T14:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92186b9055d1f601772d968b6938d759f17dd52",
"body": "fix uri to hash",
"is_bot": false,
"headline": "Merge pull request #29 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-01T20:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48288ec122a9ff9410a7d1faa02e36c375d0426e",
"body": null,
"is_bot": false,
"headline": "fix uri to hash",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-01T20:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0c3b3dc0624746b4a2a142097544beae029b12",
"body": "null handling for hash",
"is_bot": false,
"headline": "Merge pull request #28 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-01T13:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c47979b373f2d4a773fcda654a71879830dbe8",
"body": null,
"is_bot": false,
"headline": "null handling for hash",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-01T12:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc36d3e3567e6d3d9efc9b614c1f5d0fe4a0d2d",
"body": "do not automatically convert id key to string",
"is_bot": false,
"headline": "Merge pull request #27 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-30T15:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90ea66b46bf098591cffdee26a15bffecbced2d1",
"body": null,
"is_bot": false,
"headline": "do not automatically convert id key to string",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-30T14:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f129a85b8fbe64242a5c60f6832007adaed33c",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #26 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T13:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d0955ffa85e38811afb42fef0cfab8061f52e6",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T12:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7556c59b74d89f9a7bdc8b0d72e342dbe05f4024",
"body": null,
"is_bot": false,
"headline": "update time naming",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T12:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4770053bd2712331013c86d7e24b710db15bff97",
"body": null,
"is_bot": false,
"headline": "better hash support",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T12:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d58f9e9e997f90fb7fa0b60877f5a915471059",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #25 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T00:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a4627b4669a34f33999d662fa6ec81c9485c7e",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T00:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d8fa44d072883d6e9cf2061fa1e7c47031bfdc",
"body": null,
"is_bot": false,
"headline": "update hash",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-25T00:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a125b343a9489482185591a894631218956b7fa2",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #24 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedac9acf7ce8db65d419f014f54f505272b0307",
"body": null,
"is_bot": false,
"headline": "update identity and key handling",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e72fe20f5579483745a1aac60bebabcbbb0ab26",
"body": null,
"is_bot": false,
"headline": "add support for .NET 10",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5b845f0f0040a46bb3ed30f5bf796b4d119814",
"body": null,
"is_bot": false,
"headline": "update claims extension",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-03T20:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4a0f452659b6d857d493c3345561aae35adbd6",
"body": "extract test toolkit to separate repo",
"is_bot": false,
"headline": "Merge pull request #23 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T14:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77d7539a2c2c5133905fa3e6038a364ddc46594",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T14:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3472d92d641304246695c21e2c10c1696854fccd",
"body": null,
"is_bot": false,
"headline": "extract test toolkit to separate repo",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T14:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9342cb8fc025c812d4ab560facc8f979ae2fd890",
"body": "extract type service to Tharga.Runtime",
"is_bot": false,
"headline": "Merge pull request #22 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T09:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24fe1a58550769723eb679037240cd2e0fff67d8",
"body": null,
"is_bot": false,
"headline": "extract type service to Tharga.Runtime",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T08:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e53fab79a20b8f312d42d597d48b8c5f96c4610",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #21 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-31T07:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2afacbdc35c313123625d85bc039d0d16598b409",
"body": null,
"is_bot": false,
"headline": "pick email from name claim",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-31T07:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34cb4eb712b03697d946afcf74ee9b21024b9c69",
"body": null,
"is_bot": false,
"headline": "add password and api key services",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-30T05:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4dc9c647907871c86e34b9eb28917a8acfb249d",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #20 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-27T12:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a77a88a4f2da59b74d28f309105cd95addcfd5d",
"body": null,
"is_bot": false,
"headline": "update namespace",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-27T12:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8ed95afc639f92b5a2d076d0501658dc5de05f",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T10:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1dfbd4b807f2ad304a8193e81ba16118d57c7f5",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T10:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0bbace2258b43e8318f1aa3e71a8e048adfbdf4",
"body": null,
"is_bot": false,
"headline": "add user and size extensions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-14T15:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc5d365f8bce10c75d0a2c99eb15e27a5a413ad",
"body": "remove invalid reference",
"is_bot": false,
"headline": "Merge pull request #19 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-14T00:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92dfd05d6e94ba4aba27986cb6a9438ed5f9ef62",
"body": null,
"is_bot": false,
"headline": "remove invalid reference",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-13T23:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ccd89544483f3115e37c101d07d22989fc52c8",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #18 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-13T18:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978e377d91b395763ceed09e11d32e763753b64c",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-13T18:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d79ce503f5e5819f248268053a14bce657f9570",
"body": null,
"is_bot": false,
"headline": "add nuget dependency info",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T08:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09d6678a7c91a6eb5166976624f0dae3664b349a",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #17 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-08-16T17:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f678c9ebcf8e46870440fe592641d459bcbaf59",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-08-16T16:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248cd089ea1001ba5d2e722f3c58b2e8eeee8f64",
"body": null,
"is_bot": false,
"headline": "add more string extension features",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-08-16T16:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830272a8d2a02fafb8d143126354dced8d5fdf23",
"body": "update nuget packages",
"is_bot": false,
"headline": "Merge pull request #16 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-08-05T16:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f77d2bdbb3b157a6a4f1c60433bcbc2c2887093",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-08-05T16:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8c8ad290d505bc95b40fb1ca47bad970d83d02e",
"body": "add symbols to standard package",
"is_bot": false,
"headline": "Merge pull request #15 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-22T18:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35e6c553b00dda0cdef8e498249f28bbbc52246",
"body": null,
"is_bot": false,
"headline": "add symbols to standard package",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-22T17:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed39e0fff03f781c631dc06d91a12a221bebeade",
"body": "add symbols",
"is_bot": false,
"headline": "Merge pull request #14 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-22T14:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d6c688b317bd5a98bc3bdb3f1e1305ceef34e7",
"body": null,
"is_bot": false,
"headline": "add symbols",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-22T14:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0cfc1e9fa098a4b0008b9fccc0d403d9e4575c8",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #13 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-21T07:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed2bface1fe123c56aef3c5bc32a89c3e8c42cc5",
"body": null,
"is_bot": false,
"headline": "Update service registrations by type.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-21T07:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946099a85ecd54c54f95f9733c5b3e1efad91ea2",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-21T06:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a799c94cd4bcdacb4e61a1fe4656b280959057ad",
"body": null,
"is_bot": false,
"headline": "add tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-21T06:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5d08d5684f7553e4770aaf5d1230996e559463",
"body": "get assemblies based on a type.",
"is_bot": false,
"headline": "Merge pull request #12 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-07-19T21:06:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 91,
"latest_release_at": "2026-06-08T09:17:23Z",
"latest_release_tag": "1.15.25",
"releases_from_tags": false,
"days_since_last_push": 47,
"active_weeks_last_year": 21,
"days_since_latest_release": 47,
"mean_days_between_releases": 20.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Tharga.Toolkit.Standard",
"exists": true,
"license": null,
"keywords": [
"toolkit",
"utilities",
"extensions",
"compare",
"timer",
"datetime",
"luhn",
"password",
"collections",
"string"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Tharga.Toolkit.Standard",
"is_deprecated": false,
"latest_version": "1.15.25",
"repository_url": "https://github.com/Tharga/Toolkit",
"versions_count": 94,
"total_downloads": 74253,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-08T09:17:19.837000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 47
},
{
"name": "Tharga.Toolkit",
"exists": true,
"license": null,
"keywords": [
"toolkit",
"utilities",
"extensions",
"hash",
"claims",
"apikey",
"base32",
"uri",
"datetime",
"luhn",
"compare"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Tharga.Toolkit",
"is_deprecated": false,
"latest_version": "1.15.25",
"repository_url": "https://github.com/Tharga/Toolkit",
"versions_count": 187,
"total_downloads": 335472,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-08T09:17:18.557000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 47
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"Tharga.Toolkit.Standard/Tharga.Toolkit.Standard.csproj",
"Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"Tharga.Toolkit/Tharga.Toolkit.csproj"
],
"largest_source_bytes": 31798,
"source_files_sampled": 109,
"oversized_source_files": 0,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 1283
},
"dependencies": {
"manifests": [
"Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"Tharga.Toolkit.Standard/Tharga.Toolkit.Standard.csproj",
"Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"Tharga.Toolkit/Tharga.Toolkit.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 17,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "AutoBogus",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.13.1"
},
{
"name": "AutoFixture",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.18.1"
},
{
"name": "FluentAssertions",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "8.10.0"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.6.0"
},
{
"name": "Moq.AutoMock",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.0.2"
},
{
"name": "Tharga.Test.Toolkit",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "1.14.10"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.5"
},
{
"name": "xunit.v3",
"manifest": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "AutoBogus",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.13.1"
},
{
"name": "AutoFixture",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.18.1"
},
{
"name": "FluentAssertions",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "8.10.0"
},
{
"name": "Microsoft.Extensions.Configuration",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.Extensions.Configuration.Binder",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.6.0"
},
{
"name": "Moq.AutoMock",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.0.2"
},
{
"name": "Tharga.Test.Toolkit",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "1.14.10"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.5"
},
{
"name": "coverlet.msbuild",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.1"
},
{
"name": "coverlet.collector",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.1"
},
{
"name": "xunit.v3",
"manifest": "Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"manifest": "Tharga.Toolkit/Tharga.Toolkit.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.Extensions.Options",
"manifest": "Tharga.Toolkit/Tharga.Toolkit.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "Tharga.Toolkit/Tharga.Toolkit.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "Tharga.Toolkit/Tharga.Toolkit.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.300"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "AutoBogus",
"direct": true,
"version": "2.13.1",
"ecosystem": "nuget"
},
{
"name": "AutoFixture",
"direct": true,
"version": "4.18.1",
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": true,
"version": "10.0.1",
"ecosystem": "nuget"
},
{
"name": "coverlet.msbuild",
"direct": true,
"version": "10.0.1",
"ecosystem": "nuget"
},
{
"name": "FluentAssertions",
"direct": true,
"version": "8.10.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Binder",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "18.6.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.SourceLink.GitHub",
"direct": true,
"version": "10.0.300",
"ecosystem": "nuget"
},
{
"name": "Moq.AutoMock",
"direct": true,
"version": "4.0.2",
"ecosystem": "nuget"
},
{
"name": "Tharga.Test.Toolkit",
"direct": true,
"version": "1.14.10",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": true,
"version": "3.1.5",
"ecosystem": "nuget"
},
{
"name": "xunit.v3",
"direct": true,
"version": "3.2.2",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 17,
"direct_count": 17,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 42,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "poxet",
"commits": 186,
"avatar_url": "https://avatars.githubusercontent.com/u/1822352?v=4"
},
{
"type": "User",
"login": "DanielBohlin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/8456716?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.984
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"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/10 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": "15 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": 8,
"reason": "SAST tool detected but not 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": "134b3d405b52394570e3160962f4275eb5913f24",
"ran_at": "2026-07-26T00:00:02Z",
"aggregate_score": 3.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-06-08T09:18:27Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-08T09:13:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Tharga/Toolkit",
"host": "github.com",
"name": "Toolkit",
"owner": "Tharga"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 49,
"vitality": 72,
"community": 36,
"governance": 55,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 91,
"human_commit_share": 1,
"days_since_last_push": 47,
"active_weeks_last_year": 21
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 47 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 47
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "91 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 91
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 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": 90,
"inputs": {
"releases_count": 3,
"latest_release_tag": "1.15.25",
"releases_from_tags": false,
"days_since_latest_release": 47,
"mean_days_between_releases": 20.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 47 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 47
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~20.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 20.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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 47,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 47 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 47
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 73,
"inputs": {
"packages": [
"Tharga.Toolkit.Standard",
"Tharga.Toolkit"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 409725,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "409,725 downloads all-time across nuget",
"points": 58.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 409725,
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.984
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 42,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "42/42 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 42,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Tharga",
"public_repos": 18,
"account_age_days": 4005
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of Tharga",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "Tharga"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~10 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Tharga.Toolkit.Standard",
"Tharga.Toolkit"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 47
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 47 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 47
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "187 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 187
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "15 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 detected but not run on all commits",
"points": 4,
"status": "partial",
"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": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 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
}
]
}
],
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.5,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 1283
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".claude/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".claude/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "50 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 50,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj",
"Tharga.Toolkit.Standard/Tharga.Toolkit.Standard.csproj",
"Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj",
"Tharga.Toolkit/Tharga.Toolkit.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj, Tharga.Toolkit.Standard/Tharga.Toolkit.Standard.csproj, Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Tharga.Toolkit.Standard.Tests/Tharga.Toolkit.Standard.Tests.csproj, Tharga.Toolkit.Standard/Tharga.Toolkit.Standard.csproj, Tharga.Toolkit.Tests/Tharga.Toolkit.Tests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 31798,
"source_files_sampled": 109,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/109 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 109,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-26T00:00:18.878752Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Tharga/Toolkit.svg",
"full_name": "Tharga/Toolkit",
"license_state": "standard",
"license_spdx": "MIT"
}