Public record
Software health reportschema 0.31.0 · metrics 2.5.0 · 2026-08-05 09:12 UTC

sciencesakura / mutf-8

A TypeScript/JavaScript library for encoding and decoding Modified UTF-8, the character encoding variant used in the Java platform for class files, object serialization, and other Java technologies.

TypeScriptMIT★ 8 stars⑂ 1 forksince Oct 2020View on GitHub ↗

sciencesakura/mutf-8 holds a health index of 62 out of 100, placing it in the Moderate band. It scores highest on Vitality (73/100) and lowest on Community & Adoption (39/100). It was last updated 11 days ago. A single contributor accounts for most of its recent work.

62
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

62
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe 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.

The weighted overall 58 is calibrated to 62 on the published index scale (record calibration 2026-08-02).

Ownership

sciencesakuraPersonal account
3 followers20 public repossince Apr 2017

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
npmmutf-81.2.45,7691711 days agocharsetencodingjavamutf-8mutf8
npmmutf-8-stream1.2.4203511 days agocharsetencodingjavamutf-8mutf8

Metrics by category

Vitality

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

73Good · 21% of overall
How it's scored
28.8/36Push recency — last push 11 days ago
5.5/36Commit cadence — 8/52 weeks with commits
16.3/18Commit volume — 65 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_year65
human_commit_share0.87
days_since_last_push11
active_weeks_last_year8
How it's scored
27/27Ships releases — 11 releases published
36/36Release recency — latest release 11 days ago
19.8/27Release cadence — a release every ~111.7 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count11
latest_release_tagv1.2.4
releases_from_tagsno
days_since_latest_release11
mean_days_between_releases111.7
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?

39Weak · 17% of overall
How it's scored
13.7/60Stars — 8 stars
0/25Forks — 1 forks
0/15Watchers — 0 watchers
Inputs used
forks1
stars8
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges2
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesbadge.fury.io, github.com
has_pull_request_templateno
How it's scored
50.3/80Monthly downloads — 5,972 downloads/month across npm
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesmutf-8, mutf-8-stream
dependents
ecosystemsnpm
total_downloads
monthly_downloads5,972
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?

54Moderate · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
0.1/22.5Commit distribution — top contributor authored 99% of commits
2.7/13.5Contributor breadth — 2 contributors
0/10OpenSSF Scorecard: Contributors — project has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled2
top_contributor_share0.994
How it's scored
42/42Issue resolution — 100% of issues closed
26.2/30PR acceptance — 69/79 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 0/9 approved changesets -- score normalized to 0
Inputs used
merged_prs69
open_issues0
closed_issues5
prs_merged_7d0
prs_decided_7d0
prs_merged_30d4
prs_decided_30d4
issue_closed_ratio1
closed_unmerged_prs10
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
4.3/25Owner reach — 3 followers of sciencesakura
21.6/25Track record — 20 public repos, account ~9 yr old
Inputs used
followers3
owner_typeUser
is_verified
owner_loginsciencesakura
public_repos20
account_age_days3,394
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 2 package(s) on npm
35/35Publish recency — latest publish 11 days ago
20/20Version history — 17 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesmutf-8, mutf-8-stream
ecosystemsnpm
any_deprecatedno
min_days_since_publish11

Engineering Quality

Are baseline engineering and documentation practices in place?

60Moderate · 19% of overall
How it's scored
24/24CI workflows — 3 workflow(s)
0/24Tests present
16/16Linter config — biome.json
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 12 out of 12 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsno
has_editorconfigyes
has_linter_configyes
has_precommit_configno

Documentation

50Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 5 topics
0/10Wiki
Inputs used
topicscharset, encoding, java, mutf-8, mutf8
has_wikino
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

65Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — no data
2.5/2.5CI-Tests — 12 out of 12 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/9 approved changesets -- score normalized to 0
0/2.5Contributors — project has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/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
5/5Packaging — packaging workflow detected
2.5/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 5
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
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
5.2/7.5Vulnerabilities — 3 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate5.6
Excluded from scoring (no data or not applicable): branch_protection, signed_releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories3
affected_packages2
assessed_packages181
unassessed_packages1
affected_by_severityhigh 1, moderate 1
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 181 resolved dependencies against OSV. 1 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

52Moderate · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
36.2/40Legible commit history — 59 of 87 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.678
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
0/22Automated tests
11/11Lint / format config — biome.json
11/11Static type checking — packages/mutf-8-stream/tsconfig.json, packages/mutf-8/tsconfig.json, tsconfig.json
10/10Reproducible environment — devcontainer, Dockerfile, lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 13 of the last 100 commits are automated dependency updates
5/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 5
Inputs used
has_nixno
has_testsno
lockfilespackage-lock.json
has_dockerfileyes
typed_languageyes
bootstrap_files
has_devcontaineryes
has_linter_configyes
typecheck_configspackages/mutf-8-stream/tsconfig.json, packages/mutf-8/tsconfig.json, tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.13
How it's scored
45/45Type-checkable code — TypeScript (statically typed)
55/55Manageable file sizes — 0/2 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes14,830
source_files_sampled2
oversized_source_files0

Key facts

8GitHub stars
2contributors
65commits, last 12 months
11days since last push
11releases
1bus factor
0open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

OpenSSF Scorecard 5.6 / 10
5.6aggregate

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-08-05 09:12 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
10CI-Tests12 out of 12 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/9 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 5
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7Vulnerabilities3 existing vulnerabilities detected
Direct dependencies 1
RegistryPackageVersion constraintManifest
npmmutf-8^1.2.4packages/mutf-8-stream/package.json
All dependencies 182

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

RegistryPackageVersionRelation
npmmutf-8^1.2.4direct
npm@biomejs/biome2.5.5indirect
npm@biomejs/cli-darwin-arm642.5.5indirect
npm@biomejs/cli-darwin-x642.5.5indirect
npm@biomejs/cli-linux-arm642.5.5indirect
npm@biomejs/cli-linux-arm64-musl2.5.5indirect
npm@biomejs/cli-linux-x642.5.5indirect
npm@biomejs/cli-linux-x64-musl2.5.5indirect
npm@biomejs/cli-win32-arm642.5.5indirect
npm@biomejs/cli-win32-x642.5.5indirect
npm@emnapi/core1.11.1indirect
npm@emnapi/runtime1.11.1indirect
npm@emnapi/wasi-threads1.2.2indirect
npm@gerrit0/mini-shiki3.23.0indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@napi-rs/wasm-runtime1.1.6indirect
npm@nodelib/fs.scandir2.1.5indirect
npm@nodelib/fs.stat2.0.5indirect
npm@nodelib/fs.walk1.2.8indirect
npm@oxc-project/types0.139.0indirect
npm@rolldown/binding-android-arm641.1.5indirect
npm@rolldown/binding-darwin-arm641.1.5indirect
npm@rolldown/binding-darwin-x641.1.5indirect
npm@rolldown/binding-freebsd-x641.1.5indirect
npm@rolldown/binding-linux-arm-gnueabihf1.1.5indirect
npm@rolldown/binding-linux-arm64-gnu1.1.5indirect
npm@rolldown/binding-linux-arm64-musl1.1.5indirect
npm@rolldown/binding-linux-ppc64-gnu1.1.5indirect
npm@rolldown/binding-linux-s390x-gnu1.1.5indirect
npm@rolldown/binding-linux-x64-gnu1.1.5indirect
npm@rolldown/binding-linux-x64-musl1.1.5indirect
npm@rolldown/binding-openharmony-arm641.1.5indirect
npm@rolldown/binding-wasm32-wasi1.1.5indirect
npm@rolldown/binding-win32-arm64-msvc1.1.5indirect
npm@rolldown/binding-win32-x64-msvc1.1.5indirect
npm@rolldown/pluginutils1.0.1indirect
npm@shikijs/engine-oniguruma3.23.0indirect
npm@shikijs/langs3.23.0indirect
npm@shikijs/themes3.23.0indirect
npm@shikijs/types3.23.0indirect
npm@shikijs/vscode-textmate10.0.2indirect
npm@standard-schema/spec1.1.0indirect
npm@tybys/wasm-util0.10.3indirect
npm@types/chai5.2.3indirect
npm@types/deep-eql4.0.2indirect
npm@types/estree1.0.9indirect
npm@types/hast3.0.4indirect
npm@types/unist3.0.3indirect
npm@vitest/expect4.1.10indirect
npm@vitest/mocker4.1.10indirect
npm@vitest/pretty-format4.1.10indirect
npm@vitest/runner4.1.10indirect
npm@vitest/snapshot4.1.10indirect
npm@vitest/spy4.1.10indirect
npm@vitest/utils4.1.10indirect
npmansi-styles4.3.0indirect
npmansi-styles6.2.1indirect
npmargparse2.0.1indirect
npmarray-back6.2.3indirect
npmassertion-error2.0.1indirect
npmbalanced-match4.0.4indirect
npmbrace-expansion5.0.7indirect
npmbraces3.0.3indirect
npmchai6.2.2indirect
npmchalk4.1.2indirect
npmchalk5.6.2indirect
npmchalk-template0.4.0indirect
npmcolor-convert2.0.1indirect
npmcolor-name1.1.4indirect
npmcommand-line-args6.0.1indirect
npmcommand-line-usage7.0.4indirect
npmconvert-source-map2.0.0indirect
npmcpx29.0.0indirect
npmcross-spawn7.0.6indirect
npmcurrent-module-paths1.1.3indirect
npmdebounce3.0.0indirect
npmdetect-libc2.1.2indirect
npmentities4.5.0indirect
npmes-module-lexer2.1.0indirect
npmestree-walker3.0.3indirect
npmexpect-type1.3.0indirect
npmfast-diff1.3.0indirect
npmfast-glob3.3.3indirect
npmfastq1.20.1indirect
npmfdir6.5.0indirect
npmfile-set5.3.0indirect
npmfill-range7.1.1indirect
npmfind-index0.1.1indirect
npmfind-replace5.0.2indirect
npmfsevents2.3.3indirect
npmglob13.0.6indirect
npmglob-parent5.1.2indirect
npmglob2base0.0.12indirect
npmglobal-directory4.0.1indirect
npmhas-flag4.0.0indirect
npmignore7.0.5indirect
npmini4.1.1indirect
npmis-extglob2.1.1indirect
npmis-glob4.0.3indirect
npmis-number7.0.0indirect
npmisexe2.0.0indirect
npmisexe4.0.0indirect
npmjson-parse-even-better-errors6.0.0indirect
npmlightningcss1.33.0indirect
npmlightningcss-android-arm641.33.0indirect
npmlightningcss-darwin-arm641.33.0indirect
npmlightningcss-darwin-x641.33.0indirect
npmlightningcss-freebsd-x641.33.0indirect
npmlightningcss-linux-arm-gnueabihf1.33.0indirect
npmlightningcss-linux-arm64-gnu1.33.0indirect
npmlightningcss-linux-arm64-musl1.33.0indirect
npmlightningcss-linux-x64-gnu1.33.0indirect
npmlightningcss-linux-x64-musl1.33.0indirect
npmlightningcss-win32-arm64-msvc1.33.0indirect
npmlightningcss-win32-x64-msvc1.33.0indirect
npmlinkify-it5.0.2indirect
npmload-module5.0.0indirect
npmlodash.camelcase4.3.0indirect
npmlru-cache11.1.0indirect
npmlunr2.3.9indirect
npmmagic-string0.30.21indirect
npmmarkdown-it14.3.0indirect
npmmdurl2.0.0indirect
npmmemorystream0.3.1indirect
npmmerge21.4.1indirect
npmmicromatch4.0.8indirect
npmminimatch10.2.5indirect
npmminimist1.2.8indirect
npmminipass7.1.3indirect
npmnanoid3.3.16indirect
npmnpm-normalize-package-bin6.0.0indirect
npmnpm-run-all29.0.2indirect
npmobug2.1.1indirect
npmp-map7.0.3indirect
npmpackage-json-from-dist1.0.1indirect
npmpackages/mutf-81.2.4indirect
npmpackages/mutf-8-stream1.2.4indirect
npmpath-key3.1.1indirect
npmpath-scurry2.0.2indirect
npmpathe2.0.3indirect
npmpicocolors1.1.1indirect
npmpicomatch2.3.2indirect
npmpicomatch4.0.5indirect
npmpidtree1.0.0indirect
npmpostcss8.5.22indirect
npmprintj1.3.1indirect
npmpunycode.js2.3.1indirect
npmqueue-microtask1.2.3indirect
npmread-package-json-fast6.0.0indirect
npmrenamer5.0.3indirect
npmreusify1.1.0indirect
npmrimraf6.1.3indirect
npmrolldown1.1.5indirect
npmrun-parallel1.2.0indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmshell-quote1.10.0indirect
npmsiginfo2.0.0indirect
npmsource-map-js1.2.1indirect
npmstackback0.0.2indirect
npmstd-env4.1.0indirect
npmstream-read-all5.0.2indirect
npmsubarg1.0.0indirect
npmsupports-color7.2.0indirect
npmtable-layout4.1.1indirect
npmtinybench2.9.0indirect
npmtinyexec1.0.2indirect
npmtinyglobby0.2.17indirect
npmtinyrainbow3.1.0indirect
npmto-regex-range5.0.1indirect
npmtslib2.8.1indirect
npmtypedoc0.28.20indirect
npmtypescript6.0.3indirect
npmtypical7.3.0indirect
npmuc.micro2.1.0indirect
npmvite8.1.5indirect
npmvitest4.1.10indirect
npmwhich2.0.2indirect
npmwhich7.0.0indirect
npmwhy-is-node-running2.3.0indirect
npmwordwrapjs5.1.1indirect
npmyaml2.9.0indirect
Dependency advisories 2

This repository publishes no package the index resolves, so its own dependency graph was assessed — 181 packages, which also include development and test pins that never ship: 2 carry known advisories, of which 0 are direct. 1 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

PackageVersionRelationSeverityAdvisoriesFixed in
brace-expansion5.0.7indirecthigh25.0.9
postcss8.5.22indirectmoderate18.5.23

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "icon": {
      "bytes": 699,
      "width": 230,
      "height": 230,
      "rejected": [],
      "collected": true,
      "media_type": "image/png",
      "source_url": "https://avatars.githubusercontent.com/u/27776522?v=4&s=256",
      "source_type": "avatar",
      "content_hash": "119c90d9206786de5f60c9272022e8c1ecb4fed87ea62d4db1976cd6f80bc2ba",
      "candidates_considered": 1
    },
    "repo": {
      "topics": [
        "charset",
        "encoding",
        "java",
        "mutf-8",
        "mutf8"
      ],
      "is_fork": false,
      "size_kb": 779,
      "has_wiki": false,
      "homepage": null,
      "languages": {
        "Groovy": 1772,
        "Dockerfile": 1756,
        "TypeScript": 47849
      },
      "pushed_at": "2026-07-25T04:59:41Z",
      "created_at": "2020-10-14T18:59:55Z",
      "owner_type": "User",
      "updated_at": "2026-07-25T04:57:51Z",
      "description": "A TypeScript/JavaScript library for encoding and decoding Modified UTF-8, the character encoding variant used in the Java platform for class files, object serialization, and other Java technologies.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "TypeScript",
      "significant_languages": [
        "TypeScript"
      ]
    },
    "owner": {
      "blog": "https://www.sciencesakura.com/",
      "name": "sciencesakura",
      "type": "User",
      "login": "sciencesakura",
      "company": null,
      "location": "Tokyo, Japan",
      "followers": 3,
      "avatar_url": "https://avatars.githubusercontent.com/u/27776522?v=4",
      "created_at": "2017-04-19T15:26:09Z",
      "is_verified": null,
      "public_repos": 20,
      "account_age_days": 3394
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v1.2.4",
          "kind": "patch",
          "published_at": "2026-07-25T05:00:43Z"
        },
        {
          "tag": "v1.2.3",
          "kind": "patch",
          "published_at": "2026-06-20T10:41:52Z"
        },
        {
          "tag": "v1.2.2",
          "kind": "patch",
          "published_at": "2025-06-29T16:00:04Z"
        },
        {
          "tag": "v1.2.1",
          "kind": "patch",
          "published_at": "2025-06-28T11:52:28Z"
        },
        {
          "tag": "v1.2.0",
          "kind": "minor",
          "published_at": "2025-02-17T14:53:48Z"
        },
        {
          "tag": "v1.1.5",
          "kind": "patch",
          "published_at": "2025-01-26T15:39:16Z"
        },
        {
          "tag": "v1.1.4",
          "kind": "patch",
          "published_at": "2024-09-28T10:51:26Z"
        },
        {
          "tag": "v1.1.3",
          "kind": "patch",
          "published_at": "2024-04-27T12:22:53Z"
        },
        {
          "tag": "v1.1.2",
          "kind": "patch",
          "published_at": "2024-03-24T17:21:14Z"
        },
        {
          "tag": "v1.1.1",
          "kind": "patch",
          "published_at": "2023-10-23T17:24:10Z"
        },
        {
          "tag": "v1.1.0",
          "kind": "minor",
          "published_at": "2023-10-23T09:48:59Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "c18dace9f3999b9d7a7888e7f7243a68fa745c65",
          "body": null,
          "is_bot": false,
          "headline": "1.2.4",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-25T04:56:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "905a3892435ca6f15738d22e0c24cc4ac110b4af",
          "body": null,
          "is_bot": false,
          "headline": "docs: Update CHANGELOG.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-25T04:50:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d5049937203b747e861ae3a3dc175279c637548",
          "body": "docs: Change the edition of JVMS from 21 to 25.",
          "is_bot": false,
          "headline": "Merge pull request #86 from sciencesakura/bump-jvms",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-25T04:45:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9219128b89574e187e7a31c4112de6a01a483a86",
          "body": null,
          "is_bot": false,
          "headline": "docs: Change the edition of JVMS from 21 to 25.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-25T04:43:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4da86d66b3578be14d232d6192aed520c47269ed",
          "body": "chore(deps): Upgrade TypeScript from 5.9 to 6.0.",
          "is_bot": false,
          "headline": "Merge pull request #83 from sciencesakura/typescript-6",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T17:11:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e5219a8f074b02c88744b31dc8d6f79d4ddb615b",
          "body": null,
          "is_bot": false,
          "headline": "chore(deps): Upgrade TypeScript from 5.9 to 6.0.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T17:08:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "48929ad1a770cd4b877cd39bb01012cf75d9c704",
          "body": "ci: Reduce redundant CI runs.",
          "is_bot": false,
          "headline": "Merge pull request #82 from sciencesakura/reduce-ci-runs",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T16:11:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cdd2cd6e1cee2ec02942deafe35d9757d496e6a2",
          "body": null,
          "is_bot": false,
          "headline": "ci: Reduce redundant CI runs.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T16:09:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a6009042889a46c896805c151c1b3fe5a7084602",
          "body": "build: Upgrade Node.js from 24.13.1 to 24.18.0.",
          "is_bot": false,
          "headline": "Merge pull request #81 from sciencesakura/fix-ci-warn",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:43:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d648c5d2aa0a3df6fdc5625c501edcfb562c29f",
          "body": null,
          "is_bot": false,
          "headline": "docs: Update CHANGELOG.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:42:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6e742c140c469c44df4465bfb5a61dc2eeb26598",
          "body": null,
          "is_bot": false,
          "headline": "ci: Fix data type of `on.push.branches`.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:33:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e512a9ec5fbf46e8f96e8a84c3087e9ddab44cf9",
          "body": null,
          "is_bot": false,
          "headline": "build: Upgrade Node.js from 24.13.1 to 24.18.0.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:25:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a1deda68c8ac989e87e73755aebd1e15761bfdde",
          "body": null,
          "is_bot": false,
          "headline": "docs: Update CHANGELOG.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:13:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df2ad9bf06d00480cdd9bfbe580d72f2f4d4b1fc",
          "body": "…ll-quote-1.10.0\n\nBump shell-quote from 1.8.4 to 1.10.0",
          "is_bot": false,
          "headline": "Merge pull request #80 from sciencesakura/dependabot/npm_and_yarn/she…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:07:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "624484652fcee4fcba369614dcd3569aa3323976",
          "body": "…ce-expansion-5.0.7\n\nBump brace-expansion from 5.0.6 to 5.0.7",
          "is_bot": false,
          "headline": "Merge pull request #79 from sciencesakura/dependabot/npm_and_yarn/bra…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T15:00:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d67de9e02a03c6151b4e06a14a14081372089ac",
          "body": "…est-4.1.10\n\nBump vitest from 4.1.8 to 4.1.10",
          "is_bot": false,
          "headline": "Merge pull request #77 from sciencesakura/dependabot/npm_and_yarn/vit…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T09:41:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b3ade1ac1a99ae805a2f1bcab0c718dc3f424525",
          "body": "Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.8 to 4.1.10.\n- [Release notes](https://github.com/vitest-dev/vitest/releases)\n- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)\n- [Commits](https://github.com/vitest-dev/vitest/commit\n[…]\nencies:\n- dependency-name: vitest\n  dependency-version: 4.1.10\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump vitest from 4.1.8 to 4.1.10",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-23T07:00:53Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "29a4f06b8053d27d614f2e2cab3b1ea59817a0e8",
          "body": "…edoc-0.28.20\n\nBump typedoc from 0.28.19 to 0.28.20",
          "is_bot": false,
          "headline": "Merge pull request #78 from sciencesakura/dependabot/npm_and_yarn/typ…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-23T06:58:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b993608cb36e1f7d39183eacd959874d0d224ef0",
          "body": "Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0.\n- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.4...v1.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: shell-quote\n  dependency-version: 1.10.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump shell-quote from 1.8.4 to 1.10.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T18:18:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e3e7a4035f0179d9fa857543dd11136fb870b2e3",
          "body": "Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.19 to 0.28.20.\n- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)\n- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.28.19...v0.28.2\n[…]\ncies:\n- dependency-name: typedoc\n  dependency-version: 0.28.20\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump typedoc from 0.28.19 to 0.28.20",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T18:18:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "bfb191a4fb90df116f3a91cdaf08b5b562e7bda6",
          "body": "…-run-all2-9.0.2\n\nBump npm-run-all2 from 9.0.1 to 9.0.2",
          "is_bot": false,
          "headline": "Merge pull request #75 from sciencesakura/dependabot/npm_and_yarn/npm…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-21T18:16:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8fc51ad882a7d8e386b18fea5357f055bbdf9a8d",
          "body": "…ctions/checkout-7\n\nBump actions/checkout from 6 to 7",
          "is_bot": false,
          "headline": "Merge pull request #73 from sciencesakura/dependabot/github_actions/a…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-07-21T18:12:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc959108ab6d6297287b8f0da92f7b9a08234608",
          "body": "Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.6 to 5.0.7.\n- [Release notes](https://github.com/juliangruber/brace-expansion/releases)\n- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: brace-expansion\n  dependency-version: 5.0.7\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump brace-expansion from 5.0.6 to 5.0.7",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-21T11:38:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "188ffea77467db5a126968b1ffe5e4a0d1c0e55b",
          "body": "Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 9.0.1 to 9.0.2.\n- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)\n- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v9.0.1...\n[…]\ns:\n- dependency-name: npm-run-all2\n  dependency-version: 9.0.2\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump npm-run-all2 from 9.0.1 to 9.0.2",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-07-04T01:42:58Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "19828fc37d7b9f713cd8fab6cd87c0531754eafa",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n  dependency-version: '7'\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 6 to 7",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-27T01:42:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eab7b6d1a5aa1ccb3357e00f899774c7a33738c5",
          "body": "Change Dependabot settings to ignore minor updates of Actions.",
          "is_bot": false,
          "headline": "Merge pull request #71 from sciencesakura/chg-dependabot",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T19:12:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a72df54d623735390a0b3ec7502973f3f4e00c3",
          "body": null,
          "is_bot": false,
          "headline": "Change Dependabot settings to ignore minor updates.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T19:10:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6fb629b4a6a4bd604af52b871804f1ad58447f48",
          "body": "Arrage test code.",
          "is_bot": false,
          "headline": "Merge pull request #70 from sciencesakura/refactor-test",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T18:07:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80ac0d016e49b71b5f5df98acd2b75727aa33545",
          "body": null,
          "is_bot": false,
          "headline": "Arrange npm scripts.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T17:53:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9278af309861a034973d182ea398ec3edf60bd58",
          "body": null,
          "is_bot": false,
          "headline": "Change the location of test data.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T17:31:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47865c6899994bae13f94ba779beb9b88091bac1",
          "body": "…ll-quote-1.8.4\n\nBump shell-quote from 1.8.3 to 1.8.4",
          "is_bot": false,
          "headline": "Merge pull request #67 from sciencesakura/dependabot/npm_and_yarn/she…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T12:00:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e27668d682cc6a2a29e55fea03d9aac0644fcea7",
          "body": "…kdown-it-14.2.0\n\nBump markdown-it from 14.1.1 to 14.2.0",
          "is_bot": false,
          "headline": "Merge pull request #63 from sciencesakura/dependabot/npm_and_yarn/mar…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:58:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "039ca93e15333a052611b0c1bf90275202eea10a",
          "body": "…ti-4a83aeb13d\n\nBump minimatch and typedoc",
          "is_bot": false,
          "headline": "Merge pull request #69 from sciencesakura/dependabot/npm_and_yarn/mul…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:50:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6fa77a57e0c546d30473b70362ec23b6c3561487",
          "body": "Bumps [minimatch](https://github.com/isaacs/minimatch) to 10.2.5 and updates ancestor dependency [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies need to be updated together.\n\n\nUpdates `minimatch` from 10.2.2 to 10.2.5\n- [Changelog](https://github.com/isaacs/minimatch/blob/main/c\n[…]\nency-version: 10.2.5\n  dependency-type: indirect\n- dependency-name: typedoc\n  dependency-version: 0.28.19\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump minimatch and typedoc",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:46:42Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "87c04e4c12fa15db8781958bea0cd9196b0c8597",
          "body": "Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.8.4.\n- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4)\n\n---\nupdated-dependencies:\n- dependency-name: shell-quote\n  dependency-version: 1.8.4\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump shell-quote from 1.8.3 to 1.8.4",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:46:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4541c99fa0e787a247f63c0b4cd37383dff76554",
          "body": "…2-9.0.0\n\nBump cpx2 from 8.0.0 to 9.0.0",
          "is_bot": false,
          "headline": "Merge pull request #60 from sciencesakura/dependabot/npm_and_yarn/cpx…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:44:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b67c8bfba9971624526dc9509245f49ac77947b5",
          "body": "Bumps [cpx2](https://github.com/bcomnes/cpx2) from 8.0.0 to 9.0.0.\n- [Release notes](https://github.com/bcomnes/cpx2/releases)\n- [Changelog](https://github.com/bcomnes/cpx2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/bcomnes/cpx2/compare/v8.0.0...v9.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: cpx2\n  dependency-version: 9.0.0\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump cpx2 from 8.0.0 to 9.0.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:42:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88c0bb671b6cea2bfadf13efc031d9473b6f3bea",
          "body": "…-run-all2-9.0.1\n\nBump npm-run-all2 from 8.0.4 to 9.0.1",
          "is_bot": false,
          "headline": "Merge pull request #58 from sciencesakura/dependabot/npm_and_yarn/npm…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:40:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba599eb7121bab0680440fd1fd218ed757f68c24",
          "body": "…est-4.1.8\n\nBump vitest from 4.0.18 to 4.1.8",
          "is_bot": false,
          "headline": "Merge pull request #61 from sciencesakura/dependabot/npm_and_yarn/vit…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:32:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81964a420df37f04554e7d0cd2f74a95e0ff8ff9",
          "body": "Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.4 to 9.0.1.\n- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)\n- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v8.0.4...\n[…]\ns:\n- dependency-name: npm-run-all2\n  dependency-version: 9.0.1\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump npm-run-all2 from 8.0.4 to 9.0.1",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:24:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9a972c4a15f8337b889538efef33454bdb6c74e3",
          "body": "…amer-5.0.3\n\nBump renamer from 5.0.2 to 5.0.3",
          "is_bot": false,
          "headline": "Merge pull request #62 from sciencesakura/dependabot/npm_and_yarn/ren…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:22:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5a988fa913cf5b9952c81a6ec630cbcae1691c79",
          "body": "Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.1 to 14.2.0.\n- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.1...14.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: markdown-it\n  dependency-version: 14.2.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump markdown-it from 14.1.1 to 14.2.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:16:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e7c42bc2f05ae0b7b2cfa50c80ca2e9bf44e7103",
          "body": "Bumps [renamer](https://github.com/75lb/renamer) from 5.0.2 to 5.0.3.\n- [Release notes](https://github.com/75lb/renamer/releases)\n- [Commits](https://github.com/75lb/renamer/compare/v5.0.2...v5.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: renamer\n  dependency-version: 5.0.3\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump renamer from 5.0.2 to 5.0.3",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:15:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "119ebdace44b5608ee763ae74f7314959baec973",
          "body": "Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.18 to 4.1.8.\n- [Release notes](https://github.com/vitest-dev/vitest/releases)\n- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)\n- [Commits](https://github.com/vitest-dev/vitest/commit\n[…]\ndencies:\n- dependency-name: vitest\n  dependency-version: 4.1.8\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump vitest from 4.0.18 to 4.1.8",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-06-20T11:15:04Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "558055cf14fe9723d7b9e0ab7d192169835cbc83",
          "body": "Add Dependabot settings.",
          "is_bot": false,
          "headline": "Merge pull request #56 from sciencesakura/add-dependabot",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:14:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "db49180abed2e3012e13e6cb85b96764c16ed19b",
          "body": null,
          "is_bot": false,
          "headline": "Add Dependabot settings.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T11:12:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5fb8c39b587c2f9bb429932c1ca300a2751be13a",
          "body": null,
          "is_bot": false,
          "headline": "Add v1.2.3 to CHANGELOG.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T10:50:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b25577dd5857f430260599b96f58d6d757822779",
          "body": "Migrate to npm trusted publishing.",
          "is_bot": false,
          "headline": "Merge pull request #55 from sciencesakura/trusted-publish",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T10:32:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f468fdd84f4d58bc05ea250bc83090e1643cdf1",
          "body": null,
          "is_bot": false,
          "headline": "Migrate to npm trusted publishing.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T10:27:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d48e81a7ba9db3627f22e4bfb90a14be0d7e9638",
          "body": null,
          "is_bot": false,
          "headline": "1.2.3",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T09:57:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9085cb1afb7d8ee8d788eb6d3695699c6e6b9ee",
          "body": "Fix decoder to respect buffer byteLength.",
          "is_bot": false,
          "headline": "Merge pull request #54 from sciencesakura/bugfix/#53",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T09:00:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e160009fcde0243153d02889d8650c9c62db430b",
          "body": null,
          "is_bot": false,
          "headline": "Fix decoder to respect buffer byteLength.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-20T08:58:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1632b29a84c116a64ad8fa2f127d924183c8cf25",
          "body": "To prepare for TS6, explicitly set rootDir.",
          "is_bot": false,
          "headline": "Merge pull request #52 from sciencesakura/explicit-rootdir",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-19T17:28:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "db2b25723fceaae35439848450ca3c36da789546",
          "body": null,
          "is_bot": false,
          "headline": "To prepare for TS6, explicitly set rootDir.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-19T15:57:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d795771339f48c931393cb37d9a6cdbd7f42ff6f",
          "body": "Replace Debian base image with Alpine.",
          "is_bot": false,
          "headline": "Merge pull request #51 from sciencesakura/improve-devcontainer",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-19T13:15:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d7cc52e8adcbf22a5f593333aa592366a3b0a33c",
          "body": null,
          "is_bot": false,
          "headline": "Replace Debian base image with Alpine.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-06-19T13:13:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2d51295a1e9ae324b3a2a8146f8b8b7d7e4266be",
          "body": null,
          "is_bot": false,
          "headline": "Add CHANGELOG file.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-05-20T14:54:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70dfdae8b0473ae7b556fd6b6b9643ba0a65af51",
          "body": "Create Dev Container using multi-stage building.",
          "is_bot": false,
          "headline": "Merge pull request #50 from sciencesakura/slim-devcontainer",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T10:13:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e7e800fa0e04a5a7bbce206b9add413ba96323f",
          "body": null,
          "is_bot": false,
          "headline": "Create Dev Container using multi-stage building.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T10:08:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef38c4bab9ce9970a41d124f8ffa5f0103893a7c",
          "body": "Upgrade Node to v24.",
          "is_bot": false,
          "headline": "Merge pull request #49 from sciencesakura/upgrade-node24",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T07:09:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1560c644c3d42f1fda0b3e6c3f8b537e6684feb0",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade Node to v24.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T07:05:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "27073aa1717fe932adeb0f4fd43ab52ff89f5758",
          "body": "Upgrade dependencies.",
          "is_bot": false,
          "headline": "Merge pull request #48 from sciencesakura/upgrade-deps",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T06:57:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "355d2e922159f4561aff9395e27f6bb3bf3b18ba",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade dependencies.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2026-02-22T06:53:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8f27e1896b0852719f1dcb047864e4d50410bcb3",
          "body": "Upgrade toolchains and improve dev environment.",
          "is_bot": false,
          "headline": "Merge pull request #47 from sciencesakura/improve_env",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-08-10T07:51:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef5315b89ceac3d5068a1880e3a48abe925bcc83",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade toolchains and improve dev environment.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-08-10T07:47:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "284d27780035fca163a4e10d848d902567079875",
          "body": null,
          "is_bot": false,
          "headline": "1.2.2",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-29T15:51:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21d6446bf3a86613bee54922f4314def6847d43c",
          "body": "Fix decoder to respect offsets.",
          "is_bot": false,
          "headline": "Merge pull request #46 from sciencesakura/bugfix/#45",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-29T15:32:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e2ff0a2b4f294ec347d7d97300ea628edc2c043e",
          "body": null,
          "is_bot": false,
          "headline": "Fix decoder to respect offsets.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-29T15:28:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "543b7c05dadaa4778b02edea43670ab66bf2adbb",
          "body": "cases:\n- type is not `Uint8Array`\n- offset is greater than 0",
          "is_bot": false,
          "headline": "Add test cases for decoding with more input source types.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-29T15:21:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dd7e124657ce792c3542984a89806c61683afe42",
          "body": "Optimize leavings management in decoding.",
          "is_bot": false,
          "headline": "Merge pull request #44 from sciencesakura/optimize-leavings",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T16:11:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0fb31f512030973659129b9d8033ae2513c22b1a",
          "body": null,
          "is_bot": false,
          "headline": "Mark instance fields as readonly.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T16:02:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a3f88a9281e1e049da7865be41f611227ed149ab",
          "body": "Use fixed-size buffer instead of creating `Uint8Array` instances in slice operations.",
          "is_bot": false,
          "headline": "Optimize leavings management in decoding.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T15:40:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "24681047c598cd69df2835c9f456163993556378",
          "body": "Exclude *.bench.mts files from the dist directory.",
          "is_bot": false,
          "headline": "Merge pull request #43 from sciencesakura/exclude-bench-from-dist",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T12:19:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb650d2ce41f15c1d0b00354d3806afa4f48bf0f",
          "body": null,
          "is_bot": false,
          "headline": "Exclude *.bench.mts files from the dist directory.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T12:18:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6920b97079734fd423e03168b71164c6d2556af9",
          "body": null,
          "is_bot": false,
          "headline": "1.2.1",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T11:42:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "76c8130540e6121e925a58404f98de745b03c071",
          "body": "Improve encoding performance.",
          "is_bot": false,
          "headline": "Merge pull request #42 from sciencesakura/improve-encode-performance",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T11:33:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c3d8df324458776d544ebaf9432d1794ea8c7add",
          "body": "- Use pre-allocated `Uint8Array` instead of the temporary array.\n- Refer to a code point using UTF-16 code units index.\n\nbefore modification:\n\n```plaintext\n ✓ src/index.bench.mts > MUtf8Encoder.encode > ASCII text 1876ms\n     name                              hz     min     max    mean     p75     p\n[…]\n4.50  0.0182  0.1475  0.0196  0.0197  0.0230  0.0246  0.0292  ±0.08%    25568\n   · encodeInto 50K length string    5,052.23  0.1873  0.3217  0.1979  0.1992  0.2257  0.2330  0.2624  ±0.17%     2527\n```",
          "is_bot": false,
          "headline": "Improve encoding performance.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T11:07:40Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "caf893df4035bed37f6c15ccaa7a8a3206e63d71",
          "body": "Improve decoding performance.",
          "is_bot": false,
          "headline": "Merge pull request #41 from sciencesakura/improve-performance",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T07:38:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02f0cab2a69a413de68dd840fd60c0e0a360a932",
          "body": "Convert character codes to string in a single operation, rather than building the string incrementally.\n\nbefore modification:\n\n```plaintext\n ✓ src/index.bench.mts > MUtf8Decoder.decode > ASCII text 1866ms\n     name                              hz     min     max    mean     p75     p99    p995    p9\n[…]\n7,972.70  0.0233  1.3814  0.0263  0.0259  0.0420  0.1098  0.1268  ±0.71%    18987\n   · decode 50K length string    1,664.44  0.4829  3.8879  0.6008  0.5634  1.5879  1.6358  3.8879  ±2.87%      833\n```",
          "is_bot": false,
          "headline": "Improve decoding performance.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-28T07:30:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e77a162d7a5ad01c6306d15801d7d34ad2531f09",
          "body": null,
          "is_bot": false,
          "headline": "Enhance documentation in source files and README. (#40)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-22T16:58:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c8b7ad2748cf0b52835c5627dd0d111e70fe90b9",
          "body": "* Fix extension of testdata.\n\n* Add usefull npm script.\n\n* Add Dev Container configuration\n\nProvides a basic Dev Container configuration suitable for coding, building, testing, and Git operations.\nDoes not include opinionated tools; developers can install extras as needed.",
          "is_bot": false,
          "headline": "Add Dev Container configuration (#39)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-21T11:14:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3c6747c3e7148f2e6a11b65c43a19ffb684df3b7",
          "body": "…y. (#38)\n\n* Remove the symlinks to `testdata.mts` and change to import it directly.\n\n* Upgrade dependencies.",
          "is_bot": false,
          "headline": "Remove the symlinks to `testdata.mts` and change to import it directl…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-06-14T14:23:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "863f34882856bbd30827f081be4872e661541fb6",
          "body": null,
          "is_bot": false,
          "headline": "Fix TypeDoc error. (#37)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-17T15:01:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b75ca7253cbd6d233ada0f45d64e42dfc89aef6",
          "body": "* Enhance documentation in source files and README.\r\n\r\n* Update Biome.js config for ignoring",
          "is_bot": false,
          "headline": "Enhance documentation in source files and README. (#36)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-17T14:42:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "461ba076f179653ee80233ec3426916dc051aa43",
          "body": "…(#35)\n\n* Refactor test code\r\n\r\n* Implement the streaming equivalent of `MUtf8Encoder` and `MUtf8Decoder`.\r\n\r\nCloses #24",
          "is_bot": false,
          "headline": "Implement the streaming equivalent of MUtf8Encoder and MUtf8Decoder. …",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-16T15:16:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5ecd6b8a799d6c173539ad1dbdec1d04b10781b5",
          "body": "Introduce npm workspace support for planned module splitting.",
          "is_bot": false,
          "headline": "Merge pull request #34 from sciencesakura/to-npm-workspace",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-15T15:59:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b8f62ebfa044a082602935cb09b552aec92d7e5e",
          "body": null,
          "is_bot": false,
          "headline": "Introduce npm workspace support for planned module splitting.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-15T15:51:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9cf97b0f6b89ff353c2f83b393cfa394b30f39c6",
          "body": "* Fix typos and enhance documentation in source files and README.\r\n\r\n* Refactor license headers in source files to use SPDX license identifier and update the copyright year to 2025.",
          "is_bot": false,
          "headline": "Enhance documentation in source files and README. (#33)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-02-02T13:10:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dec8ed5a9e0ca7c14cca7b16392488ba7f473117",
          "body": null,
          "is_bot": false,
          "headline": "1.1.5",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-01-26T15:31:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5b923b4ae2b06f0d214ee237bc8954d62f6cc4eb",
          "body": "* Upgrade toolchain & dependencies.\r\n\r\n* Add support for the stream option in decoding.",
          "is_bot": false,
          "headline": "Add support for the stream option in decoding. (#32)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2025-01-26T15:23:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ad57b571976a5fec47b4a87b8d579000089a23b4",
          "body": "Refactor test data to use actual output from Java's ObjectOutputStrea…",
          "is_bot": false,
          "headline": "Merge pull request #31 from sciencesakura/refactortest",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-10-30T15:38:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb2b6abaacd037df35bdcbcadab26b6f09843afc",
          "body": "…m instead of hardcoded byte sequence.",
          "is_bot": false,
          "headline": "Refactor test data to use actual output from Java's ObjectOutputStrea…",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-10-30T15:34:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1e889ee961d7b296162a5e70c3b30c068405ebc4",
          "body": "Migrate from Jest to Vitest.",
          "is_bot": false,
          "headline": "Merge pull request #30 from sciencesakura/migrate2vitest",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-10-28T14:44:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "72029ad6ba864bdf5a495a28f8efff36e9de0e8e",
          "body": "The test code can now be executed as an ESM.",
          "is_bot": false,
          "headline": "Migrate from Jest to Vitest.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-10-28T14:37:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "15dd88742520b72f74ff6be070d8fb3cf75701cc",
          "body": null,
          "is_bot": false,
          "headline": "1.1.4",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T10:45:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0da36c9a4a6fb81ae132aed9e13a48d4e0d06b62",
          "body": "Upgrade dependencies.",
          "is_bot": false,
          "headline": "Merge pull request #28 from sciencesakura/upgrade_deps",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T10:42:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f6abefaa26f6abb80fd122a59a4ce38a5754de2",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade dependencies.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T10:41:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dacd204c4be0a7542c28663d3ef756d25ad60f54",
          "body": "* Migrated from ESLint and Prettier to Biome.\r\n\r\n* Formatted source code using Biome.\r\n\r\n* Updated `.gitignore`.",
          "is_bot": false,
          "headline": "Migrated from ESLint and Prettier to Biome. (#27)",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T10:25:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "942aeb0952c9228e8e53cce88a5ef80078c863bd",
          "body": "Improve compatibility with `TextDecoder`.",
          "is_bot": false,
          "headline": "Merge pull request #26 from sciencesakura/improve_compatibility",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T09:46:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c4acb9a4974d784c91ff9bd5579fced79a791cf2",
          "body": "The behavior for inserting a REPLACEMENT CHARACTER upon detecting an invalid byte has been adjusted to align with the `TextDecoder` 's implementation.",
          "is_bot": false,
          "headline": "Improve compatibility with `TextDecoder`.",
          "author_name": "sciencesakura",
          "author_login": "sciencesakura",
          "committed_at": "2024-09-28T09:44:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 11,
      "commits_last_year": 65,
      "latest_release_at": "2026-07-25T05:00:43Z",
      "latest_release_tag": "v1.2.4",
      "releases_from_tags": false,
      "days_since_last_push": 11,
      "active_weeks_last_year": 8,
      "days_since_latest_release": 11,
      "mean_days_between_releases": 111.7
    },
    "artifacts": {
      "collected": true,
      "structure": [
        "tree.dockerfile"
      ],
      "declarations": [
        {
          "name": null,
          "path": "package.json",
          "tokens": [
            "npm.private",
            "npm.workspaces"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "mutf-8-stream",
          "path": "packages/mutf-8-stream/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "mutf-8",
          "path": "packages/mutf-8/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "badge.fury.io",
          "github.com"
        ],
        "total": 2,
        "header": 2,
        "collected": true,
        "has_inspect_badge": false
      },
      "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": "mutf-8",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "charset",
            "encoding",
            "Java",
            "MUTF-8",
            "MUTF8"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/mutf-8",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "1.2.4",
          "repository_url": "https://github.com/sciencesakura/mutf-8",
          "versions_count": 17,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 5769,
          "first_published_at": "2020-10-14T23:11:03.289000Z",
          "latest_published_at": "2026-07-25T04:59:14.723000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "mutf-8-stream",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "charset",
            "encoding",
            "Java",
            "MUTF-8",
            "MUTF8"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/mutf-8-stream",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "1.2.4",
          "repository_url": "https://github.com/sciencesakura/mutf-8",
          "versions_count": 5,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 203,
          "first_published_at": "2025-02-17T14:51:52.532000Z",
          "latest_published_at": "2026-07-25T04:59:23.006000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        }
      ]
    },
    "popularity": {
      "forks": 1,
      "stars": 8,
      "watchers": 0,
      "fork_history": {
        "days": [
          {
            "date": "2023-12-29",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 1,
        "total_forks": 1
      },
      "star_history": null,
      "open_issues_and_prs": 2
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": true,
      "typecheck_configs": [
        "packages/mutf-8-stream/tsconfig.json",
        "packages/mutf-8/tsconfig.json",
        "tsconfig.json"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 14830,
      "source_files_sampled": 2,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "5.0.7",
            "severity": "high",
            "ecosystem": "npm",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-mh99-v99m-4gvg",
              "GHSA-rgw5-rvv9-x895"
            ],
            "fixed_version": "5.0.9",
            "advisory_count": 2,
            "oldest_advisory_days": 11
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "8.5.22",
            "severity": "moderate",
            "ecosystem": "npm",
            "cvss_score": 5.3,
            "advisory_ids": [
              "GHSA-fxqj-rqcc-2cmp"
            ],
            "fixed_version": "8.5.23",
            "advisory_count": 1,
            "oldest_advisory_days": 1
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 1,
          "moderate": 1
        },
        "advisory_count": 3,
        "affected_count": 2,
        "assessed_count": 181,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 1,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "mutf-8",
          "manifest": "packages/mutf-8-stream/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.2.4"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "mutf-8",
            "direct": true,
            "version": "^1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/biome",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-darwin-arm64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-darwin-x64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-linux-arm64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-linux-arm64-musl",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-linux-x64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-linux-x64-musl",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-win32-arm64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/cli-win32-x64",
            "direct": false,
            "version": "2.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/core",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/runtime",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/wasi-threads",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@gerrit0/mini-shiki",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/sourcemap-codec",
            "direct": false,
            "version": "1.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@napi-rs/wasm-runtime",
            "direct": false,
            "version": "1.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.scandir",
            "direct": false,
            "version": "2.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.stat",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.walk",
            "direct": false,
            "version": "1.2.8",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-project/types",
            "direct": false,
            "version": "0.139.0",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-android-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-darwin-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-darwin-x64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-freebsd-x64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm64-musl",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-ppc64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-s390x-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-x64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-x64-musl",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-openharmony-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-wasm32-wasi",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-win32-arm64-msvc",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-win32-x64-msvc",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/pluginutils",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@shikijs/engine-oniguruma",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "npm"
          },
          {
            "name": "@shikijs/langs",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "npm"
          },
          {
            "name": "@shikijs/themes",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "npm"
          },
          {
            "name": "@shikijs/types",
            "direct": false,
            "version": "3.23.0",
            "ecosystem": "npm"
          },
          {
            "name": "@shikijs/vscode-textmate",
            "direct": false,
            "version": "10.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@standard-schema/spec",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@tybys/wasm-util",
            "direct": false,
            "version": "0.10.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/chai",
            "direct": false,
            "version": "5.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/deep-eql",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/estree",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/hast",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/unist",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/expect",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/mocker",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/pretty-format",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/runner",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/snapshot",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/spy",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/utils",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "array-back",
            "direct": false,
            "version": "6.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "assertion-error",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "5.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "braces",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "chai",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "5.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk-template",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "command-line-args",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "command-line-usage",
            "direct": false,
            "version": "7.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cpx2",
            "direct": false,
            "version": "9.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "current-module-paths",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "debounce",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "detect-libc",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "entities",
            "direct": false,
            "version": "4.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-module-lexer",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "estree-walker",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "expect-type",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-diff",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-glob",
            "direct": false,
            "version": "3.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "fastq",
            "direct": false,
            "version": "1.20.1",
            "ecosystem": "npm"
          },
          {
            "name": "fdir",
            "direct": false,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "file-set",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "fill-range",
            "direct": false,
            "version": "7.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "find-index",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "find-replace",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "13.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "glob2base",
            "direct": false,
            "version": "0.0.12",
            "ecosystem": "npm"
          },
          {
            "name": "global-directory",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "ignore",
            "direct": false,
            "version": "7.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "ini",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-number",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "json-parse-even-better-errors",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-android-arm64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-darwin-arm64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-darwin-x64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-freebsd-x64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm64-gnu",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm64-musl",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-x64-gnu",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-x64-musl",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-win32-arm64-msvc",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-win32-x64-msvc",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "linkify-it",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "load-module",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.camelcase",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "11.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lunr",
            "direct": false,
            "version": "2.3.9",
            "ecosystem": "npm"
          },
          {
            "name": "magic-string",
            "direct": false,
            "version": "0.30.21",
            "ecosystem": "npm"
          },
          {
            "name": "markdown-it",
            "direct": false,
            "version": "14.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdurl",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "memorystream",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "merge2",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromatch",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "10.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "minimist",
            "direct": false,
            "version": "1.2.8",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "nanoid",
            "direct": false,
            "version": "3.3.16",
            "ecosystem": "npm"
          },
          {
            "name": "npm-normalize-package-bin",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "npm-run-all2",
            "direct": false,
            "version": "9.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "obug",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "p-map",
            "direct": false,
            "version": "7.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "package-json-from-dist",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "packages/mutf-8",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "packages/mutf-8-stream",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-scurry",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "pathe",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "picocolors",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "pidtree",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "8.5.22",
            "ecosystem": "npm"
          },
          {
            "name": "printj",
            "direct": false,
            "version": "1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "punycode.js",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "queue-microtask",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "read-package-json-fast",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "renamer",
            "direct": false,
            "version": "5.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "reusify",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "rimraf",
            "direct": false,
            "version": "6.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "rolldown",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "run-parallel",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shell-quote",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "siginfo",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-js",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "stackback",
            "direct": false,
            "version": "0.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "std-env",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "stream-read-all",
            "direct": false,
            "version": "5.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "subarg",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "table-layout",
            "direct": false,
            "version": "4.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "tinybench",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "tinyexec",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "tinyglobby",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "tinyrainbow",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "to-regex-range",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "2.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "typedoc",
            "direct": false,
            "version": "0.28.20",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "typical",
            "direct": false,
            "version": "7.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "uc.micro",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "vite",
            "direct": false,
            "version": "8.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "vitest",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "why-is-node-running",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "wordwrapjs",
            "direct": false,
            "version": "5.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yaml",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 182,
        "direct_count": 1,
        "indirect_count": 181
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 2,
        "merged_prs": 69,
        "open_issues": 0,
        "closed_ratio": 1,
        "closed_issues": 5,
        "closed_unmerged_prs": 10
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "sciencesakura",
          "commits": 167,
          "avatar_url": "https://avatars.githubusercontent.com/u/27776522?v=4"
        },
        {
          "type": "User",
          "login": "Offroaders123",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/65947371?v=4"
        }
      ],
      "contributors_sampled": 2,
      "top_contributor_share": 0.994
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": false,
      "ci_workflows": [
        "build.yaml",
        "publish-docs.yaml",
        "publish.yaml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        "biome.json"
      ],
      "has_editorconfig": true,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "package-lock.json"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": null,
            "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 10,
            "reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
            "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/9 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 0,
            "reason": "project has 0 contributing companies or organizations -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 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": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "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": 10,
            "reason": "packaging workflow detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 5,
            "reason": "dependency not pinned by hash detected -- score normalized to 5",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 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": 7,
            "reason": "3 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "c18dace9f3999b9d7a7888e7f7243a68fa745c65",
        "ran_at": "2026-08-05T09:12:29Z",
        "aggregate_score": 5.6,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 0,
        "decided_7d": 0,
        "merged_30d": 4,
        "authors_30d": 1,
        "decided_30d": 4,
        "sample_size": 60,
        "window_days": 30,
        "sample_exhausted": false,
        "authors_probed_30d": 1,
        "newcomer_merged_30d": 0,
        "bot_prs_excluded_30d": 9,
        "newcomer_authors_30d": 0,
        "newcomer_decided_30d": 0
      },
      "ci_last_run_at": "2026-08-01T01:44:04Z",
      "oldest_open_prs": [
        {
          "number": 84,
          "created_at": "2026-07-25T01:42:29Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 85,
          "created_at": "2026-07-25T01:42:41Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-07-25T04:45:32Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": []
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/sciencesakura/mutf-8",
    "host": "github.com",
    "name": "mutf-8",
    "owner": "sciencesakura"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": "The weighted overall 58 is calibrated to 62 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 58,
            "calibrated": 62,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 62,
      "inputs": {
        "security": 65,
        "vitality": 73,
        "community": 39,
        "governance": 54,
        "calibration": "2026-08-02",
        "engineering": 60,
        "ai_readiness": 52,
        "weighted_overall_raw": 58
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 73,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "moderate",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 61,
            "inputs": {
              "commits_last_year": 65,
              "human_commit_share": 0.87,
              "days_since_last_push": 11,
              "active_weeks_last_year": 8
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 11 days ago",
                "points": 28.8,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "8/52 weeks with commits",
                "points": 5.5,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 8
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "65 commits in the last year",
                "points": 16.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 65
                    }
                  }
                ],
                "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": 11,
              "latest_release_tag": "v1.2.4",
              "releases_from_tags": false,
              "days_since_latest_release": 11,
              "mean_days_between_releases": 111.7
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "11 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 11
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 11 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~111.7 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 111.7
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "exceptional",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 11,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 11 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "weak",
        "name": "Community & Adoption",
        "value": 39,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 14,
            "inputs": {
              "forks": 1,
              "stars": 8,
              "watchers": 0,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "8 stars",
                "points": 13.7,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 8
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "1 forks",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "0 watchers",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "readme_badges": 2,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "badge.fury.io",
                "github.com"
              ],
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "moderate",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 63,
            "inputs": {
              "packages": [
                "mutf-8",
                "mutf-8-stream"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 5972
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "5,972 downloads/month across npm",
                "points": 50.3,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 5972,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "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": 54,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 12,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 2,
              "top_contributor_share": 0.994
            },
            "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 99% of commits",
                "points": 0.1,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 99
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "2 contributors",
                "points": 2.7,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 78,
            "inputs": {
              "merged_prs": 69,
              "open_issues": 0,
              "closed_issues": 5,
              "prs_merged_7d": 0,
              "prs_decided_7d": 0,
              "prs_merged_30d": 4,
              "prs_decided_30d": 4,
              "issue_closed_ratio": 1,
              "closed_unmerged_prs": 10,
              "first_time_authors_30d": 0,
              "first_time_prs_merged_30d": 0,
              "first_time_prs_decided_30d": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "100% of issues closed",
                "points": 42,
                "status": "met",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 100
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "69/79 decided PRs merged",
                "points": 26.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 69,
                      "decided": 79
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/9 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "weak",
            "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": 45,
            "inputs": {
              "followers": 3,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "sciencesakura",
              "public_repos": 20,
              "account_age_days": 3394
            },
            "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": "3 followers of sciencesakura",
                "points": 4.3,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 3,
                      "login": "sciencesakura"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "20 public repos, account ~9 yr old",
                "points": 21.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 20
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 9
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "mutf-8",
                "mutf-8-stream"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 11
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "2 package(s) on npm",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 2,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 11 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 11
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "17 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 17
                    }
                  }
                ],
                "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": "moderate",
        "name": "Engineering Quality",
        "value": 60,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 66,
            "inputs": {
              "has_ci": true,
              "has_tests": false,
              "has_editorconfig": true,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "3 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": "biome.json",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "biome.json"
                    }
                  }
                ],
                "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": 6.4,
                "status": "met",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [
                "charset",
                "encoding",
                "java",
                "mutf-8",
                "mutf8"
              ],
              "has_wiki": false,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "5 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "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": "good",
        "name": "Security",
        "value": 65,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "branch_protection",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 56,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 5.6
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 0/9 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "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 detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 5",
                "points": 2.5,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "3 existing vulnerabilities detected",
                "points": 5.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "exceptional",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 181 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories",
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 181
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 1
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 3,
              "affected_packages": 2,
              "assessed_packages": 181,
              "unassessed_packages": 1,
              "affected_by_severity": "high 1, moderate 1",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "transitive set not separable from development and test dependencies in this scope",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_scope_not_separable",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "no advisory carries a publication date",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_no_publication_date",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "exceptional",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 181,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 3
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 52,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "weak",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 36,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.678,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "59 of 87 human commits state their intent (structured subject or explanatory body)",
                "points": 36.2,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 59,
                      "sampled": 87
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "weak",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 45,
            "inputs": {
              "has_nix": false,
              "has_tests": false,
              "lockfiles": [
                "package-lock.json"
              ],
              "has_dockerfile": true,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": true,
              "has_linter_config": true,
              "typecheck_configs": [
                "packages/mutf-8-stream/tsconfig.json",
                "packages/mutf-8/tsconfig.json",
                "tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.13
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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": "biome.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "biome.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "packages/mutf-8-stream/tsconfig.json, packages/mutf-8/tsconfig.json, tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "packages/mutf-8-stream/tsconfig.json, packages/mutf-8/tsconfig.json, tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "devcontainer, Dockerfile, lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "devcontainer, Dockerfile, lockfile"
                    }
                  }
                ],
                "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": "13 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 13,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 5",
                "points": 5,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "exceptional",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "TypeScript",
              "largest_source_bytes": 14830,
              "source_files_sampled": 2,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "TypeScript (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "TypeScript"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/2 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 2,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library"
      ],
      "labels": [
        "library"
      ],
      "scores": {
        "library": 6.8
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.private",
          "weight": -6
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:npm",
          "weight": 6
        },
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.entry",
          "weight": 4.8
        },
        {
          "tier": "description",
          "label": "library",
          "source": "description:library",
          "weight": 2
        }
      ],
      "artifacts": [
        {
          "path": "package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "packages/mutf-8-stream/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/mutf-8/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        }
      ],
      "confidence": "high",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-05T09:12:43.950350Z",
  "schema_version": "0.31.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sciencesakura/mutf-8.svg",
  "full_name": "sciencesakura/mutf-8",
  "license_state": "standard",
  "license_spdx": "MIT"
}

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 v2.5.0, schema v0.31.0 — full methodology · metrics wiki.

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