原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3048,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 246309
},
"pushed_at": "2026-07-26T15:15:30Z",
"created_at": "2025-10-18T09:25:27Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T14:39:05Z",
"description": "Tharga Reporter generates PDF and prints pdf-documents and send then m diretly to the printer",
"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": 4006
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2026-07-26T15:15:30Z"
},
{
"tag": "2.3.7",
"kind": "patch",
"published_at": "2026-06-08T07:08:02Z"
},
{
"tag": "2.3.6",
"kind": "patch",
"published_at": "2026-06-07T22:26:30Z"
},
{
"tag": "2.3.5",
"kind": "patch",
"published_at": "2026-05-14T16:36:11Z"
},
{
"tag": "2.3.4",
"kind": "patch",
"published_at": "2026-04-28T20:52:38Z"
}
],
"recent_commits": [
{
"oid": "0bb44fd89ff23aec7292853c26a43f8afc787b9e",
"body": "feat!: drop net8.0/net9.0 and bump dependencies (→ 2.4.0)",
"is_bot": false,
"headline": "Merge pull request #10 from Tharga/chore/dependency-patch-bumps",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T14:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee7816019c9231c247c59fb94c7a50f82bc6b60",
"body": "UnitRectangle defines ==/!= and overrides Equals but had no GetHashCode,\nwhich the compiler reported as CS0659 and CS0661. Equal rectangles\nproduced different hash codes, so the type misbehaved in any hash-based\ncontainer. It now hashes the same six values Equals compares.\n\nUnitValue is a struct, so\n[…]\never yields null, and\nboxing both operands never yields the same reference. Both paths already\nfell through to Equals, so the operators now call it directly, which is\nequivalent and avoids the boxing.",
"is_bot": false,
"headline": "fix: give UnitRectangle a GetHashCode, drop dead struct null checks",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T13:58:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8449dfae37ade7104b649cd22c4b515f5249266",
"body": "Dependencies\n- Tharga.Runtime 0.1.15 -> 1.0.0, Tharga.Test.Toolkit 1.14.11 -> 1.14.12\n and Tharga.Mcp 0.1.7 -> 1.0.0, where referenced. Tier 0 is released, so\n these are the versions the tier builds against.\n\nAssembly version\n- The version is now computed before the build and passed as -p:Version.\n[…]\nis deliberate; Tharga packages\n reference their icon from https://thargelion.net/assets/ so icons are\n maintained centrally and can change without republishing.\n\nCI\n- SDK install narrowed to 10.0.x.",
"is_bot": false,
"headline": "chore: consume tier 0 releases, stamp assembly version, suppress NU5048",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T13:41:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8b354106901d91ba01833cd1c6e805e6a4b0df0",
"body": "The GitHub Actions workflow was not reachable from the solution, so editing\nit meant leaving the IDE. LICENSE likewise. Both are now listed under\nSolution Items.",
"is_bot": false,
"headline": "chore: list the CI workflow and LICENSE in solution items",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T11:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6bf6dd40bc73ca9bef27f353bd38115082fc04",
"body": "The backlog path was hardcoded to c:\\Users\\danie\\SynologyDrive\\..., which\nonly resolves on one machine under one account. Shared instructions say to\nresolve $DOC_ROOT from ~/.claude/settings.json, where it is defined.\n\n10 of 15 sub-projects had the hardcoded form; the other 5 already used\n$DOC_ROOT. This aligns them.",
"is_bot": false,
"headline": "chore: use $DOC_ROOT for the backlog path in mission.md",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T11:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30af930f4b1869a8ed8df44371773ed72842706a",
"body": "The package version is computed by CI and passed as -p:PackageVersion at\npack time, so the <Version> in each csproj was never used for the published\npackage — it only misled. Mcp read 0.1.0 while the build shipped 0.1.x/0.2.x.\n\nRemoving it makes the build the single source of truth for the version.",
"is_bot": false,
"headline": "chore: remove <Version> from project files",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T09:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232d35b1b1ce2a255c1cdb13ab22513c447227be",
"body": "BREAKING CHANGE: removes the net8.0 and net9.0 target frameworks.\nConsumers must be on .NET 10. Both frameworks reach end of support on\n2026-11-10, so they are dropped together rather than in two steps.\n\n- Tharga.Reporter: net8.0;net9.0;net10.0 -> net10.0\n- Tharga.Reporter.Console already net10.0\n\nBumps MAJOR_MINOR 2.3 -> 2.4 so this ships as a minor release, not a\npatch — a patch that removes a target framework would break consumers\ntaking a routine update.",
"is_bot": false,
"headline": "feat!: drop net8.0 and net9.0, target net10.0 only",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T09:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56c37cabfab087b5b937a6b582fdb1e0578877a",
"body": "External (patch):\n- System.Drawing.Common 10.0.8 -> 10.0.10\n- Microsoft.SourceLink.GitHub 10.0.300 -> 10.0.301\n\nInternal:\n- Tharga.Test.Toolkit 1.14.10 -> 1.14.11 (tests)\n\nNote: Aspose.BarCode 26.5.0 -> 26.6.0 deliberately excluded (minor, not patch).",
"is_bot": false,
"headline": "chore(deps): bump patch-level and internal Tharga.* versions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T00:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee48deb89d23de17747d279c4f3d8e57eb13f0dd",
"body": "feat: docs-and-icon complete",
"is_bot": false,
"headline": "Merge pull request #9 from Tharga/feature/plan-cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T06:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e204c52009a22b4bdbd79854484e4d408188f8e1",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T06:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a878e498204b2ace47ed9b6ae509d5b33d464fb5",
"body": "Plan archived to $DOC_ROOT/Tharga/plans/Toolkit/Reporter/done/docs-and-icon.md.\nFeature shipped in PR #8 as v2.3.6.",
"is_bot": false,
"headline": "feat: docs-and-icon complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-08T06:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa7a59476751ac60150400f0b15c251354217e6",
"body": "Docs site at reporter.tharga.net + PackageIconUrl migration",
"is_bot": false,
"headline": "Merge pull request #8 from Tharga/feature/docs-and-icon",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-07T22:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16283bbdec49f1c0f2ae033939fc7d6fdc01721a",
"body": "Mirrors the Tharga.Console pattern (PR #35):\n\n- PackageIconUrl in Tharga.Reporter.csproj now points at\n https://thargelion.net/assets/component-reporter.png (was a\n WordPress upload URL on thargelion.se).\n- DocFX site under docs/ with index, 4 articles\n (getting-started, templates, elements, data\n[…]\n docs-deploy) chained after release.\n- README links to reporter.tharga.net and includes a short\n description matching the docs landing page.\n- .gitignore excludes docs/_site and docs/api (generated).",
"is_bot": false,
"headline": "feat: docs site at reporter.tharga.net + PackageIconUrl migration",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-07T22:03:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b64539b81f1f1cd3d3a640fbb7a0186acc69e181",
"body": "Update NuGet packages",
"is_bot": false,
"headline": "Merge pull request #7 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T16:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b15384af2b254ecf786291918c1e0dd9855e63",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T16:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511474a5e68fa26121c9219f54280939c3f375f8",
"body": "fix(ci): split Pack step to fix prerelease version mismatch",
"is_bot": false,
"headline": "Merge pull request #6 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-29T10:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38bc46677ea13b501f3fe39dca21d54ce2212e84",
"body": "Pattern adopted from Tharga.Blazor/Mcp/Wpf. The single Pack step\nin the Crawler reference template always stamps the stable\nversion; on a PR run the prerelease job would push that stable\n.nupkg under a pre-release tag, and --skip-duplicate would then\nblock the actual master release.\n\nNow the build job packs the stable version only on push to\nmaster, and the pre-release version only on pull_request.",
"is_bot": false,
"headline": "fix(ci): split Pack step to fix prerelease version mismatch",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-29T08:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7886d35ff05150838c05af444506adae149c7fa",
"body": "Migrate CI/CD to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #5 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3881cc5e201e0ef674a38f1e23cf322251b027",
"body": "Tharga.Reporter is a Windows-only library by design (uses\nSystem.Drawing.Common, Aspose.BarCode, PdfSharp.MigraDoc.Standard\nwith GDI+ rendering). The CA1416 platform analyzer flags every\nSystem.Drawing call site, producing ~150 warnings locally and\n~300 in CI (build graph traversal duplicates per-target output).\n\nAdding CA1416 to <NoWarn> drops the count to 15 locally. Lower\nthe workflow threshold from 200 to 100 so it remains meaningful.",
"is_bot": false,
"headline": "fix(ci): suppress CA1416 to drop warning count under threshold",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fda3d5f111ba61d87ca0ac57aaf763387f260646",
"body": "Workflow validated locally and ready to run on master. Plan\narchived to $DOC_ROOT/Tharga/plans/Toolkit/Reporter/done/.",
"is_bot": false,
"headline": "feat: github-actions-cicd complete",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b289867519f9fb2d54b4c12e66191503f78cf8f9",
"body": "Replaced by GitHub Actions workflow in 1b742fa. Disable the\npipeline in the Azure DevOps project UI to stop scheduled runs.",
"is_bot": false,
"headline": "chore: remove Azure DevOps pipeline files",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b742fa2570339bab53965361795cca67ff77e24",
"body": "Add .github/workflows/build.yml adapted from the Tharga.Crawler\ncanonical reference. Configured for Reporter:\n\n- runs-on: windows-latest (System.Drawing.Common + Aspose.BarCode\n are Windows-runtime dependent)\n- MAJOR_MINOR=2.3 (continues stream from latest tag 2.3.3)\n- Test filter preserves AzDo's \n[…]\n baseline\n\nAzure DevOps pipeline (azure-pipelines.yml + buildnumber.yml) is\nleft in place until the new workflow is verified on master; it\nwill be removed in a follow-up commit after AzDo is disabled.",
"is_bot": false,
"headline": "feat: migrate CI/CD to GitHub Actions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:19:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8feed55532140b3166fdd26df901849182a902f",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T20:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3d558af1a7aab53561c838e0991f4c274ba46aa",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #4 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T06:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d2ba693389c22c68c77585e5dc906234153381",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T06:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853cbe414ccc7bff1bff88a3ad4edbed41a0580a",
"body": null,
"is_bot": false,
"headline": "update instructions",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2026-04-16T06:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9a840dac94b01a89812ade12f2e97c41fb9129",
"body": "…elop",
"is_bot": false,
"headline": "Merge branch 'develop' of https://github.com/Tharga/Reporter into dev…",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2026-03-27T22:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27012c1fbf6596024fea82ca6259187e3681998c",
"body": null,
"is_bot": false,
"headline": "update packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T13:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad567f6658ff02b83735a26254b6646af7992101",
"body": null,
"is_bot": false,
"headline": "make project build",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2026-03-08T09:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c263c36f58bb431d416edde775156c8107bc7ba",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-12-28T15:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f24bd26d67f48a0121d8910ffd9e2752daa27e90",
"body": null,
"is_bot": false,
"headline": "support for custom size",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-24T17:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6237e682311bc5aab494e54f5a89ffd100511a02",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #3 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e092c3329d6986d9e209d896ed41f9af098182",
"body": null,
"is_bot": false,
"headline": "add support for .NET 10",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718702b0965c0c4e6393ac33b1d24e8ceced78f7",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-02T11:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bfcfe7d0d106107db85fe3da405e64b6083132e",
"body": null,
"is_bot": false,
"headline": "add version to assembly",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T21:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac28fbd32c0f41ca1a2642e73bed66efa9ba212",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-30T05:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02d4246297d86968bc8bc574a24cea096da1138",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #2 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T10:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6057eefad8faea0d06eb95a7eca3732679fbf27",
"body": null,
"is_bot": false,
"headline": "do not push nuget packages locally",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T09:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7b80c0c80764c0469353baacab4e6726b92f8f",
"body": null,
"is_bot": false,
"headline": "add license",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T09:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56cbd08ad2b3eb71e3fe552e0ef016c42dfb104c",
"body": null,
"is_bot": false,
"headline": "push symbols to nuget.org",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-10-18T09:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f55b11fe62eb35b07affdf4277835193680c54d",
"body": null,
"is_bot": false,
"headline": "update build",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T10:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807e15cbfa60d7a2cd6730445e8dc0a28a75d6cc",
"body": null,
"is_bot": false,
"headline": "update build",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T10:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85dfc4d45e25d5ef5b0b474f353c17cb9e94d213",
"body": null,
"is_bot": false,
"headline": "update build",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T09:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f77bf53e8e48d81e06c3bed69ce01e6b769fa65",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T09:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80eaf232ad13d7628bf4cf93e7e94c1d16c8d07",
"body": null,
"is_bot": false,
"headline": "upgrade to .NET 9",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-09-06T09:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ed00bb07879f901e0e736506bbd4ac9d6281bd",
"body": null,
"is_bot": false,
"headline": "fix some tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-25T03:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b252ad4c4de11fa99edef573ade8b97f3bdac0",
"body": null,
"is_bot": false,
"headline": "Update azure-pipelines.yml for Azure Pipelines",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-25T00:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9feffedacdbc8f7278e2f7d79893f4e47b985474",
"body": null,
"is_bot": false,
"headline": "Update azure-pipelines.yml for Azure Pipelines",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-25T00:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3574b6e75d4fd5399ff4cd7960b5b09fb2ed4fc",
"body": null,
"is_bot": false,
"headline": "Update azure-pipelines.yml for Azure Pipelines",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7389a116154fd8920020ee795338919e46219bc",
"body": null,
"is_bot": false,
"headline": "Update azure-pipelines.yml for Azure Pipelines",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2e5f8a8bf2679abd435f59ae04bd8cbaa64691",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d3fe8dfc297b5cefe9311a005ba4cabf7c3952",
"body": null,
"is_bot": false,
"headline": "update project path",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c9b44232b248438ddde3c594fe1ac5a4e17c31",
"body": null,
"is_bot": false,
"headline": "update namespaces",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087f86d4d3aab7a366dd24c19913d3588faf7111",
"body": null,
"is_bot": false,
"headline": "skip tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f871f122b7a4d383fd53428fb0c3f7ae724ea7f4",
"body": null,
"is_bot": false,
"headline": "update project",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5b41fe56a89aaf2808f4ccdf31a3729a6cd181",
"body": null,
"is_bot": false,
"headline": "create generator for plastic card",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T23:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8681b8cb3e8c765aaf06df4ba4634bc92a87fd58",
"body": null,
"is_bot": false,
"headline": "upgrade to .net 6",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2022-01-24T21:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ed2ff667321f93fa6784a7fcd092c3a82eb440",
"body": null,
"is_bot": false,
"headline": "Ignored some tests with internal stuff.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T22:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d13895edbb29015a89f5ea1c89dc34679811af",
"body": null,
"is_bot": false,
"headline": "Added tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T22:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9b0d6ec8ccbad987e728b18cc19a162d95fb91",
"body": null,
"is_bot": false,
"headline": "Excluded tests.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4a4db6d2f24f9117998a9ca5d723c4271c5e2b",
"body": null,
"is_bot": false,
"headline": "Updated cert again.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T21:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7237436925fdafde511fd48e4d050eed72ae6d5f",
"body": null,
"is_bot": false,
"headline": "Updated password",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T21:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1941a466934518f57b8995cdb47b9745f56a6ccc",
"body": null,
"is_bot": false,
"headline": "Strongly signed.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-31T21:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f382b97871a06c0b9a0de0bc02c186bce6488eb9",
"body": null,
"is_bot": false,
"headline": "Hide print process dialog.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-07-26T10:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e9d6a98f60310132f5f423e029b2a86d64dbda",
"body": null,
"is_bot": false,
"headline": "Updated serialization of table data rows and groups.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-06-09T12:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69dce4dd5f179956b2498f9f1a7d4dbce218fb05",
"body": null,
"is_bot": false,
"headline": "Added build configuration for CI build in TeamCity.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-06-09T07:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7059400973d54d780f4d058c1beda6ab54dc0c98",
"body": null,
"is_bot": false,
"headline": "Grouping of tables and handle newline in texts.",
"author_name": "Daniel Bohlin",
"author_login": null,
"committed_at": "2014-06-03T15:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98be90a90452ea191751b2334f8e3fb387d267e",
"body": null,
"is_bot": false,
"headline": "Throwing a clear exception when a column does not have a width.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-03-30T13:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09da162b2e6e1ba9de9435af589ddcfd8d1fb4ba",
"body": null,
"is_bot": false,
"headline": "Added style cop config.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2014-03-30T13:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d30a38db8d8f8eda2e7868b66d40bb61c653e5",
"body": null,
"is_bot": false,
"headline": "Updated barcode",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-30T21:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e5adac20340c82f33afc39564a6156cf08b793",
"body": "….rubicon-net.com/tharga-reporter",
"is_bot": false,
"headline": "Merge branch 'master' of http://tharga-reporter.service.gitrepository…",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-30T20:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf84b7e74831c7aaba06256d6fd6fd430c5cc9c",
"body": null,
"is_bot": false,
"headline": "New barcode renderer.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-30T20:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88e0ec61799e12846af59c036c2376cfa5d65f3",
"body": null,
"is_bot": false,
"headline": "Created a website for reporter.thargelion.net",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-25T23:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1958cca38bf6d238795ddcfe186f6f6ba5384a3",
"body": null,
"is_bot": false,
"headline": "Trimmed whitespace at the end of strings. Bugfix for print rendering.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-17T18:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da6e044436f7175e5dcb974ee6894c9b12d90a8",
"body": null,
"is_bot": false,
"headline": "Fixed table bug",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T21:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f839e0e0b5d95ab3a09f1cc55361764475cab3",
"body": null,
"is_bot": false,
"headline": "Added rendering tests for reference point",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T20:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b061c02c8d8534851aaeb47dfad3ed477de0ab0c",
"body": null,
"is_bot": false,
"headline": "Serialize document data",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T19:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b86a70327d2be6fc94473663c8bdcdfb3f5a80",
"body": null,
"is_bot": false,
"headline": "Serialize data",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T18:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3a805a8c80c25054b52185dc487b0a4de1ce1c",
"body": null,
"is_bot": false,
"headline": "Added not visibility rendering for all elements",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T15:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a213aa77c15bdb3acc6919f8c7da46440ccaaf7",
"body": null,
"is_bot": false,
"headline": "Added tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T14:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e227959e40da59584e0f712455633c38f514c95",
"body": null,
"is_bot": false,
"headline": "Added tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T10:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24980eb34b91cd3c2c91ec54912694c0c2ed0d0f",
"body": null,
"is_bot": false,
"headline": "Updated tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-15T09:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ca00f1f5742527c4588d0284d455a56159872ec",
"body": null,
"is_bot": false,
"headline": "Tests for rendering rectangle",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T18:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d041b2960a3e3812d22be51962bc7c652ab69eaf",
"body": null,
"is_bot": false,
"headline": "Fixed stacking for invisible elements",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T17:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f3fa8a530daeb4b8a033ad0d13027873942b72",
"body": null,
"is_bot": false,
"headline": "Removed two ways of rendering rectangles.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb7a91c2a91baf1ef94786b36145cfbabfc7aff",
"body": null,
"is_bot": false,
"headline": "The build should fail when there is a failing test.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c755f8e0ad00980ed12561627a66931423738e",
"body": null,
"is_bot": false,
"headline": "Disable rendering tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c8659a3a6a5686620006d25d9384a97d45a988",
"body": null,
"is_bot": false,
"headline": "Added pdfsharp and migradoc to test project",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7c038347bc3ed142945df162c4bd20c8efefddf",
"body": null,
"is_bot": false,
"headline": "Added rendering test",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac23ba87fa13ebc3d9cfbf3641329619015c54c",
"body": null,
"is_bot": false,
"headline": "Project file updated",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T16:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea972e10b2ba32be8116c64c57beb8c7e51d346",
"body": null,
"is_bot": false,
"headline": "Implemented code for graphics actions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T15:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b9a7a71911220fd51185666c425e16a629c283",
"body": null,
"is_bot": false,
"headline": "Rendering is now mockable so that it can be tested.",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T15:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c384f4ce90d08bae4ef2f5543bde4ffedf976491",
"body": null,
"is_bot": false,
"headline": "Renamed test project to tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T13:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a0d90a4ecde3c0444aa47b9ade2594b73e73576",
"body": null,
"is_bot": false,
"headline": "Moved tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T13:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed2f23bbd1a4e50c6b97e0783e70bb53cfad0ce",
"body": null,
"is_bot": false,
"headline": "Removed old renderer",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T13:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f388d8bcdfe83c3770c27aa488834b8fa35d1eeb",
"body": null,
"is_bot": false,
"headline": "Rendering text for different modes",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T13:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fa71a602137385ccffa59df59656f619a1cc8ae",
"body": null,
"is_bot": false,
"headline": "Added Visibility settings for text",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-14T11:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee2a5c970202e6dabd7cae0ea5beadb2a34a8b1",
"body": null,
"is_bot": false,
"headline": "Cleaned up tests",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-11T14:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28bc8498e4ca62900ffff0ed6916ccfb384ced60",
"body": "… template and re-rendering several times.",
"is_bot": false,
"headline": "Fixed rendering bug for tables when using different data for the same…",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-11T08:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7c8cfabc2023c03cdce129eaafa806717992ce",
"body": null,
"is_bot": false,
"headline": "Even more error information",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2013-12-11T08:14:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 37,
"latest_release_at": "2026-07-26T15:15:30Z",
"latest_release_tag": "2.4.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Tharga.Reporter",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Tharga.Reporter",
"is_deprecated": false,
"latest_version": "2.4.0",
"repository_url": "https://github.com/Tharga/Reporter",
"versions_count": 27,
"total_downloads": 34055,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-26T15:15:27.837000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"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.Reporter.Console/Tharga.Reporter.Console.csproj",
"Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"Tharga.Reporter/Tharga.Reporter.csproj"
],
"largest_source_bytes": 30250,
"source_files_sampled": 79,
"oversized_source_files": 0,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 1283
},
"dependencies": {
"manifests": [
"Tharga.Reporter.Console/Tharga.Reporter.Console.csproj",
"Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"Tharga.Reporter/Tharga.Reporter.csproj"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "AutoFixture",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.18.1"
},
{
"name": "FluentAssertions",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "8.10.0"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.6.0"
},
{
"name": "Moq",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.20.72"
},
{
"name": "System.Net.Http",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.3.4"
},
{
"name": "System.Text.RegularExpressions",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.3.1"
},
{
"name": "Tharga.Test.Toolkit",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "1.14.12"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.5"
},
{
"name": "coverlet.collector",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.1"
},
{
"name": "xunit.v3",
"manifest": "Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "Aspose.BarCode",
"manifest": "Tharga.Reporter/Tharga.Reporter.csproj",
"ecosystem": "nuget",
"version_constraint": "26.5.0"
},
{
"name": "PdfSharp.MigraDoc.Standard",
"manifest": "Tharga.Reporter/Tharga.Reporter.csproj",
"ecosystem": "nuget",
"version_constraint": "1.51.15"
},
{
"name": "System.Drawing.Common",
"manifest": "Tharga.Reporter/Tharga.Reporter.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "Tharga.Reporter/Tharga.Reporter.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.301"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"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": 184,
"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": 1,
"reason": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"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/7 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": "23 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": 9,
"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": "0bb44fd89ff23aec7292853c26a43f8afc787b9e",
"ran_at": "2026-07-26T15:25:47Z",
"aggregate_score": 3.5,
"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-26T15:16:14Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T14:39:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Tharga/Reporter",
"host": "github.com",
"name": "Reporter",
"owner": "Tharga"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 35,
"vitality": 78,
"community": 33,
"governance": 55,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"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": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 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": 5,
"latest_release_tag": "2.4.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"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 ~22.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 22.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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"packages": [
"Tharga.Reporter"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 34055,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "34,055 downloads all-time across nuget",
"points": 47.1,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 34055,
"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": 10,
"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": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 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": 4006
},
"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.Reporter"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 26,
"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": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.5
},
"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": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.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/7 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": "23 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.5,
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.23,
"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": "23 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"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.Reporter.Console/Tharga.Reporter.Console.csproj",
"Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj",
"Tharga.Reporter/Tharga.Reporter.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Tharga.Reporter.Console/Tharga.Reporter.Console.csproj, Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj, Tharga.Reporter/Tharga.Reporter.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Tharga.Reporter.Console/Tharga.Reporter.Console.csproj, Tharga.Reporter.Tests/Tharga.Reporter.Tests.csproj, Tharga.Reporter/Tharga.Reporter.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": 30250,
"source_files_sampled": 79,
"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/79 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 79,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T15:26:02.495580Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Tharga/Reporter.svg",
"full_name": "Tharga/Reporter",
"license_state": "standard",
"license_spdx": "MIT"
}