Public record
Software health reportschema 0.23.0 · metrics 1.13.0 · 2026-07-21 20:55 UTC

xoofx / Blake3.NET

Blake3.NET provides two fast, SIMD-accelerated implementations of the BLAKE3 cryptographic hash function: the fully managed Blake3 package and the native Blake3.Native package, which wraps the official Rust implementation.

C#Custom license★ 192 stars⑂ 22 forkssince Dec 2020View on GitHub ↗

xoofx/Blake3.NET holds a health index of 55 out of 100, placing it in the Moderate band. It scores highest on Vitality (76/100) and lowest on Security (33/100). It was last updated 3 days ago. A single contributor accounts for most of its recent work.

55
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

55
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

Ownership

Alexandre MutelPersonal account
1,697 followers104 public repossince Apr 2011

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
NuGetBlake3.Native3.0.2-35 days agoblake3hashcryptographysimd

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

76Good · 22% of overall
How it's scored
36/36Push recency — last push 3 days ago
3.5/36Commit cadence — 5/52 weeks with commits
16.3/18Commit volume — 64 commits in the last year
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year64
human_commit_share1
days_since_last_push3
active_weeks_last_year5
How it's scored
27/27Ships releases — 12 releases published
36/36Release recency — latest release 5 days ago
19.8/27Release cadence — a release every ~112.4 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count12
latest_release_tag3.0.2
releases_from_tagsno
days_since_latest_release5
mean_days_between_releases112.4
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

43At risk · 18% of overall
How it's scored
37/60Stars — 192 stars
11/25Forks — 22 forks
1.7/15Watchers — 3 watchers
Inputs used
forks22
stars192
watchers3
growth_stateorganic
growth_factor_pct100
How it's scored
22.5/22.5README
16.9/22.5License — license file present, not a recognized license
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno
How it's scored
23.9/80Total downloads — 200 downloads all-time across nuget
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesBlake3.Native
dependents
ecosystemsnuget
total_downloads200
monthly_downloads
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

65Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.1/22.5Commit distribution — top contributor authored 95% of commits
8.1/13.5Contributor breadth — 6 contributors
10/10OpenSSF Scorecard: Contributors — project has 13 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled6
top_contributor_share0.949
How it's scored
44.9/46.8Issue resolution — 96% of issues closed
34.4/38.3PR acceptance — 9/10 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — Found 0/30 approved changesets -- score normalized to 0
Inputs used
merged_prs9
open_issues1
closed_issues24
issue_closed_ratio0.96
closed_unmerged_prs1
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
23.2/25Owner reach — 1,697 followers of xoofx
25/25Track record — 104 public repos, account ~15 yr old
Inputs used
followers1,697
owner_typeUser
is_verified
owner_loginxoofx
public_repos104
account_age_days5,584
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 1 package(s) on nuget
35/35Publish recency — latest publish 5 days ago
12/20Version history — 3 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesBlake3.Native
ecosystemsnuget
any_deprecatedno
min_days_since_publish5

Engineering Quality

Are baseline engineering and documentation practices in place?

48At risk · 20% of overall
How it's scored
24/24CI workflows — 2 workflow(s)
0/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — no data
Inputs used
has_ciyes
has_testsno
has_editorconfigno
has_linter_configno
has_precommit_configno
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.
How it's scored
30/30README
25/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 4 topics
0/10Wiki
Inputs used
topicsblake3, cryptography, hash, dotnet
has_wikino
homepage
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

33At risk · 16% of overall
How it's scored
0/7.5Binary-Artifacts — binaries present in source code
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0/2.5CI-Tests — no data
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 13 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.2/2.5License — license file detected
7.5/7.5Maintained — 30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — no SAST tool detected
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate3.3
Excluded from scoring (no data or not applicable): ci_tests, packaging, signed_releases. Remaining weights renormalized.

AI Readiness

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.

47At risk · 0% of overall
How it's scored
45/45Agent instructions — .github/copilot-instructions.md, AGENTS.md, CLAUDE.md
0/15Machine-readable docs (llms.txt)
4.8/40Legible commit history — 9 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.09
agent_instruction_files.github/copilot-instructions.md, AGENTS.md, CLAUDE.md
agent_instruction_max_bytes3,356
How it's scored
12.6/18One-command bootstrap — lib/blake3_dotnet/Cargo.toml, src/Blake3.Benchmarks/Blake3.Benchmarks.csproj, src/Blake3.Native/Blake3.Native.csproj (toolchain convention, no task runner)
0/22Automated tests
0/11Lint / format config
11/11Static type checking — C# (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsno
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifestslib/blake3_dotnet/Cargo.toml, src/Blake3.Benchmarks/Blake3.Benchmarks.csproj, src/Blake3.Native/Blake3.Native.csproj, src/Blake3.Tests/Blake3.Tests.csproj, src/Blake3/Blake3.csproj
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — C# (statically typed)
55/55Manageable file sizes — 0/25 source files over 60KB
Inputs used
primary_languageC#
largest_source_bytes28,163
source_files_sampled25
oversized_source_files0

Key facts

192GitHub stars
6contributors
64commits, last 12 months
3days since last push
12releases
1bus factor
1open issues
package ecosystems

Data collection warnings

  • Could not fetch crates package 'blake3_dotnet' from its registry
  • No resolved dependencies carried a version and a supported ecosystem

More detail

Star and fork history 192 ★ / 22 ⇿
192Stars
22Forks
9Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

0408012016020019121332020-122023-092026-07
Major 2Minor 4Patch 3

Each point covers 6 days.

OpenSSF Scorecard 3.3 / 10
3.3aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-21 20:55 UTC

0Binary-Artifactsbinaries present in source code
0Branch-Protectionbranch protection not enabled on development/release branches
n/aCI-Testsno pull request found
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/30 approved changesets -- score normalized to 0
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
9Licenselicense file detected
10Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTno SAST tool detected
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 10
RegistryPackageVersion constraintManifest
crates.ioblake31.8.2lib/blake3_dotnet/Cargo.toml
crates.iolibc0.2.178lib/blake3_dotnet/Cargo.toml
NuGetBenchmarkDotNetsrc/Blake3.Benchmarks/Blake3.Benchmarks.csproj
NuGetBlake3.Managedsrc/Blake3.Benchmarks/Blake3.Benchmarks.csproj
NuGetSauceControl.Blake2Fastsrc/Blake3.Benchmarks/Blake3.Benchmarks.csproj
NuGetMinVersrc/Blake3.Native/Blake3.Native.csproj
NuGetNUnitsrc/Blake3.Tests/Blake3.Tests.csproj
NuGetNUnit3TestAdaptersrc/Blake3.Tests/Blake3.Tests.csproj
NuGetMicrosoft.NET.Test.Sdksrc/Blake3.Tests/Blake3.Tests.csproj
NuGetMinVersrc/Blake3/Blake3.csproj
All dependencies 9

Full resolved dependency set from the GitHub dependency graph: 9 direct and 0 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
crates.ioblake3direct
crates.iolibcdirect
NuGetBenchmarkDotNetdirect
NuGetBlake3.Manageddirect
NuGetMicrosoft.NET.Test.Sdkdirect
NuGetMinVerdirect
NuGetNUnitdirect
NuGetNUnit3TestAdapterdirect
NuGetSauceControl.Blake2Fastdirect
Dependency advisories not assessed

Advisory matching could not run for this report: No resolved dependencies carried a version and a supported ecosystem

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [
        "blake3",
        "cryptography",
        "hash",
        "dotnet"
      ],
      "is_fork": false,
      "size_kb": 10928,
      "has_wiki": false,
      "homepage": null,
      "languages": {
        "C#": 212358,
        "Rust": 3197,
        "Shell": 3204
      },
      "pushed_at": "2026-07-18T06:53:20Z",
      "created_at": "2020-12-05T10:22:52Z",
      "owner_type": "User",
      "updated_at": "2026-07-18T14:05:03Z",
      "description": "Blake3.NET provides two fast, SIMD-accelerated implementations of the BLAKE3 cryptographic hash function: the fully managed Blake3 package and the native Blake3.Native package, which wraps the official Rust implementation.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "master",
      "license_spdx_raw": "NOASSERTION",
      "primary_language": "C#",
      "significant_languages": [
        "C#"
      ]
    },
    "owner": {
      "blog": "https://xoofx.github.io",
      "name": "Alexandre Mutel",
      "type": "User",
      "login": "xoofx",
      "company": null,
      "location": "Grenoble - France",
      "followers": 1697,
      "avatar_url": "https://avatars.githubusercontent.com/u/715038?v=4",
      "created_at": "2011-04-07T10:31:23Z",
      "is_verified": null,
      "public_repos": 104,
      "account_age_days": 5584
    },
    "license": {
      "state": "custom",
      "spdx_id": null,
      "raw_spdx": "NOASSERTION",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "3.0.2",
          "kind": "patch",
          "published_at": "2026-07-16T07:12:13Z"
        },
        {
          "tag": "3.0.1",
          "kind": "patch",
          "published_at": "2026-07-15T17:23:32Z"
        },
        {
          "tag": "3.0.0",
          "kind": "major",
          "published_at": "2026-07-14T21:49:32Z"
        },
        {
          "tag": "2.2.1",
          "kind": "patch",
          "published_at": "2026-03-12T19:49:16Z"
        },
        {
          "tag": "2.2.0",
          "kind": "minor",
          "published_at": "2025-12-25T10:38:14Z"
        },
        {
          "tag": "2.1.1",
          "kind": "patch",
          "published_at": "2025-12-24T17:54:03Z"
        },
        {
          "tag": "2.1.0",
          "kind": "minor",
          "published_at": "2025-12-24T17:42:27Z"
        },
        {
          "tag": "2.0.0",
          "kind": "major",
          "published_at": "2024-12-20T13:16:31Z"
        },
        {
          "tag": "1.1.0",
          "kind": "minor",
          "published_at": "2024-03-02T16:09:28Z"
        },
        {
          "tag": "1.0.0",
          "kind": "major",
          "published_at": "2023-10-08T08:17:11Z"
        },
        {
          "tag": "0.6.1",
          "kind": "patch",
          "published_at": "2023-09-29T19:16:29Z"
        },
        {
          "tag": "0.6.0",
          "kind": "minor",
          "published_at": "2023-07-23T17:04:38Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "add258a0789ae4119745b81c12307cdd71f562f7",
          "body": null,
          "is_bot": false,
          "headline": "Refactor managed SIMD implementations into partial files",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-18T06:11:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "537d8b974c2dd653ac9114069100de371d598ae7",
          "body": null,
          "is_bot": false,
          "headline": "Refactor AVX-512 implementation into dedicated file",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-17T20:17:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7855366c95483c0118ecb5029ed81ff31a978cfe",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf for x86 four-way compression",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-16T17:47:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bc622edf7faa06d1a63c0f2f165c5f7c567a2e32",
          "body": null,
          "is_bot": false,
          "headline": "Update doc for optimized benchmark results",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-16T05:40:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "272064bc81da34d8e6305d6fa2f11bd607b91759",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf for ARM64 parent compression",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-16T05:34:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5141ff229ed3c0e4d46cb9493cfd1efee2d43315",
          "body": null,
          "is_bot": false,
          "headline": "Refactor benchmark selection",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-15T20:27:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b85616c6a79b08bc8752014a9a678407d8354722",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf with specialized x86 SIMD kernels",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-15T20:27:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "11bef92b7b0f4a6a887e13ce12a52651b9c7e6d6",
          "body": null,
          "is_bot": false,
          "headline": "Make Blake3 compatible with net8.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-15T17:20:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "698da984912ad121ce841c8468e42245ee2b9181",
          "body": null,
          "is_bot": false,
          "headline": "Fix managed hasher allocations (#35)",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-15T17:17:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6bfe3e8333cf459edb69a8d7f48ae9548bc7c623",
          "body": null,
          "is_bot": false,
          "headline": "Add NuGet Trusted Publishing via dotnet-releaser",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T21:45:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e30c7ba8e402cb3a6256b7cd6aa4006db3bf236",
          "body": null,
          "is_bot": false,
          "headline": "Update readme",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T17:16:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d995e4e21e2ac16f04cfb8a285ec6913c9bf8149",
          "body": null,
          "is_bot": false,
          "headline": "Update logo",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T17:13:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "91823f6d09fbd53d78130bbadfd9c139ad78e218",
          "body": null,
          "is_bot": false,
          "headline": "Enhance Blake3.NET logo",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T17:08:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d7198629044c721355615594860ce94ae9cac0e7",
          "body": null,
          "is_bot": false,
          "headline": "Update AGENTS.md",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T16:58:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b0b6e60d115070b8cec50dae692e6fff2bb06aab",
          "body": null,
          "is_bot": false,
          "headline": "Update doc for 3.0 package changes",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T16:55:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "71960985b817421812e1d54a2a9fa2a0dbc680cd",
          "body": null,
          "is_bot": false,
          "headline": "Update benchmarks on macOS",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T16:45:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b0aac22ccce8ddb48cca7b8c6a4027429dd847d",
          "body": null,
          "is_bot": false,
          "headline": "Update benchmarks on Windows",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T16:43:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9f085c5cd43e5664ddb42f72e5d5ab9778bbe73",
          "body": "…evious Blake3",
          "is_bot": false,
          "headline": "Breaking change: Blake3 is now fully managed, Blake3.Native is the pr…",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T16:29:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9532b9939c7020b18a0aa0142f1f7d71415a2f1b",
          "body": null,
          "is_bot": false,
          "headline": "Update benchmarks",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T15:49:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b7130354be2e6e1a9b230fea58c7de68ce056e2",
          "body": null,
          "is_bot": false,
          "headline": "Rename Blake3.Managed to Blake3.Sharp",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T15:33:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c8f63ccf6f83eff584355e35d93016f6c2c1c89a",
          "body": null,
          "is_bot": false,
          "headline": "Fix native ci",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T15:13:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "717e6ba1bae4c7d72a8780d60c90e3586577dc79",
          "body": null,
          "is_bot": false,
          "headline": "Improve test managed edge cases across platforms",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T15:11:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63f58b12dcf950b5134880e84e08f9eb18a9d104",
          "body": null,
          "is_bot": false,
          "headline": "Improve doc benchmark presentation",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T14:21:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c91c9b56bc06e659edd701372c109a8869cac31d",
          "body": null,
          "is_bot": false,
          "headline": "Add macOS benchmarks",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T14:16:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b1924da4a24b501ef836526ba321d8eb5e9d53e",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf ARM64 short-input hashing",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T14:04:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc86c499674259f73abc2212db7779de25d299f9",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf ARM64 managed hashing",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T13:18:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7692dcfa4c4fde20a0ce713c1173c8356097480a",
          "body": null,
          "is_bot": false,
          "headline": "Disable BenchmarkDotNet disasm on macOS",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T12:45:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "41fd9f43ca3b2e3280779f586c8d4a8f5c2527fa",
          "body": null,
          "is_bot": false,
          "headline": "Update docs for managed benchmarks",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T12:27:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4c19f0ac1ee70dc260eef1396adfaebb103f8234",
          "body": null,
          "is_bot": false,
          "headline": "Restore SHA256 / Blake2 benchmarks",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T12:12:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "23973d2e6d2c05ef551a54ee71b492b3adf0649c",
          "body": null,
          "is_bot": false,
          "headline": "Update ci test ISA matrix",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T10:18:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87fe6895a796ac0fae4f9177f62829e61db06c63",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf for AVX2 wide chunk transposition",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T09:13:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "56677dad09a04ef67f0914b4674cb19738d0ed2e",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf managed chunk tails",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T08:12:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b1654038f223c5568e4aa92252fd783369653266",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf managed single-chunk hashing",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-14T08:09:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb9138cc9bc6fffb432d4a99b7d8535b518f055d",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf managed one-shot hashing",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T20:38:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "27d7d8785f6c7c376c5f057c43e1edf6e8335e4f",
          "body": null,
          "is_bot": false,
          "headline": "Fix benchmarks",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T19:59:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2843390e450197b5cfaa664e21451733de791ff",
          "body": null,
          "is_bot": false,
          "headline": "Add managed BLAKE3 package",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T19:03:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e8d4b5742d5370727564048781ce34f4cdd87282",
          "body": null,
          "is_bot": false,
          "headline": "Add managed parallel BLAKE3 updates",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T18:08:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "008e6843b40446de7927c991bf21e38a47180132",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf managed BLAKE3 AVX-512 hashing",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T17:39:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1dbfc0cf4c027d4b0ee7797c7eb6580d0fdc9cc1",
          "body": null,
          "is_bot": false,
          "headline": "Improve Perf managed BLAKE3 with SIMD",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T17:11:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e967138e2ff069c07e6542d7997bc5567347b44",
          "body": null,
          "is_bot": false,
          "headline": "Add managed BLAKE3 hasher",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T16:43:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b98194c17862feb5780060215201ad192e580829",
          "body": null,
          "is_bot": false,
          "headline": "Use .NET 10",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T16:25:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03af1e7543f5ba18c68a276bd225bf944a4fb53f",
          "body": null,
          "is_bot": false,
          "headline": "Add AGENTS.md",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T16:13:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a7fed3b87d3c6fa15f7c50890b2d8f2a3345765e",
          "body": null,
          "is_bot": false,
          "headline": "Remove changelog",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T16:10:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78bc4dc32069614df035326126d8d7a17095a8ce",
          "body": null,
          "is_bot": false,
          "headline": "Update benchmarks to produce assembly",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-07-13T16:10:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d27b9f55fa9a8e0fe3a737130da1465534085196",
          "body": "fix: resolve 5 bugs in .NET managed layer",
          "is_bot": false,
          "headline": "Merge pull request #34 from HMBSbige/fix/dotnet-bugs",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2026-03-12T18:54:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f02e6300eee6666a78a22e7d0f41d8dbf49e192",
          "body": "- use CryptographicOperations.FixedTimeEquals in Hash.Equals for constant-time comparison\n- only hash bytes actually read in Blake3Stream.Read(Span<byte>)\n- only hash bytes actually read in Blake3Stream.ReadAsync(Memory<byte>)\n- remove dead null check on ReadOnlySpan in Hasher.UpdateWithJoin\n- validate negative offset in Hasher.Finalize(long, Span<byte>)",
          "is_bot": false,
          "headline": "fix: resolve 5 bugs in .NET managed layer",
          "author_name": "Bruce Wayne",
          "author_login": "HMBSbige",
          "committed_at": "2026-03-12T03:13:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b178036595416d2ed8791f7b862244f7fda2a99",
          "body": null,
          "is_bot": false,
          "headline": "Update readme with dotnet net10.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-25T10:41:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03269f93d0937bf05920467f92e3b30afda5eb49",
          "body": null,
          "is_bot": false,
          "headline": "Update readme",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-25T10:36:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f0531b4eba096d87c0f20c41cc0b6bb34638370",
          "body": null,
          "is_bot": false,
          "headline": "Add musl binaries",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-25T10:36:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ab59634eea9552dbdd44552f833af147fbc5976",
          "body": "Add musl build",
          "is_bot": false,
          "headline": "Merge pull request #32 from xoofx/try-musl",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-25T10:31:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "824bf03287a3e3c1e76df3cb62d56c87168ac39e",
          "body": null,
          "is_bot": false,
          "headline": "Add musl build",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-25T10:26:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3df186b72338b187445a88db81c6ecfd722cfc5c",
          "body": null,
          "is_bot": false,
          "headline": "Update HashAlgorithm",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:52:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe6484883fb49fcb936c4c09126b0bd9f86e484f",
          "body": null,
          "is_bot": false,
          "headline": "Update readme.md",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:40:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d23ae9cde390a3682c356e1309de152351f0a50",
          "body": null,
          "is_bot": false,
          "headline": "Update to slnx and central pkg mgt",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:39:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32cb599b5181c4d290bac4fb2a6732ba5700788f",
          "body": null,
          "is_bot": false,
          "headline": "Use ubuntu-22.04",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:12:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "424b44816d3ea1293e4c8b9c130e73879a71b720",
          "body": null,
          "is_bot": false,
          "headline": "Fix ci for native",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:02:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a7925af3748dea6451a42f9f3774678163d9e0e5",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade to Blake 1.8.2",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-12-24T17:00:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9f7bea00f1c2580481daf993ae58860fc484694",
          "body": "Implement LibraryImport instead of DllImport.",
          "is_bot": false,
          "headline": "Merge pull request #31 from FirehawkV21/master",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T10:06:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "caf0bebc7eb5dde19235ad1dcc8abfb5d23e6627",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into master",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T10:05:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d1f57fd85e707ee1ff292a90ab11357194f5f2f",
          "body": null,
          "is_bot": false,
          "headline": "Fix native ci to not be triggered in PR",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T10:05:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "119dc10327d904648ae49f925a0491485b7ae124",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'master' into master",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T10:02:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6713b443a9f8d5d66eca6de065786d2b6189ad23",
          "body": null,
          "is_bot": false,
          "headline": "Fix native GitHub action",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T10:00:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc38f6cb8dbf3f74399a072f2541a3325d4b6d7e",
          "body": null,
          "is_bot": false,
          "headline": "Update ci",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2025-09-14T09:58:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b676100380dcdd671ded8e207c3514e12ff3b85f",
          "body": null,
          "is_bot": false,
          "headline": "Implement LibraryImport instead of DllImport.",
          "author_name": "Dimitris Trachiots",
          "author_login": "FirehawkV21",
          "committed_at": "2025-09-13T18:33:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4fd27c40ca0d7fe3d7f045058c0e88f227f4c0f8",
          "body": null,
          "is_bot": false,
          "headline": "Update readme.md",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-12-21T14:41:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32dd3771ce10fb8f03b778bc2ff5f656e0c625d0",
          "body": null,
          "is_bot": false,
          "headline": "Update binaries to 1.5.5",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-12-20T13:14:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a4820ab8ee05795d84915b5ab07b2f20fbf38ed",
          "body": null,
          "is_bot": false,
          "headline": "Fix macos-latest",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-12-20T12:52:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2822ce0ca44302fc88df6d586043fb0893ad511e",
          "body": null,
          "is_bot": false,
          "headline": "Use macos latest instead",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-12-20T12:48:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "455aa40e63976fb9bbed9eb253004860b87ff661",
          "body": null,
          "is_bot": false,
          "headline": "Update BLAKE3 to 1.5.5",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-12-20T11:39:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ac44d226f61e71f885c77340d5d633f753662b75",
          "body": null,
          "is_bot": false,
          "headline": "Update readme.md",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-03-17T14:10:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2213abe96bff4e2edafca563ef632a3417725ac4",
          "body": null,
          "is_bot": false,
          "headline": "Add obsolete constructor and block its usage with obsolete (Fixes #24)",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-03-02T15:38:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "25d9165b9993f37e2d9a8350684dd8ba8ad622d3",
          "body": null,
          "is_bot": false,
          "headline": "Update ci with reusable workflows",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-03-02T15:32:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b955382c688f4b3a79048a0117389660c7981e9c",
          "body": null,
          "is_bot": false,
          "headline": "Cleanup code",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-03-02T15:32:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fb5079537acc7a810c229022e3dad38fd5a864a",
          "body": null,
          "is_bot": false,
          "headline": "Update dependencies",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-03-02T15:32:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45d387db6ecdfcc0f8f024e3c089ed75f05cf5a9",
          "body": null,
          "is_bot": false,
          "headline": "Update ci.yml with nuget config",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-02-13T08:29:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6f7d9c80fc3a290164b3359eace8c09686b1f746",
          "body": null,
          "is_bot": false,
          "headline": "Add nuget.org only config",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2024-02-13T08:29:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18585e5694b015884bd8347ab6f6b26805afbad9",
          "body": null,
          "is_bot": false,
          "headline": "Update readme",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-10-08T08:12:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a23e52533fffb8ac0dc84e14a378adecd5e1156",
          "body": "…sh.AsSpan() and use UnscopeRef to protect usage",
          "is_bot": false,
          "headline": "Breaking change: Change extension method from Hash.AsSpanUnsafe to Ha…",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-10-08T08:10:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0bb6593d24a2c8a0aa8c6a8d42d6a23117217fb5",
          "body": "Update runners to use older images for Ubuntu and MacOS",
          "is_bot": false,
          "headline": "Merge pull request #22 from xoofx/try-old-images",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-09-29T18:05:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06e6dd7e3bef52f81b27684b34895ac4525fefbc",
          "body": null,
          "is_bot": false,
          "headline": "Update native images (#21)",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-09-29T17:42:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "42ca8a8280ca87eb89e907b8918212ef51862301",
          "body": null,
          "is_bot": false,
          "headline": "Try to use older runners when compiling Blake3",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-09-29T17:14:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ba01ae6421289f141f1e45174cf3b9869f097c4",
          "body": null,
          "is_bot": false,
          "headline": "Update binaries to Blake3 1.4.1",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-07-23T16:51:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "407bedd618b9a18d603e2a5fb0459701e4c413f7",
          "body": null,
          "is_bot": false,
          "headline": "Update dependencies",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-07-23T16:43:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e516aad8bcd858cea6b2addf8ce0c0f822b17eb",
          "body": null,
          "is_bot": false,
          "headline": "Update cargo.toml to latest Blake3",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2023-07-23T16:43:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "62d43ac0017ea48108d642969e368296eb9481f5",
          "body": null,
          "is_bot": false,
          "headline": "Update readme.md to add osx-arm64 target",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-10-21T03:57:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d83e51d42a2cd5a250ade6fda4c3adaaef631d7d",
          "body": null,
          "is_bot": false,
          "headline": "Update readme.md about using .NET 6.0 SDK",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-03-11T17:27:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5bbff1090ddbb2ac6d6cd25dd016cf09446fd53c",
          "body": null,
          "is_bot": false,
          "headline": "Use bash with dotnet-releaser in GitHub Action",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-03-01T07:27:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6423f40411dca4ef1ddea4fcd118b4065f02f98d",
          "body": null,
          "is_bot": false,
          "headline": "Fix ci with dotnet-releaser when secrets are not available (bis)",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-02-28T21:17:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9588eef486ea21f454e4b064f8e72692deafc027",
          "body": null,
          "is_bot": false,
          "headline": "Fix ci with dotnet-releaser when secrets are not available",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-02-28T20:44:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70d2eecf271043f07b9cfe090ada6099abe85080",
          "body": null,
          "is_bot": false,
          "headline": "Update ci to use dotnet-releaser",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2022-02-28T18:03:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49ed9b335e70811764090388bf601e7447ca36e2",
          "body": null,
          "is_bot": false,
          "headline": "Bump to 0.5.1",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-12-23T08:38:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03f9487a11dbbeea89970c1b8d025c6ad32c4078",
          "body": null,
          "is_bot": false,
          "headline": "Bump to net6.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-12-23T08:37:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd15a46e0273062f4d3f99d0055fe890921ec363",
          "body": "Fixed Blake3Stream::Read methods",
          "is_bot": false,
          "headline": "Merge pull request #12 from rfrfrf/master",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-12-22T18:13:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "46d05cc8cb45583e7738d19a67d736954de3bcbd",
          "body": "Added test for buffered stream reading.",
          "is_bot": false,
          "headline": "Update Blake3StreamTests.cs",
          "author_name": "rfrfrf",
          "author_login": "rfrfrf",
          "committed_at": "2021-11-30T08:46:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "61fd68026e4fdcbf648e1de97e3fcc27ab6dfcce",
          "body": "Fixed Read methods.",
          "is_bot": false,
          "headline": "Update Blake3Stream.cs",
          "author_name": "rfrfrf",
          "author_login": "rfrfrf",
          "committed_at": "2021-11-30T08:44:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa6d4e4f8f61ce0ed5f12227e728a4545fc58f1b",
          "body": null,
          "is_bot": false,
          "headline": "Bump to 0.5.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-11-12T17:16:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3edd1a248d7347c8ae43d9ae646bd1bc714dd0b0",
          "body": null,
          "is_bot": false,
          "headline": "Update native binaries",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-11-12T17:10:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "64550986e6af71362309b801762fa8a4d05e24a2",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'pr/n8_master'",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-11-12T17:03:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "104d7d56714c4fc4c6898fed3008ec337eb34abd",
          "body": null,
          "is_bot": false,
          "headline": "Update binaries to 1.2.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-11-12T13:06:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f558f5e3ecf0e4b17dee85727b4c039832644347",
          "body": null,
          "is_bot": false,
          "headline": "Update native to 1.2.0",
          "author_name": "Alexandre Mutel",
          "author_login": "xoofx",
          "committed_at": "2021-11-12T06:56:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 12,
      "commits_last_year": 64,
      "latest_release_at": "2026-07-16T07:12:13Z",
      "latest_release_tag": "3.0.2",
      "releases_from_tags": false,
      "days_since_last_push": 3,
      "active_weeks_last_year": 5,
      "days_since_latest_release": 5,
      "mean_days_between_releases": 112.4
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "Blake3.Native",
          "exists": true,
          "license": null,
          "keywords": [
            "Blake3",
            "Hash",
            "Cryptography",
            "SIMD"
          ],
          "ecosystem": "nuget",
          "matches_repo": true,
          "registry_url": "https://www.nuget.org/packages/Blake3.Native",
          "is_deprecated": false,
          "latest_version": "3.0.2",
          "repository_url": "https://github.com/xoofx/Blake3.NET",
          "versions_count": 3,
          "total_downloads": 200,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": null,
          "latest_published_at": "2026-07-16T07:12:11.293000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        }
      ]
    },
    "popularity": {
      "forks": 22,
      "stars": 192,
      "watchers": 3,
      "fork_history": {
        "days": [
          {
            "date": "2020-12-06",
            "count": 1
          },
          {
            "date": "2021-07-21",
            "count": 1
          },
          {
            "date": "2021-07-29",
            "count": 1
          },
          {
            "date": "2021-11-02",
            "count": 1
          },
          {
            "date": "2021-11-11",
            "count": 1
          },
          {
            "date": "2021-11-30",
            "count": 1
          },
          {
            "date": "2021-12-15",
            "count": 1
          },
          {
            "date": "2022-02-14",
            "count": 1
          },
          {
            "date": "2022-03-02",
            "count": 1
          },
          {
            "date": "2022-07-14",
            "count": 1
          },
          {
            "date": "2022-09-02",
            "count": 1
          },
          {
            "date": "2023-12-24",
            "count": 1
          },
          {
            "date": "2024-01-27",
            "count": 1
          },
          {
            "date": "2024-09-10",
            "count": 1
          },
          {
            "date": "2024-11-05",
            "count": 1
          },
          {
            "date": "2024-12-12",
            "count": 1
          },
          {
            "date": "2025-05-21",
            "count": 1
          },
          {
            "date": "2025-09-13",
            "count": 1
          },
          {
            "date": "2025-10-30",
            "count": 1
          },
          {
            "date": "2026-03-12",
            "count": 1
          },
          {
            "date": "2026-06-21",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 21,
        "total_forks": 22
      },
      "star_history": {
        "days": [
          {
            "date": "2020-12-06",
            "count": 18
          },
          {
            "date": "2020-12-07",
            "count": 11
          },
          {
            "date": "2020-12-08",
            "count": 1
          },
          {
            "date": "2020-12-09",
            "count": 1
          },
          {
            "date": "2020-12-11",
            "count": 2
          },
          {
            "date": "2020-12-12",
            "count": 1
          },
          {
            "date": "2020-12-15",
            "count": 2
          },
          {
            "date": "2021-01-01",
            "count": 1
          },
          {
            "date": "2021-01-08",
            "count": 1
          },
          {
            "date": "2021-02-25",
            "count": 2
          },
          {
            "date": "2021-03-01",
            "count": 1
          },
          {
            "date": "2021-03-04",
            "count": 1
          },
          {
            "date": "2021-03-11",
            "count": 2
          },
          {
            "date": "2021-03-21",
            "count": 1
          },
          {
            "date": "2021-03-28",
            "count": 1
          },
          {
            "date": "2021-04-22",
            "count": 1
          },
          {
            "date": "2021-06-01",
            "count": 1
          },
          {
            "date": "2021-06-02",
            "count": 2
          },
          {
            "date": "2021-06-05",
            "count": 1
          },
          {
            "date": "2021-06-07",
            "count": 1
          },
          {
            "date": "2021-06-17",
            "count": 1
          },
          {
            "date": "2021-06-28",
            "count": 1
          },
          {
            "date": "2021-07-07",
            "count": 1
          },
          {
            "date": "2021-07-21",
            "count": 1
          },
          {
            "date": "2021-07-26",
            "count": 2
          },
          {
            "date": "2021-07-27",
            "count": 1
          },
          {
            "date": "2021-08-04",
            "count": 1
          },
          {
            "date": "2021-08-25",
            "count": 1
          },
          {
            "date": "2021-09-09",
            "count": 1
          },
          {
            "date": "2021-10-12",
            "count": 1
          },
          {
            "date": "2021-10-28",
            "count": 1
          },
          {
            "date": "2021-11-20",
            "count": 1
          },
          {
            "date": "2021-11-26",
            "count": 1
          },
          {
            "date": "2021-11-29",
            "count": 1
          },
          {
            "date": "2021-11-30",
            "count": 1
          },
          {
            "date": "2021-12-01",
            "count": 1
          },
          {
            "date": "2021-12-19",
            "count": 1
          },
          {
            "date": "2021-12-20",
            "count": 1
          },
          {
            "date": "2021-12-31",
            "count": 1
          },
          {
            "date": "2022-01-03",
            "count": 1
          },
          {
            "date": "2022-01-09",
            "count": 1
          },
          {
            "date": "2022-01-29",
            "count": 1
          },
          {
            "date": "2022-02-04",
            "count": 2
          },
          {
            "date": "2022-02-05",
            "count": 1
          },
          {
            "date": "2022-02-06",
            "count": 1
          },
          {
            "date": "2022-02-18",
            "count": 1
          },
          {
            "date": "2022-02-27",
            "count": 1
          },
          {
            "date": "2022-03-20",
            "count": 1
          },
          {
            "date": "2022-04-03",
            "count": 1
          },
          {
            "date": "2022-04-21",
            "count": 1
          },
          {
            "date": "2022-04-24",
            "count": 1
          },
          {
            "date": "2022-05-12",
            "count": 1
          },
          {
            "date": "2022-05-26",
            "count": 1
          },
          {
            "date": "2022-05-27",
            "count": 1
          },
          {
            "date": "2022-06-11",
            "count": 1
          },
          {
            "date": "2022-06-25",
            "count": 1
          },
          {
            "date": "2022-07-13",
            "count": 1
          },
          {
            "date": "2022-07-14",
            "count": 1
          },
          {
            "date": "2022-07-20",
            "count": 1
          },
          {
            "date": "2022-08-15",
            "count": 2
          },
          {
            "date": "2022-08-23",
            "count": 1
          },
          {
            "date": "2022-09-20",
            "count": 1
          },
          {
            "date": "2022-09-25",
            "count": 1
          },
          {
            "date": "2022-09-27",
            "count": 1
          },
          {
            "date": "2022-10-26",
            "count": 1
          },
          {
            "date": "2022-11-23",
            "count": 1
          },
          {
            "date": "2022-12-08",
            "count": 1
          },
          {
            "date": "2022-12-10",
            "count": 1
          },
          {
            "date": "2022-12-21",
            "count": 1
          },
          {
            "date": "2023-01-07",
            "count": 1
          },
          {
            "date": "2023-01-15",
            "count": 1
          },
          {
            "date": "2023-01-27",
            "count": 1
          },
          {
            "date": "2023-02-10",
            "count": 1
          },
          {
            "date": "2023-02-21",
            "count": 1
          },
          {
            "date": "2023-03-22",
            "count": 1
          },
          {
            "date": "2023-03-23",
            "count": 1
          },
          {
            "date": "2023-04-21",
            "count": 1
          },
          {
            "date": "2023-06-12",
            "count": 1
          },
          {
            "date": "2023-07-25",
            "count": 1
          },
          {
            "date": "2023-08-21",
            "count": 1
          },
          {
            "date": "2023-09-02",
            "count": 1
          },
          {
            "date": "2023-09-14",
            "count": 1
          },
          {
            "date": "2023-10-20",
            "count": 1
          },
          {
            "date": "2023-11-13",
            "count": 1
          },
          {
            "date": "2023-11-17",
            "count": 1
          },
          {
            "date": "2023-11-28",
            "count": 1
          },
          {
            "date": "2023-12-06",
            "count": 1
          },
          {
            "date": "2023-12-11",
            "count": 1
          },
          {
            "date": "2023-12-24",
            "count": 1
          },
          {
            "date": "2024-02-09",
            "count": 1
          },
          {
            "date": "2024-02-25",
            "count": 1
          },
          {
            "date": "2024-03-29",
            "count": 1
          },
          {
            "date": "2024-04-06",
            "count": 1
          },
          {
            "date": "2024-04-27",
            "count": 1
          },
          {
            "date": "2024-05-11",
            "count": 1
          },
          {
            "date": "2024-06-24",
            "count": 1
          },
          {
            "date": "2024-07-03",
            "count": 1
          },
          {
            "date": "2024-08-18",
            "count": 1
          },
          {
            "date": "2024-08-21",
            "count": 1
          },
          {
            "date": "2024-10-01",
            "count": 1
          },
          {
            "date": "2024-10-25",
            "count": 1
          },
          {
            "date": "2024-11-05",
            "count": 1
          },
          {
            "date": "2024-11-29",
            "count": 1
          },
          {
            "date": "2024-12-15",
            "count": 1
          },
          {
            "date": "2025-01-04",
            "count": 1
          },
          {
            "date": "2025-01-13",
            "count": 1
          },
          {
            "date": "2025-01-20",
            "count": 1
          },
          {
            "date": "2025-01-29",
            "count": 1
          },
          {
            "date": "2025-02-02",
            "count": 1
          },
          {
            "date": "2025-02-11",
            "count": 1
          },
          {
            "date": "2025-02-17",
            "count": 1
          },
          {
            "date": "2025-02-27",
            "count": 1
          },
          {
            "date": "2025-04-11",
            "count": 2
          },
          {
            "date": "2025-04-24",
            "count": 1
          },
          {
            "date": "2025-05-15",
            "count": 1
          },
          {
            "date": "2025-05-27",
            "count": 1
          },
          {
            "date": "2025-05-31",
            "count": 1
          },
          {
            "date": "2025-06-10",
            "count": 1
          },
          {
            "date": "2025-07-07",
            "count": 1
          },
          {
            "date": "2025-07-20",
            "count": 1
          },
          {
            "date": "2025-08-03",
            "count": 1
          },
          {
            "date": "2025-08-08",
            "count": 1
          },
          {
            "date": "2025-09-05",
            "count": 1
          },
          {
            "date": "2025-09-13",
            "count": 1
          },
          {
            "date": "2025-09-19",
            "count": 1
          },
          {
            "date": "2025-10-13",
            "count": 1
          },
          {
            "date": "2025-10-27",
            "count": 1
          },
          {
            "date": "2025-10-30",
            "count": 1
          },
          {
            "date": "2025-11-24",
            "count": 1
          },
          {
            "date": "2025-12-05",
            "count": 1
          },
          {
            "date": "2025-12-07",
            "count": 1
          },
          {
            "date": "2025-12-23",
            "count": 1
          },
          {
            "date": "2025-12-31",
            "count": 1
          },
          {
            "date": "2026-01-06",
            "count": 1
          },
          {
            "date": "2026-01-21",
            "count": 1
          },
          {
            "date": "2026-01-26",
            "count": 1
          },
          {
            "date": "2026-01-28",
            "count": 1
          },
          {
            "date": "2026-02-10",
            "count": 1
          },
          {
            "date": "2026-03-06",
            "count": 1
          },
          {
            "date": "2026-03-30",
            "count": 1
          },
          {
            "date": "2026-04-07",
            "count": 1
          },
          {
            "date": "2026-04-15",
            "count": 1
          },
          {
            "date": "2026-04-25",
            "count": 1
          },
          {
            "date": "2026-04-29",
            "count": 1
          },
          {
            "date": "2026-05-06",
            "count": 1
          },
          {
            "date": "2026-05-25",
            "count": 1
          },
          {
            "date": "2026-05-30",
            "count": 1
          },
          {
            "date": "2026-06-05",
            "count": 1
          },
          {
            "date": "2026-06-18",
            "count": 1
          },
          {
            "date": "2026-06-28",
            "count": 1
          },
          {
            "date": "2026-06-30",
            "count": 1
          },
          {
            "date": "2026-07-07",
            "count": 1
          },
          {
            "date": "2026-07-16",
            "count": 2
          },
          {
            "date": "2026-07-18",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 191,
        "total_stars": 192
      },
      "open_issues_and_prs": 1
    },
    "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": [
        "lib/blake3_dotnet/Cargo.toml",
        "src/Blake3.Benchmarks/Blake3.Benchmarks.csproj",
        "src/Blake3.Native/Blake3.Native.csproj",
        "src/Blake3.Tests/Blake3.Tests.csproj",
        "src/Blake3/Blake3.csproj"
      ],
      "largest_source_bytes": 28163,
      "source_files_sampled": 25,
      "oversized_source_files": 0,
      "agent_instruction_files": [
        ".github/copilot-instructions.md",
        "AGENTS.md",
        "CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 3356
    },
    "dependencies": {
      "manifests": [],
      "advisories": {
        "error": "No resolved dependencies carried a version and a supported ecosystem",
        "scope": "repository_graph",
        "source": null,
        "findings": [],
        "collected": false,
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 0,
        "assessed_package": null,
        "unassessed_count": 9,
        "direct_affected_count": 0
      },
      "ecosystems": [],
      "dependencies": [
        {
          "name": "blake3",
          "manifest": "lib/blake3_dotnet/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "1.8.2"
        },
        {
          "name": "libc",
          "manifest": "lib/blake3_dotnet/Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.2.178"
        },
        {
          "name": "BenchmarkDotNet",
          "manifest": "src/Blake3.Benchmarks/Blake3.Benchmarks.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "Blake3.Managed",
          "manifest": "src/Blake3.Benchmarks/Blake3.Benchmarks.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "SauceControl.Blake2Fast",
          "manifest": "src/Blake3.Benchmarks/Blake3.Benchmarks.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "MinVer",
          "manifest": "src/Blake3.Native/Blake3.Native.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "NUnit",
          "manifest": "src/Blake3.Tests/Blake3.Tests.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "NUnit3TestAdapter",
          "manifest": "src/Blake3.Tests/Blake3.Tests.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "Microsoft.NET.Test.Sdk",
          "manifest": "src/Blake3.Tests/Blake3.Tests.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        },
        {
          "name": "MinVer",
          "manifest": "src/Blake3/Blake3.csproj",
          "ecosystem": "nuget",
          "version_constraint": null
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "blake3",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "libc",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "BenchmarkDotNet",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "Blake3.Managed",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "Microsoft.NET.Test.Sdk",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "MinVer",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "NUnit",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "NUnit3TestAdapter",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          },
          {
            "name": "SauceControl.Blake2Fast",
            "direct": true,
            "version": null,
            "ecosystem": "nuget"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 9,
        "direct_count": 9,
        "indirect_count": 0
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 9,
        "open_issues": 1,
        "closed_ratio": 0.96,
        "closed_issues": 24,
        "closed_unmerged_prs": 1
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "xoofx",
          "commits": 148,
          "avatar_url": "https://avatars.githubusercontent.com/u/715038?v=4"
        },
        {
          "type": "User",
          "login": "samuel-lucas6",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/63159663?v=4"
        },
        {
          "type": "User",
          "login": "rfrfrf",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/1591472?v=4"
        },
        {
          "type": "User",
          "login": "HMBSbige",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/19153265?v=4"
        },
        {
          "type": "User",
          "login": "FirehawkV21",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/10028592?v=4"
        },
        {
          "type": "User",
          "login": "wegel",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1017404?v=4"
        }
      ],
      "contributors_sampled": 6,
      "top_contributor_share": 0.949
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": false,
      "ci_workflows": [
        "managed.yml",
        "native.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": 0,
            "reason": "binaries present in source code",
            "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": null,
            "reason": "no pull request found",
            "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/30 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 13 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 9,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "30 commit(s) and 1 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": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "no SAST tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 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": "add258a0789ae4119745b81c12307cdd71f562f7",
        "ran_at": "2026-07-21T20:55:04Z",
        "aggregate_score": 3.3,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/xoofx/Blake3.NET",
    "host": "github.com",
    "name": "Blake3.NET",
    "owner": "xoofx"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 55,
      "inputs": {
        "security": 33,
        "vitality": 76,
        "community": 43,
        "governance": 65,
        "engineering": 48
      },
      "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": 66,
            "inputs": {
              "commits_last_year": 64,
              "human_commit_share": 1,
              "days_since_last_push": 3,
              "active_weeks_last_year": 5
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 3 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 3
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "5/52 weeks with commits",
                "points": 3.5,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "64 commits in the last year",
                "points": 16.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 64
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 1 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 92,
            "inputs": {
              "releases_count": 12,
              "latest_release_tag": "3.0.2",
              "releases_from_tags": false,
              "days_since_latest_release": 5,
              "mean_days_between_releases": 112.4
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "12 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 5 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~112.4 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 112.4
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "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": 3,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 3 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 3
                    }
                  }
                ],
                "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": 43,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "forks": 22,
              "stars": 192,
              "watchers": 3,
              "growth_state": "organic",
              "growth_factor_pct": 100
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "192 stars",
                "points": 37,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 192
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "22 forks",
                "points": 11,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 22
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "3 watchers",
                "points": 1.7,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "at_risk",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 44,
            "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": "license file present, not a recognized license",
                "points": 16.9,
                "status": "partial",
                "details": [
                  {
                    "code": "license_custom",
                    "params": {}
                  }
                ],
                "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": "at_risk",
            "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": 30,
            "inputs": {
              "packages": [
                "Blake3.Native"
              ],
              "dependents": null,
              "ecosystems": "nuget",
              "total_downloads": 200,
              "monthly_downloads": null
            },
            "components": [
              {
                "key": "total_downloads",
                "name": "Total downloads",
                "detail": "200 downloads all-time across nuget",
                "points": 23.9,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_total",
                    "params": {
                      "count": 200,
                      "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": 65,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 28,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 6,
              "top_contributor_share": 0.949
            },
            "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 95% of commits",
                "points": 1.1,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 95
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "6 contributors",
                "points": 8.1,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 6
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 79,
            "inputs": {
              "merged_prs": 9,
              "open_issues": 1,
              "closed_issues": 24,
              "issue_closed_ratio": 0.96,
              "closed_unmerged_prs": 1
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "96% of issues closed",
                "points": 44.9,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 96
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "9/10 decided PRs merged",
                "points": 34.4,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 9,
                      "decided": 10
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 73,
            "inputs": {
              "followers": 1697,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "xoofx",
              "public_repos": 104,
              "account_age_days": 5584
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "1,697 followers of xoofx",
                "points": 23.2,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 1697,
                      "login": "xoofx"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "104 public repos, account ~15 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 104
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 92,
            "inputs": {
              "packages": [
                "Blake3.Native"
              ],
              "ecosystems": "nuget",
              "any_deprecated": false,
              "min_days_since_publish": 5
            },
            "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 5 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "3 published versions",
                "points": 12,
                "status": "partial",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": 48,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "at_risk",
            "name": "Engineering practices",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_ci_tests"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "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": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "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": "no pull request found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "good",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 75,
            "inputs": {
              "topics": [
                "blake3",
                "cryptography",
                "hash",
                "dotnet"
              ],
              "has_wiki": false,
              "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": "4 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 4
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "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": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "ci_tests",
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 33,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 3.3
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "binaries present in source code",
                "points": 0,
                "status": "missed",
                "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": "no pull request found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "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/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "30 commit(s) and 1 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 not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "no SAST tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 8
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "at_risk",
        "name": "AI Readiness",
        "value": 47,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "moderate",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.09,
              "agent_instruction_files": [
                ".github/copilot-instructions.md",
                "AGENTS.md",
                "CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 3356
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": ".github/copilot-instructions.md, AGENTS.md, CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".github/copilot-instructions.md, AGENTS.md, 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": "9 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 4.8,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 9,
                      "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": [
                "lib/blake3_dotnet/Cargo.toml",
                "src/Blake3.Benchmarks/Blake3.Benchmarks.csproj",
                "src/Blake3.Native/Blake3.Native.csproj",
                "src/Blake3.Tests/Blake3.Tests.csproj",
                "src/Blake3/Blake3.csproj"
              ],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "lib/blake3_dotnet/Cargo.toml, src/Blake3.Benchmarks/Blake3.Benchmarks.csproj, src/Blake3.Native/Blake3.Native.csproj (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "lib/blake3_dotnet/Cargo.toml, src/Blake3.Benchmarks/Blake3.Benchmarks.csproj, src/Blake3.Native/Blake3.Native.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": 28163,
              "source_files_sampled": 25,
              "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/25 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 25,
                      "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": [
    "Could not fetch crates package 'blake3_dotnet' from its registry",
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-21T20:55:12.531488Z",
  "schema_version": "0.23.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xoofx/Blake3.NET.svg",
  "full_name": "xoofx/Blake3.NET",
  "license_state": "custom",
  "license_spdx": null
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.23.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsNuGet.