Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 12426
},
"pushed_at": "2026-07-26T13:22:03Z",
"created_at": "2025-11-01T13:48:27Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T13:15:13Z",
"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": 4006
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.14.12",
"kind": "patch",
"published_at": "2026-07-26T13:22:03Z"
},
{
"tag": "1.14.11",
"kind": "patch",
"published_at": "2026-07-25T23:50:30Z"
},
{
"tag": "1.14.10",
"kind": "patch",
"published_at": "2026-06-06T23:42:36Z"
},
{
"tag": "1.14.9",
"kind": "patch",
"published_at": "2026-05-14T12:33:38Z"
},
{
"tag": "1.14.8",
"kind": "patch",
"published_at": "2026-05-02T14:25:32Z"
}
],
"recent_commits": [
{
"oid": "34449df552226a91aff822fa5b26213d96c7790c",
"body": "fix(ci): remove duplicate run: key that broke workflow parsing",
"is_bot": false,
"headline": "Merge pull request #10 from Tharga/fix/ci-workflow-pack-step",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T13:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ebcc4ad98553ca7a4c7d2996510ba4a8373db1",
"body": "Collapsing the two Pack steps into one left the pre-release step's `run:`\nkey orphaned inside the surviving step, so the mapping had `run:` twice.\nPyYAML accepts duplicate keys (last wins), which is why local validation\npassed, but GitHub Actions rejects the file outright: the run fails at\nstartup w\n[…]\n name falls back to its path, and the\n`on:` branch filters stop applying.\n\nKeeps the -p:Version form, which resolves to the pre-release version on\npull requests and the stable one on pushes to master.",
"is_bot": false,
"headline": "fix(ci): remove duplicate run: key that broke workflow parsing",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T13:09:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5fc060f866db6c1bb20731d5d0887be078f510a",
"body": "chore: declare license, fix project url, remove <Version>",
"is_bot": false,
"headline": "Merge pull request #9 from Tharga/chore/test-cleanup",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T12:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f536a51e7ed7fb40705cdd3e490f38ed2876812f",
"body": "Assembly version:\n- CI passed -p:PackageVersion only at pack time, so every published\n assembly reported 1.0.0.0 regardless of release. The version is now\n computed before the build and passed as -p:Version, driving\n PackageVersion, AssemblyVersion, FileVersion and InformationalVersion\n together\n[…]\n.0 is kept deliberately so the\npackage stays usable from .NET Framework test projects.\n\nNote: this repo has no test project, so these changes are verified by\ncompilation only. Recorded in the backlog.",
"is_bot": false,
"headline": "build: stamp assembly version, suppress NU5048, ReSharper pass",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T12:16:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c742d8dabd6eed4283f6bb0c81db230a57de90cb",
"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:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6d7e4bc52deb3fc89347029f0d73105a4ccf12",
"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:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258be5e075e4556d48c572801a6e8cfa488c1b3f",
"body": "- Add PackageLicenseExpression MIT (MIT LICENSE file exists; every push\n logged 'warn : License missing').\n- Fix PackageProjectUrl: pointed at github.com/Tharga/Toolkit, but this is\n the Test repo. Published packages linked users to the wrong project.\n- Remove <Version>. CI passes -p:PackageVersio\n[…]\nhe published package and only misled.\n\nTarget framework is unchanged: netstandard2.0 is kept deliberately so the\npackage remains usable from .NET Framework test projects. No dependencies\nare outdated.",
"is_bot": false,
"headline": "chore: declare license, fix project url, remove <Version>",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-26T10:38:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e33f6612ae7895eb189330a74fcc9a37d092843f",
"body": "fix(docs): render absolute favicon/logo URLs correctly on sub-pages",
"is_bot": false,
"headline": "Merge pull request #8 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-25T23:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c808204111d6f2bde757ed25560a673a4b1d1c",
"body": "chore(deps): bump patch-level package versions",
"is_bot": false,
"headline": "Merge pull request #7 from Tharga/chore/dependency-patch-bumps",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-25T23:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2c9b234317e3b80aff556a65129142f1126d3e",
"body": "- Microsoft.SourceLink.GitHub 10.0.300 -> 10.0.301",
"is_bot": false,
"headline": "chore(deps): bump patch-level package versions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-07-25T23:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c447f435468c41022302da8b90b145da62715e4",
"body": null,
"is_bot": false,
"headline": "fix docs",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-07T16:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ef105f7bce098d2c10270ea3a91996ec7af2438",
"body": "Package icon, docs site, and integrated docs CI",
"is_bot": false,
"headline": "Merge pull request #6 from Tharga/feature/icon-and-docs",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-06T23:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b9efb18be7ba607f68662f179a1cbe44e3c726",
"body": "- Bump <PackageIconUrl> to https://thargelion.net/assets/component-test.png\n- Add DocFX site under docs/ (test.tharga.net), modeled on Tharga.Mcp:\n index + 3 articles (getting-started, assignment-checks, dependency-tests),\n custom thg template for navbar logo sizing, generated api/ gitignored\n- Fo\n[…]\n + Pages deploy into build.yml as docs / docs-deploy jobs\n gated on `needs: release`, per the \"integrated pattern from day one\"\n guidance (Tharga.Runtime reference)\n- README links to test.tharga.net",
"is_bot": false,
"headline": "feat: package icon, docs site, and integrated docs CI",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-06-06T23:33:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5df2dfe9e300c553cc30a5f44d3844531206b493",
"body": "update nuget packages",
"is_bot": false,
"headline": "Merge pull request #5 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T12:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27877b0a2425298f117e54e029e01d57f9dfb7cc",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-14T12:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20f791eafef3bdee1baf9e096595392858e2466",
"body": "Migrate CI/CD from Azure DevOps to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #4 from Tharga/feature/ci-cd-github-actions",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-05-02T14:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d896e6860cadf5c016a41620e44835d7cb06e6",
"body": null,
"is_bot": false,
"headline": "feat: ci-cd-github-actions complete",
"author_name": "daniel.bohlin@live.se",
"author_login": "DanielBohlin",
"committed_at": "2026-05-02T14:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2746d5482bea590a2d63b13105af5b822955f7f7",
"body": "Add .github/workflows/build.yml mirroring the Tharga.Crawler reference\n(MAJOR_MINOR=1.14, packs Tharga.Test.Toolkit). Remove obsolete\nazure-pipelines.yml and buildnumber.yml and drop them from Solution Items.",
"is_bot": false,
"headline": "feat: migrate CI/CD from Azure DevOps to GitHub Actions",
"author_name": "daniel.bohlin@live.se",
"author_login": "DanielBohlin",
"committed_at": "2026-05-02T14:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e768e77608217677827b70b3c52aaaedfce841fb",
"body": "update nuget packages",
"is_bot": false,
"headline": "Merge pull request #3 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-28T16:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b83984cf0336bea725a43151bc91ab85d3c731f8",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "daniel.bohlin@live.se",
"author_login": "DanielBohlin",
"committed_at": "2026-04-28T16:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b66aeedfc3497c2c15374b8ca1a168f21da174",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #2 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-04-16T05:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaff0535f35a63e697fb70e0d4e6648baeac1ea8",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "daniel.bohlin@live.se",
"author_login": "DanielBohlin",
"committed_at": "2026-04-16T05:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1933f496a05c10dbb6331de9e399e169e786b7",
"body": null,
"is_bot": false,
"headline": "update instructions",
"author_name": "daniel.bohlin@live.se",
"author_login": "DanielBohlin",
"committed_at": "2026-04-16T05:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b588efb4d36d32ca1e2c930cf5f0dc17dd5ab99",
"body": null,
"is_bot": false,
"headline": "add claude",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T12:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3f9b8141676ecab4b2de309f86b9028ab448b1",
"body": null,
"is_bot": false,
"headline": "update build",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-03-25T09:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4cbfcba9bfd1dbe1e26881685ea895272b6714",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-02-14T11:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57a784cae98f35295eb591b7340042892f618bb",
"body": "update nuget packages",
"is_bot": false,
"headline": "Merge pull request #1 from Tharga/develop",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2026-01-31T10:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c2ee4dfae420c8d775fde6d829c58a3ff98ee6",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Daniel Bohlin",
"author_login": "DanielBohlin",
"committed_at": "2026-01-31T10:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734c32f83d2915587824821567e1b8ddbc9f9125",
"body": null,
"is_bot": false,
"headline": "remove build framework",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-11T20:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafd01fb49541f00d5afb8bc9d70a42c9632dda9",
"body": null,
"is_bot": false,
"headline": "add symbols",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T14:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1367b72e3a174078161ef504a20af3fe42d2cc",
"body": "[skip ci]",
"is_bot": false,
"headline": "Set up CI with Azure Pipelines",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T14:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e8eb80ef11dc2672f15356fa775d42c3a7e4a04",
"body": null,
"is_bot": false,
"headline": "add from tharga toolkit",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T13:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ef03bf17a25d0d37eb7b541e9346b2291bf58e",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Daniel Bohlin",
"author_login": "poxet",
"committed_at": "2025-11-01T13:48:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 26,
"latest_release_at": "2026-07-26T13:22:03Z",
"latest_release_tag": "1.14.12",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 12,
"days_since_latest_release": 0,
"mean_days_between_releases": 21.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.Test.Toolkit",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Tharga.Test.Toolkit",
"is_deprecated": false,
"latest_version": "1.14.12",
"repository_url": "https://github.com/Tharga/Test",
"versions_count": 122,
"total_downloads": 60609,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-26T13:22:01.203000Z",
"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.Test.Toolkit/Tharga.Test.Toolkit.csproj"
],
"largest_source_bytes": 10454,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 1283
},
"dependencies": {
"manifests": [
"Tharga.Test.Toolkit/Tharga.Test.Toolkit.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": "Microsoft.SourceLink.GitHub",
"manifest": "Tharga.Test.Toolkit/Tharga.Test.Toolkit.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": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1822352?v=4"
},
{
"type": "User",
"login": "DanielBohlin",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/8456716?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.818
},
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"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/12 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": "20 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": "34449df552226a91aff822fa5b26213d96c7790c",
"ran_at": "2026-07-26T13:30:24Z",
"aggregate_score": 3.3,
"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-26T13:22:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T13:15:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Tharga/Test",
"host": "github.com",
"name": "Test",
"owner": "Tharga"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 33,
"vitality": 76,
"community": 33,
"governance": 56,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 12
},
"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": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 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": "1.14.12",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 21.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 ~21.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 21.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": 62,
"inputs": {
"packages": [
"Tharga.Test.Toolkit"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 60609,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "60,609 downloads all-time across nuget",
"points": 49.7,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 60609,
"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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.818
},
"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 82% of commits",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 82
}
}
],
"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/12 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.Test.Toolkit"
],
"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": "122 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 122
}
}
],
"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": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"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": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/12 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": "20 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
}
]
}
],
"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": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.576,
"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": "19 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 30.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 33
}
}
],
"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.Test.Toolkit/Tharga.Test.Toolkit.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Tharga.Test.Toolkit/Tharga.Test.Toolkit.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Tharga.Test.Toolkit/Tharga.Test.Toolkit.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 33",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 33
}
}
],
"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": 10454,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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-26T13:30:37.695321Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Tharga/Test.svg",
"full_name": "Tharga/Test",
"license_state": "standard",
"license_spdx": "MIT"
}