Public record
Software health reportschema 0.26.0 · metrics 1.13.0 · 2026-07-22 18:27 UTC

scaleway / ultraviolet

A monorepo Design System with React components.

TypeScriptApache-2.0★ 126 stars⑂ 34 forkssince Dec 2020View on GitHub ↗

scaleway/ultraviolet holds a health index of 82 out of 100, placing it in the Good band. It scores highest on Vitality (99/100) and lowest on AI Readiness (57/100). It was last updated today. 3 contributors account for most of its recent work.

82
overall / 100
Good

Software health index

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

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

Score profile

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

Ownership

ScalewayOrganization
306 followers129 public repossince Aug 2013

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
npm@ultraviolet/ui3.20.317,9653435 days agoreactreactjsui
npm@ultraviolet/form6.5.811,4613665 days agoreactreactjsui
npm@ultraviolet/fonts2.2.111,2031623 days agofontsui
npm@ultraviolet/icons5.4.625,0942015 days agoreactreactjsui
npm@ultraviolet/utils1.0.1429,5971523 days agohelperssharedutilities
npm@ultraviolet/nextjs3.0.416,258925 days agonextjsreactreactjsui
npm@ultraviolet/themes3.1.832,011605 days agothemesui
npm@ultraviolet/animations1.0.19,503262 days ago

Metrics by category

Vitality

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

99Excellent · 22% of overall
How it's scored
36/36Push recency — last push 0 days ago
33.9/36Commit cadence — 49/52 weeks with commits
18/18Commit volume — 1,015 commits in the last year
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year1,015
human_commit_share0.53
days_since_last_push0
active_weeks_last_year49

Release discipline

100Excellent
How it's scored
27/27Ships releases — 100 releases published
36/36Release recency — latest release 5 days ago
27/27Release cadence — a release every ~1.2 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count100
latest_release_tag@ultraviolet/themes@3.1.8
releases_from_tagsno
days_since_latest_release5
mean_days_between_releases1.2
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?

74Good · 18% of overall
How it's scored
34/60Stars — 126 stars
12.7/25Forks — 34 forks
5/15Watchers — 9 watchers
Inputs used
forks34
stars126
watchers9
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (Apache-2.0)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingyes
has_issue_templateno
has_code_of_conductyes
has_pull_request_templateyes
How it's scored
68.7/80Monthly downloads — 143,092 downloads/month across npm
0/20Registry dependents — not reported by this ecosystem
Inputs used
packages@ultraviolet/ui, @ultraviolet/form, @ultraviolet/fonts, @ultraviolet/icons, @ultraviolet/utils, @ultraviolet/nextjs, @ultraviolet/themes, @ultraviolet/animations
dependents
ecosystemsnpm
total_downloads
monthly_downloads143,092
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?

84Good · 24% of overall
How it's scored
36/54Bus factor — 3 contributor(s) cover half of all commits
17/22.5Commit distribution — top contributor authored 24% of commits
13.5/13.5Contributor breadth — 28 contributors
10/10OpenSSF Scorecard: Contributors — project has 18 contributing companies or organizations
Inputs used
bus_factor3
contributors_sampled28
top_contributor_share0.245
How it's scored
42.5/46.8Issue resolution — 91% of issues closed
35.8/38.3PR acceptance — 6,207/6,641 decided PRs merged
15/15OpenSSF Scorecard: Code-Review — all changesets reviewed
Inputs used
merged_prs6,207
open_issues4
closed_issues40
issue_closed_ratio0.909
closed_unmerged_prs434
How it's scored
30/30Ownership backing — organization-owned
0/20Verified domain
17.9/25Owner reach — 306 followers of scaleway
25/25Track record — 129 public repos, account ~12 yr old
Inputs used
followers306
owner_typeOrganization
is_verified
owner_loginscaleway
public_repos129
account_age_days4,731
How it's scored
25/25Published & resolvable — 8 package(s) on npm
35/35Publish recency — latest publish 5 days ago
20/20Version history — 366 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packages@ultraviolet/ui, @ultraviolet/form, @ultraviolet/fonts, @ultraviolet/icons, @ultraviolet/utils, @ultraviolet/nextjs, @ultraviolet/themes, @ultraviolet/animations
ecosystemsnpm
any_deprecatedno
min_days_since_publish5

Engineering Quality

Are baseline engineering and documentation practices in place?

70Good · 20% of overall
How it's scored
24/24CI workflows — 11 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 30 out of 30 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configno
has_precommit_configno

Documentation

65Moderate
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage site — https://ultraviolet.scaleway.com
10/10Repository description
10/10Topics — 10 topics
0/10Wiki
Inputs used
topicsreact, ui, scaleway, ui-components, ui-library, typescript, form, ultraviolet, react-hook-form, vanilla-extract
has_wikino
homepagehttps://ultraviolet.scaleway.com
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

78Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
6/7.5Branch-Protection — branch protection is not maximal on development and all release branches
2.5/2.5CI-Tests — 30 out of 30 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
7.5/7.5Code-Review — all changesets reviewed
2.5/2.5Contributors — project has 18 contributing companies or organizations
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 0 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
4.5/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 9
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
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate7.2
Excluded from scoring (no data or not applicable): signed_releases. Remaining weights renormalized.
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
advisories18
affected_packages2
assessed_packages85
unassessed_packages0
affected_by_severitycritical 1, high 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 85 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score.

57Moderate · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history — 53 of 53 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share1
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
0/11Lint / format config
11/11Static type checking — e2e/tsconfig.json, examples/next-app-router/tsconfig.json, examples/next/tsconfig.json, examples/vite/tsconfig.json, packages/animations/tsconfig.json, packages/form/tsconfig.json, packages/icons/tsconfig.json, packages/illustrations/tsconfig.json, packages/nextjs/tsconfig.json, packages/themes/tsconfig.json, packages/ui/tsconfig.json, packages/utils/tsconfig.json, tsconfig.json, utils/stories/tsconfig.json, utils/test/tsconfig.json
10/10Reproducible environment — Dockerfile, lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 46 of the last 100 commits are automated dependency updates
9/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 9
Inputs used
has_nixno
has_testsyes
lockfilespnpm-lock.yaml
has_dockerfileyes
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configse2e/tsconfig.json, examples/next-app-router/tsconfig.json, examples/next/tsconfig.json, examples/vite/tsconfig.json, packages/animations/tsconfig.json, packages/form/tsconfig.json, packages/icons/tsconfig.json, packages/illustrations/tsconfig.json, packages/nextjs/tsconfig.json, packages/themes/tsconfig.json, packages/ui/tsconfig.json, packages/utils/tsconfig.json, tsconfig.json, utils/stories/tsconfig.json, utils/test/tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.46
How it's scored
45/45Type-checkable code — TypeScript (statically typed)
55/55Manageable file sizes — 0/2,664 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes58,617
source_files_sampled2,664
oversized_source_files0
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
0/20MCP server
40/40Runnable examples — examples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files

Key facts

126GitHub stars
28contributors
1,015commits, last 12 months
0days since last push
100releases
3bus factor
4open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • deps.dev does not index npm:@ultraviolet/ui@3.20.3; advisories assessed against the repository dependency graph instead

More detail

Star and fork history 0 ★ / 34 ⇿
0Stars
34Forks
75Releases

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

01325383422021-042023-112026-06
Major 0Minor 0Patch 0

Each point covers 5 days.

OpenSSF Scorecard 7.2 / 10
7.2aggregate

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

10Binary-Artifactsno binaries found in the repo
8Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests30 out of 30 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
10Code-Reviewall changesets reviewed
10Contributorsproject has 18 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
9Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
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
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 54
RegistryPackageVersion constraintManifest
npm@scaleway/phonenumber1.0.0packages/form/package.json
npm@ultraviolet/iconsworkspace:*packages/form/package.json
npm@ultraviolet/themesworkspace:*packages/form/package.json
npm@ultraviolet/uiworkspace:*packages/form/package.json
npm@ultraviolet/utilsworkspace:*packages/form/package.json
npmreact-hook-form7.80.0packages/form/package.json
npm@ultraviolet/themesworkspace:*packages/icons/package.json
npm@ultraviolet/utilsworkspace:*packages/icons/package.json
npm@vanilla-extract/css1.21.1packages/icons/package.json
npm@vanilla-extract/dynamic2.1.5packages/icons/package.json
npm@vanilla-extract/recipes0.5.7packages/icons/package.json
npm@ultraviolet/themesworkspace:*packages/illustrations/package.json
npm@ultraviolet/utilsworkspace:*packages/illustrations/package.json
npm@vanilla-extract/css1.21.1packages/illustrations/package.json
npm@vanilla-extract/dynamic2.1.5packages/illustrations/package.json
npm@ultraviolet/themesworkspace:*packages/nextjs/package.json
npm@ultraviolet/uiworkspace:*packages/nextjs/package.json
npm@vanilla-extract/css1.21.1packages/themes/package.json
npm@vanilla-extract/dynamic2.1.5packages/themes/package.json
npmdeepmerge4.3.1packages/themes/package.json
npm@handlewithcare/react-prosemirror3.2.7packages/ui/package.json
npm@nivo/bar0.99.0packages/ui/package.json
npm@nivo/core0.99.0packages/ui/package.json
npm@nivo/line0.99.0packages/ui/package.json
npm@nivo/pie0.99.0packages/ui/package.json
npm@nivo/scales0.99.0packages/ui/package.json
npm@nivo/theming0.99.0packages/ui/package.json
npm@nivo/treemap0.99.0packages/ui/package.json
npm@scaleway/fuzzy-search2.0.2packages/ui/package.json
npm@scaleway/phonenumber1.0.0packages/ui/package.json
npm@scaleway/use-clipboard1.1.0packages/ui/package.json
npm@uiw/codemirror-extensions-langs4.25.11packages/ui/package.json
npm@uiw/codemirror-theme-material4.25.11packages/ui/package.json
npm@uiw/react-codemirror4.25.11packages/ui/package.json
npm@ultraviolet/animationsworkspace:*packages/ui/package.json
npm@ultraviolet/iconsworkspace:*packages/ui/package.json
npm@ultraviolet/themesworkspace:*packages/ui/package.json
npm@ultraviolet/utilsworkspace:*packages/ui/package.json
npm@vanilla-extract/css1.21.1packages/ui/package.json
npm@vanilla-extract/dynamic2.1.5packages/ui/package.json
npm@vanilla-extract/recipes0.5.7packages/ui/package.json
npm@vanilla-extract/sprinkles1.7.0packages/ui/package.json
npmcodemirror6.0.2packages/ui/package.json
npmcsstype3.2.3packages/ui/package.json
npmdeepmerge4.3.1packages/ui/package.json
npmprosemirror-commands1.7.1packages/ui/package.json
npmprosemirror-keymap1.2.3packages/ui/package.json
npmprosemirror-model1.25.11packages/ui/package.json
npmprosemirror-schema-basic1.2.4packages/ui/package.json
npmprosemirror-schema-list1.5.1packages/ui/package.json
npmprosemirror-state1.4.4packages/ui/package.json
npmprosemirror-view1.42.1packages/ui/package.json
npmreact-intersection-observer10.0.3packages/ui/package.json
npmreact-toastify11.1.0packages/ui/package.json
All dependencies 85

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

RegistryPackageVersionRelation
npm@handlewithcare/react-prosemirror3.2.7direct
npm@nivo/bar0.99.0direct
npm@nivo/core0.99.0direct
npm@nivo/line0.99.0direct
npm@nivo/pie0.99.0direct
npm@nivo/scales0.99.0direct
npm@nivo/theming0.99.0direct
npm@nivo/treemap0.99.0direct
npm@scaleway/fuzzy-search2.0.2direct
npm@scaleway/phonenumber1.0.0direct
npm@scaleway/use-clipboard1.1.0direct
npm@uiw/codemirror-extensions-langs4.25.11direct
npm@uiw/codemirror-theme-material4.25.11direct
npm@uiw/react-codemirror4.25.11direct
npm@vanilla-extract/css1.21.1direct
npm@vanilla-extract/dynamic2.1.5direct
npm@vanilla-extract/recipes0.5.7direct
npm@vanilla-extract/sprinkles1.7.0direct
npmcodemirror6.0.2direct
npmcsstype3.2.3direct
npmdeepmerge4.3.1direct
npmprosemirror-commands1.7.1direct
npmprosemirror-keymap1.2.3direct
npmprosemirror-model1.25.11direct
npmprosemirror-schema-basic1.2.4direct
npmprosemirror-schema-list1.5.1direct
npmprosemirror-state1.4.4direct
npmprosemirror-view1.42.1direct
npmreact-hook-form7.80.0direct
npmreact-intersection-observer10.0.3direct
npmreact-toastify11.1.0direct
npm@babel/core8.0.1indirect
npm@playwright/test1.61.1indirect
npm@pnpm/exe11.11.0indirect
npm@pnpm/linux-arm6411.11.0indirect
npm@pnpm/linux-x6411.11.0indirect
npm@pnpm/linuxstatic-arm6411.11.0indirect
npm@pnpm/linuxstatic-x6411.11.0indirect
npm@pnpm/macos-arm6411.11.0indirect
npm@pnpm/win-arm6411.11.0indirect
npm@pnpm/win-x6411.11.0indirect
npm@reflink/reflink0.1.19indirect
npm@reflink/reflink-darwin-arm640.1.19indirect
npm@reflink/reflink-darwin-x640.1.19indirect
npm@reflink/reflink-linux-arm64-gnu0.1.19indirect
npm@reflink/reflink-linux-arm64-musl0.1.19indirect
npm@reflink/reflink-linux-x64-gnu0.1.19indirect
npm@reflink/reflink-linux-x64-musl0.1.19indirect
npm@reflink/reflink-win32-arm64-msvc0.1.19indirect
npm@reflink/reflink-win32-x64-msvc0.1.19indirect
npm@scaleway/random-name6.0.2indirect
npm@scaleway/regex6.0.2indirect
npm@storybook/addon-a11y10.4.6indirect
npm@storybook/addon-docs10.4.6indirect
npm@storybook/addon-links10.4.6indirect
npm@storybook/addon-themes10.4.6indirect
npm@storybook/builder-vite10.4.6indirect
npm@storybook/mdx2-csf1.1.0indirect
npm@storybook/react-vite10.4.6indirect
npm@testing-library/dom10.4.1indirect
npm@testing-library/jest-dom6.9.1indirect
npm@testing-library/react16.3.2indirect
npm@types/node24.13.2indirect
npm@types/react19.2.17indirect
npm@types/react-dom19.2.3indirect
npm@types/react-syntax-highlighter15.5.13indirect
npm@vanilla-extract/vite-plugin5.2.3indirect
npm@vitejs/plugin-react6.0.3indirect
npmdetect-libc2.1.2indirect
npmglobals17.7.0indirect
npmnext16.2.10indirect
npmnext-transpile-modules10.0.1indirect
npmpnpm11.11.0indirect
npmreact19.2.7indirect
npmreact-dom19.2.7indirect
npmreact-router-dom7.18.1indirect
npmreact-schemaorg2.0.1indirect
npmreact-syntax-highlighter16.1.1indirect
npmsass1.101.0indirect
npmschema-dts2.0.0indirect
npmtinyglobby0.2.17indirect
npmtypescript6.0.3indirect
npmtypescript7.0.1-rcindirect
npmvitecatalog:indirect
npmvitestcatalog:indirect
Dependency advisories 2

This repository publishes no package the index resolves, so its own dependency graph was assessed — 85 packages, which also include development and test pins that never ship: 2 carry known advisories, of which 0 are direct.

PackageVersionRelationSeverityAdvisoriesFixed in
vitestcatalog:indirectcritical24.1.0
vitecatalog:indirecthigh168.0.16

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": {
    "repo": {
      "topics": [
        "react",
        "ui",
        "scaleway",
        "ui-components",
        "ui-library",
        "typescript",
        "form",
        "ultraviolet",
        "react-hook-form",
        "vanilla-extract"
      ],
      "is_fork": false,
      "size_kb": 128274,
      "has_wiki": false,
      "homepage": "https://ultraviolet.scaleway.com",
      "languages": {
        "CSS": 103083,
        "MDX": 80032,
        "HTML": 379,
        "Dockerfile": 567,
        "JavaScript": 8746,
        "TypeScript": 3350144
      },
      "pushed_at": "2026-07-22T15:40:37Z",
      "created_at": "2020-12-10T15:09:06Z",
      "owner_type": "Organization",
      "updated_at": "2026-07-22T12:10:40Z",
      "description": "A monorepo Design System with React components.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "Apache-2.0",
      "default_branch": "main",
      "license_spdx_raw": "Apache-2.0",
      "primary_language": "TypeScript",
      "significant_languages": [
        "TypeScript"
      ]
    },
    "owner": {
      "blog": "https://scaleway.com",
      "name": "Scaleway",
      "type": "Organization",
      "login": "scaleway",
      "company": null,
      "location": "Paris, France",
      "followers": 306,
      "avatar_url": "https://avatars.githubusercontent.com/u/5185491?v=4",
      "created_at": "2013-08-07T21:43:43Z",
      "is_verified": null,
      "public_repos": 129,
      "account_age_days": 4731
    },
    "license": {
      "state": "standard",
      "spdx_id": "Apache-2.0",
      "raw_spdx": "Apache-2.0",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "@ultraviolet/themes@3.1.8",
          "kind": "other",
          "published_at": "2026-07-17T13:54:09Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.22",
          "kind": "other",
          "published_at": "2026-07-17T13:54:06Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.8",
          "kind": "other",
          "published_at": "2026-07-17T13:54:03Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.6",
          "kind": "other",
          "published_at": "2026-07-17T13:54:00Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.41",
          "kind": "other",
          "published_at": "2026-07-17T13:53:57Z"
        },
        {
          "tag": "@ultraviolet/ui@3.20.3",
          "kind": "other",
          "published_at": "2026-07-17T13:53:54Z"
        },
        {
          "tag": "@ultraviolet/ui@3.20.2",
          "kind": "other",
          "published_at": "2026-07-06T15:58:09Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.5",
          "kind": "other",
          "published_at": "2026-07-06T15:58:06Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.40",
          "kind": "other",
          "published_at": "2026-07-06T15:58:03Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.7",
          "kind": "other",
          "published_at": "2026-07-06T15:58:00Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.21",
          "kind": "other",
          "published_at": "2026-07-06T15:57:57Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.39",
          "kind": "other",
          "published_at": "2026-06-29T13:59:41Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.14",
          "kind": "other",
          "published_at": "2026-06-29T13:59:39Z"
        },
        {
          "tag": "@ultraviolet/ui@3.20.1",
          "kind": "other",
          "published_at": "2026-06-29T13:59:35Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.6",
          "kind": "other",
          "published_at": "2026-06-29T13:59:32Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.20",
          "kind": "other",
          "published_at": "2026-06-29T13:59:29Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.4",
          "kind": "other",
          "published_at": "2026-06-29T13:59:27Z"
        },
        {
          "tag": "@ultraviolet/ui@3.20.0",
          "kind": "other",
          "published_at": "2026-06-29T13:10:27Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.5",
          "kind": "other",
          "published_at": "2026-06-29T13:10:24Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.38",
          "kind": "other",
          "published_at": "2026-06-29T13:10:21Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.2.1",
          "kind": "other",
          "published_at": "2026-06-29T13:10:18Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.3",
          "kind": "other",
          "published_at": "2026-06-24T14:29:46Z"
        },
        {
          "tag": "@ultraviolet/ui@3.19.1",
          "kind": "other",
          "published_at": "2026-06-24T14:29:43Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.4",
          "kind": "other",
          "published_at": "2026-06-24T14:29:40Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.37",
          "kind": "other",
          "published_at": "2026-06-24T14:29:37Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.36",
          "kind": "other",
          "published_at": "2026-06-19T16:34:35Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.3",
          "kind": "other",
          "published_at": "2026-06-19T16:34:32Z"
        },
        {
          "tag": "@ultraviolet/ui@3.19.0",
          "kind": "other",
          "published_at": "2026-06-19T16:34:30Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.2.0",
          "kind": "other",
          "published_at": "2026-06-19T16:34:27Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.13",
          "kind": "other",
          "published_at": "2026-06-17T14:42:03Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.19",
          "kind": "other",
          "published_at": "2026-06-17T14:41:59Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.2",
          "kind": "other",
          "published_at": "2026-06-17T14:41:57Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.2",
          "kind": "other",
          "published_at": "2026-06-17T14:41:54Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.35",
          "kind": "other",
          "published_at": "2026-06-17T14:41:50Z"
        },
        {
          "tag": "@ultraviolet/ui@3.18.2",
          "kind": "other",
          "published_at": "2026-06-17T14:41:48Z"
        },
        {
          "tag": "@ultraviolet/ui@3.18.1",
          "kind": "other",
          "published_at": "2026-06-17T12:04:25Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.1",
          "kind": "other",
          "published_at": "2026-06-17T12:04:22Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.1",
          "kind": "other",
          "published_at": "2026-06-17T12:04:19Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.34",
          "kind": "other",
          "published_at": "2026-06-17T12:04:16Z"
        },
        {
          "tag": "@ultraviolet/form@6.5.0",
          "kind": "other",
          "published_at": "2026-06-02T08:34:58Z"
        },
        {
          "tag": "@ultraviolet/icons@5.4.0",
          "kind": "other",
          "published_at": "2026-06-02T08:34:55Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.33",
          "kind": "other",
          "published_at": "2026-06-02T08:34:52Z"
        },
        {
          "tag": "@ultraviolet/ui@3.18.0",
          "kind": "other",
          "published_at": "2026-06-02T08:34:49Z"
        },
        {
          "tag": "@ultraviolet/form@6.4.0",
          "kind": "other",
          "published_at": "2026-05-26T14:50:34Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.32",
          "kind": "other",
          "published_at": "2026-05-26T14:50:31Z"
        },
        {
          "tag": "@ultraviolet/ui@3.17.0",
          "kind": "other",
          "published_at": "2026-05-26T14:50:28Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.31",
          "kind": "other",
          "published_at": "2026-05-21T16:17:53Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.12",
          "kind": "other",
          "published_at": "2026-05-21T16:17:50Z"
        },
        {
          "tag": "@ultraviolet/ui@3.16.0",
          "kind": "other",
          "published_at": "2026-05-21T16:17:47Z"
        },
        {
          "tag": "@ultraviolet/themes@3.1.7",
          "kind": "other",
          "published_at": "2026-05-21T16:17:44Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.1.7",
          "kind": "other",
          "published_at": "2026-05-21T16:17:41Z"
        },
        {
          "tag": "@ultraviolet/icons@5.3.4",
          "kind": "other",
          "published_at": "2026-05-21T16:17:38Z"
        },
        {
          "tag": "@ultraviolet/animations@1.0.1",
          "kind": "other",
          "published_at": "2026-05-21T16:17:35Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.18",
          "kind": "other",
          "published_at": "2026-05-21T16:17:32Z"
        },
        {
          "tag": "@ultraviolet/form@6.3.3",
          "kind": "other",
          "published_at": "2026-05-21T16:17:29Z"
        },
        {
          "tag": "@ultraviolet/form@6.3.2",
          "kind": "other",
          "published_at": "2026-05-18T09:13:34Z"
        },
        {
          "tag": "@ultraviolet/ui@3.15.1",
          "kind": "other",
          "published_at": "2026-05-18T09:13:31Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.30",
          "kind": "other",
          "published_at": "2026-05-18T09:13:30Z"
        },
        {
          "tag": "@ultraviolet/form@6.3.1",
          "kind": "other",
          "published_at": "2026-05-13T13:40:24Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.17",
          "kind": "other",
          "published_at": "2026-05-13T13:40:21Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.11",
          "kind": "other",
          "published_at": "2026-05-13T13:40:19Z"
        },
        {
          "tag": "@ultraviolet/icons@5.3.3",
          "kind": "other",
          "published_at": "2026-05-13T13:40:15Z"
        },
        {
          "tag": "@ultraviolet/animations@1.0.0",
          "kind": "other",
          "published_at": "2026-05-13T13:40:12Z"
        },
        {
          "tag": "@ultraviolet/themes@3.1.6",
          "kind": "other",
          "published_at": "2026-05-13T13:40:09Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.29",
          "kind": "other",
          "published_at": "2026-05-13T13:40:06Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.1.6",
          "kind": "other",
          "published_at": "2026-05-13T13:40:03Z"
        },
        {
          "tag": "@ultraviolet/ui@3.15.0",
          "kind": "other",
          "published_at": "2026-05-13T13:40:00Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.28",
          "kind": "other",
          "published_at": "2026-04-20T15:17:39Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.10",
          "kind": "other",
          "published_at": "2026-04-20T15:17:36Z"
        },
        {
          "tag": "@ultraviolet/ui@3.14.0",
          "kind": "other",
          "published_at": "2026-04-20T15:17:33Z"
        },
        {
          "tag": "@ultraviolet/icons@5.3.2",
          "kind": "other",
          "published_at": "2026-04-20T15:17:30Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.1.5",
          "kind": "other",
          "published_at": "2026-04-20T15:17:27Z"
        },
        {
          "tag": "@ultraviolet/themes@3.1.5",
          "kind": "other",
          "published_at": "2026-04-20T15:17:24Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.16",
          "kind": "other",
          "published_at": "2026-04-20T15:17:21Z"
        },
        {
          "tag": "@ultraviolet/form@6.3.0",
          "kind": "other",
          "published_at": "2026-04-20T15:17:19Z"
        },
        {
          "tag": "@ultraviolet/form@6.2.7",
          "kind": "other",
          "published_at": "2026-04-07T08:58:20Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.1.4",
          "kind": "other",
          "published_at": "2026-04-07T08:58:17Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.27",
          "kind": "other",
          "published_at": "2026-04-07T08:58:14Z"
        },
        {
          "tag": "@ultraviolet/icons@5.3.1",
          "kind": "other",
          "published_at": "2026-04-07T08:58:11Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.15",
          "kind": "other",
          "published_at": "2026-04-07T08:58:08Z"
        },
        {
          "tag": "@ultraviolet/themes@3.1.4",
          "kind": "other",
          "published_at": "2026-04-07T08:58:05Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.9",
          "kind": "other",
          "published_at": "2026-04-07T08:58:02Z"
        },
        {
          "tag": "@ultraviolet/ui@3.13.1",
          "kind": "other",
          "published_at": "2026-04-07T08:57:59Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.26",
          "kind": "other",
          "published_at": "2026-03-31T08:28:11Z"
        },
        {
          "tag": "@ultraviolet/plus@4.0.0",
          "kind": "other",
          "published_at": "2026-03-31T08:28:08Z"
        },
        {
          "tag": "@ultraviolet/icons@5.3.0",
          "kind": "other",
          "published_at": "2026-03-31T08:28:05Z"
        },
        {
          "tag": "@ultraviolet/form@6.2.6",
          "kind": "other",
          "published_at": "2026-03-31T08:28:02Z"
        },
        {
          "tag": "@ultraviolet/fonts@2.1.3",
          "kind": "other",
          "published_at": "2026-03-31T08:27:59Z"
        },
        {
          "tag": "@ultraviolet/utils@1.0.8",
          "kind": "other",
          "published_at": "2026-03-31T08:27:56Z"
        },
        {
          "tag": "@ultraviolet/themes@3.1.3",
          "kind": "other",
          "published_at": "2026-03-31T08:27:53Z"
        },
        {
          "tag": "@ultraviolet/illustrations@6.0.14",
          "kind": "other",
          "published_at": "2026-03-31T08:27:50Z"
        },
        {
          "tag": "@ultraviolet/ui@3.13.0",
          "kind": "other",
          "published_at": "2026-03-31T08:27:47Z"
        },
        {
          "tag": "@ultraviolet/ui@3.12.3",
          "kind": "other",
          "published_at": "2026-03-24T11:53:51Z"
        },
        {
          "tag": "@ultraviolet/form@6.2.5",
          "kind": "other",
          "published_at": "2026-03-24T11:53:48Z"
        },
        {
          "tag": "@ultraviolet/plus@3.7.3",
          "kind": "other",
          "published_at": "2026-03-24T11:53:45Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.25",
          "kind": "other",
          "published_at": "2026-03-24T11:53:42Z"
        },
        {
          "tag": "@ultraviolet/plus@3.7.2",
          "kind": "other",
          "published_at": "2026-03-24T00:00:23Z"
        },
        {
          "tag": "@ultraviolet/form@6.2.4",
          "kind": "other",
          "published_at": "2026-03-24T00:00:20Z"
        },
        {
          "tag": "@ultraviolet/nextjs@3.0.24",
          "kind": "other",
          "published_at": "2026-03-24T00:00:17Z"
        },
        {
          "tag": "@ultraviolet/icons@5.2.1",
          "kind": "other",
          "published_at": "2026-03-24T00:00:14Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "e2fb6e14206aa8fa510767f6313e51e0c1bc6b61",
          "body": null,
          "is_bot": false,
          "headline": "docs: fix Storybook docgen (#6695)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-22T12:09:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d0418a6e4094c37131e3f60681179768885dd86e",
          "body": "* docs(Bullet): accessibility audit\n\n* fix: feedback",
          "is_bot": false,
          "headline": "docs(Bullet): accessibility audit (#6684)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-21T13:41:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e3384395903d3e88293f013187c1c7b86c091860",
          "body": null,
          "is_bot": false,
          "headline": "docs: badge a11y audit (#6663)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-21T13:27:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "973df6d9e90ed908630c1d4f386c0b31b4c6ba42",
          "body": "* chore(deps): update code editor to v4.25.11\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-f0873db.md\n\n* fix: snapshots\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>\nCo-authored-by: Lisa LUPI <llupi@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update code editor to v4.25.11 (#6687)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T16:16:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "da22991b8479f152422715747248aed615f5ace1",
          "body": null,
          "is_bot": false,
          "headline": "docs: a11y audit key (#6665)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-20T14:31:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8431d60f43fcb5f71e4536cdb2d29f444b3f2b29",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update vitest monorepo to v4.1.10 (#6693)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T13:57:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "65f1e9bb1684f668c3aba60247ce3ca27bf07ae8",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency oxlint-tsgolint to v0.25.0 (#6694)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T13:32:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "940f087f6ef64c120cbe63f2255b8c3b04af969d",
          "body": "* feat: deprecate themes in ui\n\n* fix: report import from ui to themes\n\n* fix: feedback\n\n* fix: feedback\n\n* fix: lint",
          "is_bot": false,
          "headline": "feat: deprecate themes in ui (#6633)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-20T13:26:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63dec88025e74e71a3bc4d9a9879c4e20e2d35a0",
          "body": "* feat(Tabs): hover state\n\n* fix(Tabs): hover bullet style\n\n* fix: remove background on focus",
          "is_bot": false,
          "headline": "feat(Tabs): hover state (#6677)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-20T12:33:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4bbd03e4d466fc39b903b92169297c16e8c39bde",
          "body": "* chore(devdeps): update dependency oxlint to v1.66.0\n\n* fix: fix\n\n* fix: fix\n\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\n\n* fix: tests\n\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\n\n* fix: feedback\n\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\n[…]\neway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: Lisa LUPI <llupi@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency oxlint to v1.66.0 (#6467)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T12:30:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9d58c92f679e362c3c4b0584ea41f8845ebfc9d3",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update dependency vite to v8.1.5 (#6688)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T09:21:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fbaa5ea6fda989590861067ab18af56514cb01f",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency @changesets/cli to v2.31.1 (#6689)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T08:54:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6081b1740ec54678cc8b70dc1ae0e0ecb19c89bd",
          "body": "* fix(Text): prominence style\n\n* fix: feedback\n\n* fix: feedback",
          "is_bot": false,
          "headline": "fix(Text): prominence style (#6664)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-20T08:52:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "be2ccc8b66429996ddefb8ec91f0f347258dddc2",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency @commitlint/cli to v21.2.1 (#6690)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-20T08:45:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "194c48575723b469d92754263aec08e2e335370b",
          "body": null,
          "is_bot": false,
          "headline": "feat(ProductIcon): hsm backend icon (#6678)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-20T08:41:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf0247be0057ed34a81ef27e0d5b7d2c72653c21",
          "body": "…tion with turbo (#6691)\n\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": false,
          "headline": "fix(test): form relative path import inside 'utils/test' break resolu…",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-20T08:32:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "516b5a164002a6ca45340fd830155db119e2c5a0",
          "body": "* fix(TextArea): fix automatic resize when rows=\"auto\"\n\n* docs: update story comment",
          "is_bot": false,
          "headline": "fix(TextArea): fix automatic resize when rows=\"auto\" (#6680)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-17T14:47:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10f98b9628bc7cf9d27708866d6e0867a7a12f01",
          "body": null,
          "is_bot": false,
          "headline": "chore: add missing test script in the icons package (#6681)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-17T14:45:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "42d86647fe6be6c574446cedc672bcec7dc81749",
          "body": null,
          "is_bot": false,
          "headline": "fix(devEngines): warn on failure (#6682)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-17T13:52:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d22bbaed4a9d7f9c99ed8a1b7abc31d4785cf47a",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: release (#6660)",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-17T08:37:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e0ec4536a0dbc9da4a01af214c49f2090d971e33",
          "body": null,
          "is_bot": false,
          "headline": "fix(RichTextInput): update dependencies to fix bug (#6679)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-17T08:20:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31c8739563b89f1e1554395c8e5e5e286ae5f4f0",
          "body": null,
          "is_bot": false,
          "headline": "fix(OrderSummary): prices overflow (#6626)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-17T08:03:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab0598768d9edebffd201b414bd72aaf6c6f6923",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "chore(devdeps): update dependency tsx to v4.23.0 (#6676)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-16T15:45:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d4d04061de2b4ca7c2bc454b6b995d6708e5db00",
          "body": null,
          "is_bot": false,
          "headline": "feat(NumberInputField): support register mode (#6667)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-16T10:20:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03c1ecbf444f51456eb1a73a89b19958e4e41ae9",
          "body": "* refactor: create useField hook for fields components\n\n* refactor: use the useField hook in SelectInputField\n\n* feat: add _experimentalRegisterMode property to the Form component\n\n* refactor: style updates\n\n* refactor: avoid @ts-expect-error",
          "is_bot": false,
          "headline": "refactor: create useField hook for fields components (#6638)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-16T09:33:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "17fa3c8222bfd3b8abdb2c873cfcbbf7d7d3f7ff",
          "body": "…y (#6674)",
          "is_bot": false,
          "headline": "fix: remove `font-size: 16px` from the CSS normalize for accessibilit…",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-16T09:30:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "16e7f6847ad71b6710d15d5e8599d81e06a9163c",
          "body": "Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": false,
          "headline": "chore(package): use new dev engine metadata (#6675)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-15T16:59:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8994e0ed08c40d011c163d2f1ed7fcafc97a5dc3",
          "body": null,
          "is_bot": false,
          "headline": "fix(SelectInput): group select vertical alignment (#6662)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-15T14:47:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b14344132333a8aab2d7764777874f774516c48",
          "body": "…r` validator (#6666)\n\n* fix(NumberInputField): better management of NaN values + fix `isNumber` validator\n\n* refactor: replace inline style by property",
          "is_bot": false,
          "headline": "fix(NumberInputField): better management of NaN values + fix `isNumbe…",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-15T14:27:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9d29d7bb0c8453e51f068cf0e050d3b923b05df",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency tsx to v4.23.0 (#6671)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T14:03:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b88d58017bc60f2c87dc64210663971777311f61",
          "body": "* chore(devdeps): update dependency next to v16.2.10\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: update next 16.2.10 everywhere\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Julien Sulpis <jsulpis@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency next to v16.2.10 (#6669)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T13:43:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6bc29372313c6696fbef4c93252036760c07b53",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): lock file maintenance (#6673)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T13:39:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "014d645257eeefed3738d2918eb4e71c11fb35a6",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency turbo to v2.10.4 (#6672)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T13:30:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d6a6ff046acccda1ab5b4a41a0cfed46f829178b",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency postcss to v8.5.17 (#6670)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T13:23:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "898f9cc352d99fd1f98646f9d4db6c918873bb8e",
          "body": null,
          "is_bot": false,
          "headline": "chore: update pnpm 11.11 (#6668)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-07-15T12:58:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "13e10f589dad364aee60b761aec7faa1d74f8d79",
          "body": "* chore(devdeps): update vanilla-extract monorepo\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-46a6aed.md\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update vanilla-extract monorepo (#6651)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-15T12:47:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "65f8f734c07f8c886b0455a072e9810ecbc48aca",
          "body": "* fix(Plans): locales, props and cta height\n\n* fix: spread props correctly",
          "is_bot": false,
          "headline": "fix(Plans): locales, props and cta height (#6661)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-09T08:24:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82b2ca8525bb7488f86e2b63d3a02d0433e94fff",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency vite to v8.1.3 (#6649)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T09:12:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c32d267a498b66fe15dd94e2060c8293e55f8540",
          "body": "* chore(deps): update dependency react-hook-form to v7.80.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-346d9a6.md\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update dependency react-hook-form to v7.80.0 (#6641)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:26:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b1aff5405d9f4c54d16b407c58343ac6f8135af",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): lock file maintenance (#6654) (#6656)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:13:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47c07146e38f747f7b3e3b62b1a2338f600e61b7",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): lock file maintenance (#6654)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:07:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "12336b28de95c6aa16c5ed8ef0487de7d6079a22",
          "body": "* fix: fix\n\n* fix: fix\n\n---------\n\nCo-authored-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency node to v24.18.0 (#6647)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:07:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "92ad29e9111e4700f6c95a19f0d12f550be5cf7c",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update docker/build-push-action action to v7.3.0 (#6657)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:06:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bef9d293d82bf33073f124ebcb9dfb9f47bd9566",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update docker/login-action action to v4.4.0 (#6658)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:06:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e1047a59339a48f4e40589ac7b978194ab555823",
          "body": "…6659)\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update docker/setup-buildx-action action to v4.2.0 (#…",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-07T07:05:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a4a8555b9f9bcfceddbd6bc761160fbc18a16bd",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "chore: release (#6636)",
          "author_name": "Scaleway Bot",
          "author_login": "scaleway-bot",
          "committed_at": "2026-07-06T15:56:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a654749503e7ef4c05e6d0d2bb1875fcf10a56f",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency lint-staged to v17 (#6653)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:48:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37c8b5068f80c47826ee6894c4a50f92382ecf2c",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): update node.js to v26.4.0 (#6642)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:44:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e989d61e8fac60ad86acd3480c1b2379688e8138",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update actions/setup-python action to v6.3.0 (#6644)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:43:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7dc144c452564ca4a474bfa88fda536de4b11bab",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency globals to v17.7.0 (#6646)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:42:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b8f6f0ba64aa3cb3dad8aee59da57061998ac9b3",
          "body": null,
          "is_bot": false,
          "headline": "fix(release): use github token instead of PAT (#6655)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-06T15:42:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "054092866c15e8b315dd6919bd141c19c4fadfda",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update commitlint monorepo to v21.2.0 (#6645)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:42:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f9fdbe5ed4d3f2f9792879014959ba3774bb43d8",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update actions/cache action to v6 (#6652)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:42:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f3c71fd2d53883ae729a78d805e08c10cd19070",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update pnpm to v11.9.0 (#6650)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:41:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57ce02237910c34524bc015b7510d5285ae20786",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency oxfmt to v0.57.0 (#6648)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-07-06T15:36:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1eebcc75f16348488f4456f3d0aa8e9080b6135c",
          "body": null,
          "is_bot": false,
          "headline": "fix(release): use latest version of action-scw-secret (#6640)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-06T15:12:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b7d697113719fe9136de3b7ff51eeab1b5685af9",
          "body": "* fix(NumberInput): add background\n\n* fix: dark mode background",
          "is_bot": false,
          "headline": "fix(NumberInput): add background (#6635)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-06T14:12:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7bfd60a0775b94534f6c23e3c1d608bf13cb251e",
          "body": "Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": false,
          "headline": "fix(number-input-field): revert type validation on field name (#6637)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-07-06T14:03:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e6c1f057a57b531fe268c88a279b645217a25b62",
          "body": "* ci: run svgo when updating illustrations & icons\n\n* fix: run svg on illustrations & fix script",
          "is_bot": false,
          "headline": "ci: run svgo when updating illustrations & icons (#6634)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-06T12:18:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c7e8de8d8a46343ae75f8c425ff05b56b1c5428",
          "body": null,
          "is_bot": false,
          "headline": "chore: add display name (#6615)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-03T14:06:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "400f4e2efabc53bc0c737a58114adbb90474fff7",
          "body": "* fix(SelectInput): searchable behavior\n\n* test: fix test name",
          "is_bot": false,
          "headline": "fix(SelectInput): searchable behavior (#6631)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-03T12:54:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e8eca894c935016b3797e0f5c286d2c3ce7d3e43",
          "body": null,
          "is_bot": false,
          "headline": "fix: remove unused rule (#6632)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-07-01T08:37:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9211be293e23dd1a3d188360e7c175638616c5dd",
          "body": null,
          "is_bot": false,
          "headline": "chore: add a11y-fix skill (#6582)",
          "author_name": "Julien Sulpis",
          "author_login": "jsulpis",
          "committed_at": "2026-06-30T09:39:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68b384a430570762be01c5da65833fb7e591d52e",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "chore: release (#6629)",
          "author_name": "Scaleway Bot",
          "author_login": "scaleway-bot",
          "committed_at": "2026-06-29T13:58:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3fd54035059af1776280b4ee59c7005829b53134",
          "body": null,
          "is_bot": false,
          "headline": "fix(utils): release utils (#6628)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-06-29T13:55:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "58ff35dc3f67ac0786a97ec164ce0b940d3789fc",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "chore: release (#6614)",
          "author_name": "Scaleway Bot",
          "author_login": "scaleway-bot",
          "committed_at": "2026-06-29T13:09:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8b71854ef302a6a2557ad9538ffbfdc56e8003d3",
          "body": null,
          "is_bot": false,
          "headline": "fix(FileInput): issue with paths (#6618)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-29T12:39:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1884b1f8003c6c013a3ac2e767c4ff8710d576f0",
          "body": "…6608)\n\n* chore(devdeps): update dependency node to v24.17.0 (#6601)\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\n\n* fix: \n[…]\nte[bot] <29139614+renovate[bot]@users.noreply.github.com>\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix(NumberInputField): improve type safety and null value handling (#…",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-06-29T12:33:13Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ac6b12839cbdfe11d6fe371aeed4346946b2c183",
          "body": "Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": false,
          "headline": "chore(renovate): remove check on examples files (#6627)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-06-29T09:37:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f38c4e883ef763219a65f052f4bc0c2340238b74",
          "body": "…#6561)\n\n* chore(devdeps): update dependency @scaleway/oxlint-config to v0.2.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* fix: broken lint\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Julien Sulpis <jsulpis@scaleway.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency @scaleway/oxlint-config to v0.2.0 (…",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-29T09:33:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b3e7d684e27d27ee553e2d8effa2ce870f0aa1f4",
          "body": "…3.2.3 (#6620)\n\n* chore(deps): update dependency @handlewithcare/react-prosemirror to v3.2.3\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-a972787.md\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update dependency @handlewithcare/react-prosemirror to v…",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-29T09:15:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "767ce60bcc32e331dfe402a3b01f9aee2b2b075a",
          "body": "* feat(breadscrumb): add render props\n\n* fix(test): use getByRole",
          "is_bot": false,
          "headline": "feat(breadscrumb): add render props (#6624)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-06-29T09:14:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "30bc7f25b4fa76778a3759b65d3c7d55e6aff932",
          "body": null,
          "is_bot": false,
          "headline": "fix(icons): iconStyles export (#6625)",
          "author_name": "philibeaux",
          "author_login": "philibea",
          "committed_at": "2026-06-29T08:52:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a3063e2ce78449ee29828f6783231b3acd0e6a5",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency @playwright/test to v1.61.1 (#6621)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-28T20:53:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7af003dc3f9b009d10a0eb54ce9e6dd22b061458",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency @vitejs/plugin-react to v6.0.3 (#6622)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-28T20:50:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "13ed119d6dd108049485b45e5ac5a5249e222e29",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency browserslist to v4.28.4 (#6623)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-28T20:50:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "60d5231202629ce69d1a73b934adb95278b161df",
          "body": "* feat(Tag): several enhancements\n\n* fix: update snapshots\n\n* fix: close button border",
          "is_bot": false,
          "headline": "feat(Tag): several enhancements (#6610)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-26T14:38:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45a29efcae94a2c72ca1b230709ded5a2873491d",
          "body": null,
          "is_bot": false,
          "headline": "feat(Pagination): new props hide and size (#6612)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-25T16:08:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d10e9f5ebcdb02367491355b23d744fce5fe79bd",
          "body": null,
          "is_bot": false,
          "headline": "feat(fonts): add root custom props for fallback (#6616)",
          "author_name": "numa",
          "author_login": "iManu",
          "committed_at": "2026-06-25T11:59:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4362cd62cee3e611c47457f5c0d9b675472cdd22",
          "body": null,
          "is_bot": false,
          "headline": "fix(SelectInput): item alignment with checkbox (#6613)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-25T10:05:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3791bf2720af0236ddf367563b85d30e00856ed8",
          "body": null,
          "is_bot": false,
          "headline": "fix(SelectInput): overflow placeholder (#6609)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-25T10:01:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e382f502cdb07fb56d1249917b81d7dd029c620e",
          "body": "* chore(deps): update prosemirror\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-1de25e6.md\n\n* fix: upgrade prosemirror\n\n* fix: tests\n\nSigned-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\n\n---------\n\nSigned-off-by: renovate\n[…]\nenovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>\nCo-authored-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>\nCo-authored-by: Lisa LUPI <llupi@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update prosemirror (#6596)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-24T21:19:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "adcf3839f4ad6d2155c66098d9465f27471b0edb",
          "body": "* feat(code-editor): add onclick prop for code editor component\n\n* feat(code-editor): add changeset\n\n* fix(code-editor): use onfocus instead onclick\n\n* fix(code-editor): fix pnpm lock\n\n* fix(code-editor): use user event for test\n\n* fix(code-editor): fix test",
          "is_bot": false,
          "headline": "feat(code-editor): add onclick prop for code editor component (#6578)",
          "author_name": "JulienSaguez",
          "author_login": "JulienSaguez",
          "committed_at": "2026-06-24T14:55:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "929dc3f01ea92a873eb0502ab49631cc87e16d83",
          "body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "chore: release (#6603)",
          "author_name": "Scaleway Bot",
          "author_login": "scaleway-bot",
          "committed_at": "2026-06-24T14:27:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4a1f94da25b9cb30d3318dd75e3a533f5ba8fb2",
          "body": null,
          "is_bot": false,
          "headline": "fix: filters export (#6611)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-24T13:34:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d320b04cde68c22855e62f298ff97802ee10854b",
          "body": "* chore: migrate to typescript rc\n\nSigned-off-by: Emmanuel CHAMBON <echambon@scaleway.com>\n\n* chore: migrate to typescript rc\n\nSigned-off-by: Emmanuel CHAMBON <echambon@scaleway.com>\n\n* fix: fix\n\nSigned-off-by: Emmanuel CHAMBON <echambon@scaleway.com>\n\n* fix: fix\n\nSigned-off-by: Emmanuel CHAMBON <echambon@scaleway.com>\n\n---------\n\nSigned-off-by: Emmanuel CHAMBON <echambon@scaleway.com>",
          "is_bot": false,
          "headline": "chore: migrate to typescript rc (#6586)",
          "author_name": "Manu Chambon",
          "author_login": "chambo-e",
          "committed_at": "2026-06-22T18:02:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb3839feb0dde98150ae570f54ac3bb0e8fcd988",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update dependency node to v24.17.0 (#6601)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-22T12:48:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf34e6491c4fd5f8756a2ee0a17d471ca4c9d7d0",
          "body": null,
          "is_bot": false,
          "headline": "feat(TextArea): prop size (#6541)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-22T12:47:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "346116028d404460d39ec4026ec6bb9d1fbe9823",
          "body": null,
          "is_bot": false,
          "headline": "feat: passkey icon (#6572)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-22T12:46:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44e89ac5c4c41cc02cb18e5a70dbbf24cae0507b",
          "body": "* fix(OfferList): banner and border\n\n* fix: lockfile",
          "is_bot": false,
          "headline": "fix(OfferList): banner and border (#6551)",
          "author_name": "lisalupi",
          "author_login": "lisalupi",
          "committed_at": "2026-06-22T09:40:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "84fe89d315dfa537ff4c52e5812d76b5464fd8a5",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update babel monorepo to v8 (#6605)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-22T07:13:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f17f31e1b549cc21dc8c59f9201ec4b96619b39a",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update actions/checkout action to v7 (#6604)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-22T07:12:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0078fcb0e03fa8342ebd901d0d9841758f3e36ea",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update codecov/codecov-action action to v7 (#6606)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-22T07:12:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "734cbf0cbe5690086257a1293d17b8c9c9e34f46",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update commitlint monorepo to v21 (#6607)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-22T07:12:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4061f4f68c15e8d9192d4579beba04599fdeb0a",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(deps): lock file maintenance (#6600)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:43:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81735865e442e269c6530fe4187814dc22556ce9",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update happy-dom monorepo to v20.10.6 (#6591)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:23:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c73c434522b1313199470608efb6c8c2fae64bd",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: philibeaux <aphilibeaux@scaleway.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update playwright monorepo to v1.61.0 (#6598)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:22:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "724214a1d30d5b2baa33ca31506506e232083e78",
          "body": "* chore(deps): update dependency react-hook-form to v7.79.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\n\n* chore: add .changeset/renovate-5a98ad3.md\n\n---------\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Scaleway Bot <github@scaleway.com>",
          "is_bot": true,
          "headline": "chore(deps): update dependency react-hook-form to v7.79.0 (#6595)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:22:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "560df7987655c833907ce26c5cdd78ffa7ad3ed2",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update react-router monorepo to v7.18.0 (#6602)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:21:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "99ba70e0e69eb4dfa04ee26a7d26f2e5e94fb444",
          "body": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore(devdeps): update pnpm to v11.8.0 (#6599)",
          "author_name": "renovate[bot]",
          "author_login": "renovate[bot]",
          "committed_at": "2026-06-21T16:05:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 100,
      "commits_last_year": 1015,
      "latest_release_at": "2026-07-17T13:54:09Z",
      "latest_release_tag": "@ultraviolet/themes@3.1.8",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 49,
      "days_since_latest_release": 5,
      "mean_days_between_releases": 1.2
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 75,
      "has_issue_template": false,
      "has_code_of_conduct": true,
      "has_pull_request_template": true
    },
    "ecosystem": {
      "packages": [
        {
          "name": "@ultraviolet/ui",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "react",
            "reactjs",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/ui",
          "is_deprecated": false,
          "latest_version": "3.20.3",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 343,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 17965,
          "first_published_at": "2023-06-20T08:36:26.890000Z",
          "latest_published_at": "2026-07-17T13:53:50.255000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        },
        {
          "name": "@ultraviolet/form",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "react",
            "reactjs",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/form",
          "is_deprecated": false,
          "latest_version": "6.5.8",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 366,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 11461,
          "first_published_at": "2023-06-20T08:36:26.891000Z",
          "latest_published_at": "2026-07-17T13:53:48.168000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        },
        {
          "name": "@ultraviolet/fonts",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "fonts",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/fonts",
          "is_deprecated": false,
          "latest_version": "2.2.1",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 16,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 11203,
          "first_published_at": "2024-11-28T10:43:42.295000Z",
          "latest_published_at": "2026-06-29T13:10:14.231000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 23
        },
        {
          "name": "@ultraviolet/icons",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "react",
            "reactjs",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/icons",
          "is_deprecated": false,
          "latest_version": "5.4.6",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 201,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 25094,
          "first_published_at": "2023-07-18T12:24:21.660000Z",
          "latest_published_at": "2026-07-17T13:53:49.503000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        },
        {
          "name": "@ultraviolet/utils",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "helpers",
            "shared",
            "utilities"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/utils",
          "is_deprecated": false,
          "latest_version": "1.0.14",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 29597,
          "first_published_at": "2025-12-19T10:48:01.602000Z",
          "latest_published_at": "2026-06-29T13:59:21.116000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 23
        },
        {
          "name": "@ultraviolet/nextjs",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "nextjs",
            "react",
            "reactjs",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/nextjs",
          "is_deprecated": false,
          "latest_version": "3.0.41",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 92,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 6258,
          "first_published_at": "2025-07-10T13:17:29.458000Z",
          "latest_published_at": "2026-07-17T13:53:48.179000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        },
        {
          "name": "@ultraviolet/themes",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [
            "themes",
            "ui"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/themes",
          "is_deprecated": false,
          "latest_version": "3.1.8",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 32011,
          "first_published_at": "2023-06-20T08:36:26.890000Z",
          "latest_published_at": "2026-07-17T13:53:48.087000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        },
        {
          "name": "@ultraviolet/animations",
          "exists": true,
          "license": "Apache-2.0",
          "keywords": [],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@ultraviolet/animations",
          "is_deprecated": false,
          "latest_version": "1.0.1",
          "repository_url": "https://github.com/scaleway/ultraviolet",
          "versions_count": 2,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 3,
          "monthly_downloads": 9503,
          "first_published_at": "2026-05-13T13:39:48.170000Z",
          "latest_published_at": "2026-05-21T16:17:21.447000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 62
        }
      ]
    },
    "popularity": {
      "forks": 34,
      "stars": 126,
      "watchers": 9,
      "fork_history": {
        "days": [
          {
            "date": "2021-04-26",
            "count": 1
          },
          {
            "date": "2022-01-03",
            "count": 1
          },
          {
            "date": "2022-09-15",
            "count": 1
          },
          {
            "date": "2022-10-02",
            "count": 1
          },
          {
            "date": "2022-12-07",
            "count": 1
          },
          {
            "date": "2022-12-20",
            "count": 1
          },
          {
            "date": "2022-12-26",
            "count": 1
          },
          {
            "date": "2023-01-05",
            "count": 1
          },
          {
            "date": "2023-01-11",
            "count": 1
          },
          {
            "date": "2023-01-22",
            "count": 1
          },
          {
            "date": "2023-06-23",
            "count": 1
          },
          {
            "date": "2023-10-03",
            "count": 1
          },
          {
            "date": "2023-12-04",
            "count": 1
          },
          {
            "date": "2024-01-18",
            "count": 2
          },
          {
            "date": "2024-02-07",
            "count": 1
          },
          {
            "date": "2024-02-08",
            "count": 1
          },
          {
            "date": "2024-03-29",
            "count": 1
          },
          {
            "date": "2024-04-19",
            "count": 1
          },
          {
            "date": "2024-04-23",
            "count": 1
          },
          {
            "date": "2024-08-30",
            "count": 1
          },
          {
            "date": "2024-09-16",
            "count": 1
          },
          {
            "date": "2024-10-28",
            "count": 1
          },
          {
            "date": "2025-02-04",
            "count": 1
          },
          {
            "date": "2025-03-08",
            "count": 1
          },
          {
            "date": "2025-08-13",
            "count": 1
          },
          {
            "date": "2025-09-02",
            "count": 1
          },
          {
            "date": "2026-01-05",
            "count": 1
          },
          {
            "date": "2026-02-19",
            "count": 1
          },
          {
            "date": "2026-04-21",
            "count": 1
          },
          {
            "date": "2026-05-02",
            "count": 1
          },
          {
            "date": "2026-05-11",
            "count": 1
          },
          {
            "date": "2026-05-29",
            "count": 1
          },
          {
            "date": "2026-06-26",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 34,
        "total_forks": 34
      },
      "star_history": null,
      "open_issues_and_prs": 16
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [
        "e2e/tsconfig.json",
        "examples/next-app-router/tsconfig.json",
        "examples/next/tsconfig.json",
        "examples/vite/tsconfig.json",
        "packages/animations/tsconfig.json",
        "packages/form/tsconfig.json",
        "packages/icons/tsconfig.json",
        "packages/illustrations/tsconfig.json",
        "packages/nextjs/tsconfig.json",
        "packages/themes/tsconfig.json",
        "packages/ui/tsconfig.json",
        "packages/utils/tsconfig.json",
        "tsconfig.json",
        "utils/stories/tsconfig.json",
        "utils/test/tsconfig.json"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 58617,
      "source_files_sampled": 2664,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "e2e/package.json",
        "package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "vitest",
            "direct": false,
            "version": "catalog:",
            "severity": "critical",
            "ecosystem": "npm",
            "cvss_score": 9.8,
            "advisory_ids": [
              "GHSA-5xrq-8626-4rwp",
              "GHSA-9crc-q9x8-hgqq"
            ],
            "fixed_version": "4.1.0",
            "advisory_count": 2,
            "oldest_advisory_days": 533
          },
          {
            "name": "vite",
            "direct": false,
            "version": "catalog:",
            "severity": "high",
            "ecosystem": "npm",
            "cvss_score": 8.6,
            "advisory_ids": [
              "GHSA-353f-5xf4-qw67",
              "GHSA-356w-63v5-8wf4",
              "GHSA-4r4m-qw57-chr8",
              "GHSA-4w7w-66w2-5vf9",
              "GHSA-64vr-g452-qvp3",
              "GHSA-859w-5945-r5v3",
              "GHSA-9cwx-2883-4wfx",
              "GHSA-c27g-q93r-2cwf",
              "GHSA-fx2h-pf6j-xcff",
              "GHSA-g4jq-h2w9-997c"
            ],
            "fixed_version": "8.0.16",
            "advisory_count": 16,
            "oldest_advisory_days": 1433
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 1,
          "critical": 1
        },
        "advisory_count": 18,
        "affected_count": 2,
        "assessed_count": 85,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "@scaleway/phonenumber",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.0.0"
        },
        {
          "name": "@ultraviolet/icons",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/themes",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/ui",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/utils",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "react-hook-form",
          "manifest": "packages/form/package.json",
          "ecosystem": "npm",
          "version_constraint": "7.80.0"
        },
        {
          "name": "@ultraviolet/themes",
          "manifest": "packages/icons/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/utils",
          "manifest": "packages/icons/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@vanilla-extract/css",
          "manifest": "packages/icons/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.21.1"
        },
        {
          "name": "@vanilla-extract/dynamic",
          "manifest": "packages/icons/package.json",
          "ecosystem": "npm",
          "version_constraint": "2.1.5"
        },
        {
          "name": "@vanilla-extract/recipes",
          "manifest": "packages/icons/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.5.7"
        },
        {
          "name": "@ultraviolet/themes",
          "manifest": "packages/illustrations/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/utils",
          "manifest": "packages/illustrations/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@vanilla-extract/css",
          "manifest": "packages/illustrations/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.21.1"
        },
        {
          "name": "@vanilla-extract/dynamic",
          "manifest": "packages/illustrations/package.json",
          "ecosystem": "npm",
          "version_constraint": "2.1.5"
        },
        {
          "name": "@ultraviolet/themes",
          "manifest": "packages/nextjs/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/ui",
          "manifest": "packages/nextjs/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@vanilla-extract/css",
          "manifest": "packages/themes/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.21.1"
        },
        {
          "name": "@vanilla-extract/dynamic",
          "manifest": "packages/themes/package.json",
          "ecosystem": "npm",
          "version_constraint": "2.1.5"
        },
        {
          "name": "deepmerge",
          "manifest": "packages/themes/package.json",
          "ecosystem": "npm",
          "version_constraint": "4.3.1"
        },
        {
          "name": "@handlewithcare/react-prosemirror",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "3.2.7"
        },
        {
          "name": "@nivo/bar",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/core",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/line",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/pie",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/scales",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/theming",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@nivo/treemap",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.99.0"
        },
        {
          "name": "@scaleway/fuzzy-search",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "2.0.2"
        },
        {
          "name": "@scaleway/phonenumber",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.0.0"
        },
        {
          "name": "@scaleway/use-clipboard",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.1.0"
        },
        {
          "name": "@uiw/codemirror-extensions-langs",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "4.25.11"
        },
        {
          "name": "@uiw/codemirror-theme-material",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "4.25.11"
        },
        {
          "name": "@uiw/react-codemirror",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "4.25.11"
        },
        {
          "name": "@ultraviolet/animations",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/icons",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/themes",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@ultraviolet/utils",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@vanilla-extract/css",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.21.1"
        },
        {
          "name": "@vanilla-extract/dynamic",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "2.1.5"
        },
        {
          "name": "@vanilla-extract/recipes",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "0.5.7"
        },
        {
          "name": "@vanilla-extract/sprinkles",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.7.0"
        },
        {
          "name": "codemirror",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "6.0.2"
        },
        {
          "name": "csstype",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "3.2.3"
        },
        {
          "name": "deepmerge",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "4.3.1"
        },
        {
          "name": "prosemirror-commands",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.7.1"
        },
        {
          "name": "prosemirror-keymap",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.2.3"
        },
        {
          "name": "prosemirror-model",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.25.11"
        },
        {
          "name": "prosemirror-schema-basic",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.2.4"
        },
        {
          "name": "prosemirror-schema-list",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.5.1"
        },
        {
          "name": "prosemirror-state",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.4.4"
        },
        {
          "name": "prosemirror-view",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.42.1"
        },
        {
          "name": "react-intersection-observer",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "10.0.3"
        },
        {
          "name": "react-toastify",
          "manifest": "packages/ui/package.json",
          "ecosystem": "npm",
          "version_constraint": "11.1.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "@handlewithcare/react-prosemirror",
            "direct": true,
            "version": "3.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/bar",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/core",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/line",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/pie",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/scales",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/theming",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@nivo/treemap",
            "direct": true,
            "version": "0.99.0",
            "ecosystem": "npm"
          },
          {
            "name": "@scaleway/fuzzy-search",
            "direct": true,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@scaleway/phonenumber",
            "direct": true,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@scaleway/use-clipboard",
            "direct": true,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@uiw/codemirror-extensions-langs",
            "direct": true,
            "version": "4.25.11",
            "ecosystem": "npm"
          },
          {
            "name": "@uiw/codemirror-theme-material",
            "direct": true,
            "version": "4.25.11",
            "ecosystem": "npm"
          },
          {
            "name": "@uiw/react-codemirror",
            "direct": true,
            "version": "4.25.11",
            "ecosystem": "npm"
          },
          {
            "name": "@vanilla-extract/css",
            "direct": true,
            "version": "1.21.1",
            "ecosystem": "npm"
          },
          {
            "name": "@vanilla-extract/dynamic",
            "direct": true,
            "version": "2.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@vanilla-extract/recipes",
            "direct": true,
            "version": "0.5.7",
            "ecosystem": "npm"
          },
          {
            "name": "@vanilla-extract/sprinkles",
            "direct": true,
            "version": "1.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "codemirror",
            "direct": true,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "csstype",
            "direct": true,
            "version": "3.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "deepmerge",
            "direct": true,
            "version": "4.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-commands",
            "direct": true,
            "version": "1.7.1",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-keymap",
            "direct": true,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-model",
            "direct": true,
            "version": "1.25.11",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-schema-basic",
            "direct": true,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-schema-list",
            "direct": true,
            "version": "1.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-state",
            "direct": true,
            "version": "1.4.4",
            "ecosystem": "npm"
          },
          {
            "name": "prosemirror-view",
            "direct": true,
            "version": "1.42.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-hook-form",
            "direct": true,
            "version": "7.80.0",
            "ecosystem": "npm"
          },
          {
            "name": "react-intersection-observer",
            "direct": true,
            "version": "10.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "react-toastify",
            "direct": true,
            "version": "11.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/core",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@playwright/test",
            "direct": false,
            "version": "1.61.1",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/exe",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/linux-arm64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/linux-x64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/linuxstatic-arm64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/linuxstatic-x64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/macos-arm64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/win-arm64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@pnpm/win-x64",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-darwin-arm64",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-darwin-x64",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-linux-arm64-gnu",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-linux-arm64-musl",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-linux-x64-gnu",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-linux-x64-musl",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-win32-arm64-msvc",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@reflink/reflink-win32-x64-msvc",
            "direct": false,
            "version": "0.1.19",
            "ecosystem": "npm"
          },
          {
            "name": "@scaleway/random-name",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@scaleway/regex",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/addon-a11y",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/addon-docs",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/addon-links",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/addon-themes",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/builder-vite",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/mdx2-csf",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@storybook/react-vite",
            "direct": false,
            "version": "10.4.6",
            "ecosystem": "npm"
          },
          {
            "name": "@testing-library/dom",
            "direct": false,
            "version": "10.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@testing-library/jest-dom",
            "direct": false,
            "version": "6.9.1",
            "ecosystem": "npm"
          },
          {
            "name": "@testing-library/react",
            "direct": false,
            "version": "16.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "24.13.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/react",
            "direct": false,
            "version": "19.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "@types/react-dom",
            "direct": false,
            "version": "19.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/react-syntax-highlighter",
            "direct": false,
            "version": "15.5.13",
            "ecosystem": "npm"
          },
          {
            "name": "@vanilla-extract/vite-plugin",
            "direct": false,
            "version": "5.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@vitejs/plugin-react",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "detect-libc",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "17.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "next",
            "direct": false,
            "version": "16.2.10",
            "ecosystem": "npm"
          },
          {
            "name": "next-transpile-modules",
            "direct": false,
            "version": "10.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pnpm",
            "direct": false,
            "version": "11.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "react",
            "direct": false,
            "version": "19.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "react-dom",
            "direct": false,
            "version": "19.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "react-router-dom",
            "direct": false,
            "version": "7.18.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-schemaorg",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "react-syntax-highlighter",
            "direct": false,
            "version": "16.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "sass",
            "direct": false,
            "version": "1.101.0",
            "ecosystem": "npm"
          },
          {
            "name": "schema-dts",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "tinyglobby",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "7.0.1-rc",
            "ecosystem": "npm"
          },
          {
            "name": "vite",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "vitest",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 85,
        "direct_count": 31,
        "indirect_count": 54
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 12,
        "merged_prs": 6207,
        "open_issues": 4,
        "closed_ratio": 0.909,
        "closed_issues": 40,
        "closed_unmerged_prs": 434
      },
      "bus_factor": 3,
      "bot_contributors": 3,
      "top_contributors": [
        {
          "type": "User",
          "login": "matthprost",
          "commits": 851,
          "avatar_url": "https://avatars.githubusercontent.com/u/15812968?v=4"
        },
        {
          "type": "User",
          "login": "scaleway-bot",
          "commits": 679,
          "avatar_url": "https://avatars.githubusercontent.com/u/13995816?v=4"
        },
        {
          "type": "User",
          "login": "semantic-release-bot",
          "commits": 485,
          "avatar_url": "https://avatars.githubusercontent.com/u/32174276?v=4"
        },
        {
          "type": "User",
          "login": "lisalupi",
          "commits": 348,
          "avatar_url": "https://avatars.githubusercontent.com/u/106706307?v=4"
        },
        {
          "type": "User",
          "login": "chambo-e",
          "commits": 309,
          "avatar_url": "https://avatars.githubusercontent.com/u/2802867?v=4"
        },
        {
          "type": "User",
          "login": "philibea",
          "commits": 197,
          "avatar_url": "https://avatars.githubusercontent.com/u/14060273?v=4"
        },
        {
          "type": "User",
          "login": "dmzski",
          "commits": 115,
          "avatar_url": "https://avatars.githubusercontent.com/u/24531136?v=4"
        },
        {
          "type": "User",
          "login": "vincentaudebert",
          "commits": 75,
          "avatar_url": "https://avatars.githubusercontent.com/u/3360430?v=4"
        },
        {
          "type": "User",
          "login": "fabienhebert",
          "commits": 67,
          "avatar_url": "https://avatars.githubusercontent.com/u/8116991?v=4"
        },
        {
          "type": "User",
          "login": "baptisteArno",
          "commits": 45,
          "avatar_url": "https://avatars.githubusercontent.com/u/16015833?v=4"
        }
      ],
      "contributors_sampled": 28,
      "top_contributor_share": 0.245
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "action.yml",
        "changesets-renovate.yml",
        "ci.yml",
        "fonts-upload.yml",
        "illustrations-upload.yml",
        "pull_request_title.yml",
        "release.yml",
        "size-limit.yml",
        "sync-design-tokens.yml",
        "teardown_pull_request.yml",
        "theme-upload.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [],
      "has_editorconfig": true,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "pnpm-lock.yaml"
      ],
      "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": 8,
            "reason": "branch protection is not maximal on development and all release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 10,
            "reason": "30 out of 30 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": 10,
            "reason": "all changesets reviewed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 18 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 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 0 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": 10,
            "reason": "packaging workflow detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 9,
            "reason": "dependency not pinned by hash detected -- score normalized to 9",
            "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": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "e2fb6e14206aa8fa510767f6313e51e0c1bc6b61",
        "ran_at": "2026-07-22T18:26:43Z",
        "aggregate_score": 7.2,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-22T12:10:46Z",
      "oldest_open_prs": [
        {
          "number": 6435,
          "created_at": "2026-05-13T12:21:50Z",
          "last_comment_at": "2026-05-13T12:26:57Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6457,
          "created_at": "2026-05-21T10:14:56Z",
          "last_comment_at": "2026-05-21T10:15:05Z",
          "last_comment_author": "changeset-bot"
        },
        {
          "number": 6495,
          "created_at": "2026-05-28T21:05:54Z",
          "last_comment_at": "2026-05-28T21:12:14Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6617,
          "created_at": "2026-06-25T13:00:27Z",
          "last_comment_at": "2026-06-25T13:06:23Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6639,
          "created_at": "2026-07-06T14:55:03Z",
          "last_comment_at": "2026-07-06T15:05:39Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6685,
          "created_at": "2026-07-17T14:49:23Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 6686,
          "created_at": "2026-07-17T16:09:49Z",
          "last_comment_at": "2026-07-17T16:09:53Z",
          "last_comment_author": "changeset-bot"
        },
        {
          "number": 6696,
          "created_at": "2026-07-21T13:04:46Z",
          "last_comment_at": "2026-07-21T13:16:04Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6697,
          "created_at": "2026-07-22T07:28:21Z",
          "last_comment_at": "2026-07-22T11:13:12Z",
          "last_comment_author": "codecov"
        },
        {
          "number": 6698,
          "created_at": "2026-07-22T14:06:38Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 6699,
          "created_at": "2026-07-22T14:11:31Z",
          "last_comment_at": "2026-07-22T14:11:53Z",
          "last_comment_author": "lisalupi"
        },
        {
          "number": 6700,
          "created_at": "2026-07-22T15:45:32Z",
          "last_comment_at": "2026-07-22T15:45:42Z",
          "last_comment_author": "changeset-bot"
        }
      ],
      "last_merged_pr_at": "2026-07-22T12:09:18Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 804,
          "created_at": "2021-10-19T10:41:25Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 1034,
          "created_at": "2021-12-21T10:45:41Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 1761,
          "created_at": "2022-08-11T12:18:29Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 5033,
          "created_at": "2025-04-18T07:48:03Z",
          "last_comment_at": "2025-04-18T09:29:32Z",
          "last_comment_author": "iManu"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/scaleway/ultraviolet",
    "host": "github.com",
    "name": "ultraviolet",
    "owner": "scaleway"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 82,
      "inputs": {
        "security": 78,
        "vitality": 99,
        "community": 74,
        "governance": 84,
        "engineering": 70
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "excellent",
        "name": "Vitality",
        "value": 99,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "excellent",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 98,
            "inputs": {
              "commits_last_year": 1015,
              "human_commit_share": 0.53,
              "days_since_last_push": 0,
              "active_weeks_last_year": 49
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "49/52 weeks with commits",
                "points": 33.9,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 49
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "1015 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 1015
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": "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": 100,
            "inputs": {
              "releases_count": 100,
              "latest_release_tag": "@ultraviolet/themes@3.1.8",
              "releases_from_tags": false,
              "days_since_latest_release": 5,
              "mean_days_between_releases": 1.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "100 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 100
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 5 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~1.2 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 1.2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 0,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 0 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "good",
        "name": "Community & Adoption",
        "value": 74,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 52,
            "inputs": {
              "forks": 34,
              "stars": 126,
              "watchers": 9,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "126 stars",
                "points": 34,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 126
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "34 forks",
                "points": 12.7,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 34
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "9 watchers",
                "points": 5,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 9
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "excellent",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 92,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": false,
              "has_code_of_conduct": true,
              "has_pull_request_template": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (Apache-2.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "Apache-2.0"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 18,
                "status": "met",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 13.5,
                "status": "met",
                "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": 6.3,
                "status": "met",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "excellent",
            "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": 86,
            "inputs": {
              "packages": [
                "@ultraviolet/ui",
                "@ultraviolet/form",
                "@ultraviolet/fonts",
                "@ultraviolet/icons",
                "@ultraviolet/utils",
                "@ultraviolet/nextjs",
                "@ultraviolet/themes",
                "@ultraviolet/animations"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 143092
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "143,092 downloads/month across npm",
                "points": 68.7,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 143092,
                      "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": "good",
        "name": "Sustainability & Governance",
        "value": 84,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "good",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 76,
            "inputs": {
              "bus_factor": 3,
              "contributors_sampled": 28,
              "top_contributor_share": 0.245
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "3 contributor(s) cover half of all commits",
                "points": 36,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 24% of commits",
                "points": 17,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 24
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "28 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 28
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 18 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "excellent",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 93,
            "inputs": {
              "merged_prs": 6207,
              "open_issues": 4,
              "closed_issues": 40,
              "issue_closed_ratio": 0.909,
              "closed_unmerged_prs": 434
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "91% of issues closed",
                "points": 42.5,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 91
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "6207/6641 decided PRs merged",
                "points": 35.8,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 6207,
                      "decided": 6641
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "all changesets reviewed",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": null,
            "notes": [],
            "value": 73,
            "inputs": {
              "followers": 306,
              "owner_type": "Organization",
              "is_verified": null,
              "owner_login": "scaleway",
              "public_repos": 129,
              "account_age_days": 4731
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "organization-owned",
                "points": 30,
                "status": "met",
                "details": [
                  {
                    "code": "owner_organization",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "306 followers of scaleway",
                "points": 17.9,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 306,
                      "login": "scaleway"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "129 public repos, account ~12 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 129
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 12
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "@ultraviolet/ui",
                "@ultraviolet/form",
                "@ultraviolet/fonts",
                "@ultraviolet/icons",
                "@ultraviolet/utils",
                "@ultraviolet/nextjs",
                "@ultraviolet/themes",
                "@ultraviolet/animations"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 5
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "8 package(s) on npm",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 8,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 5 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "366 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 366
                    }
                  }
                ],
                "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": "good",
        "name": "Engineering Quality",
        "value": 70,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 74,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": true,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "11 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 11
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 6.4,
                "status": "met",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "30 out of 30 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": 65,
            "inputs": {
              "topics": [
                "react",
                "ui",
                "scaleway",
                "ui-components",
                "ui-library",
                "typescript",
                "form",
                "ultraviolet",
                "react-hook-form",
                "vanilla-extract"
              ],
              "has_wiki": false,
              "homepage": "https://ultraviolet.scaleway.com",
              "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": "https://ultraviolet.scaleway.com",
                "points": 15,
                "status": "met",
                "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": "10 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 10
                    }
                  }
                ],
                "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": 78,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "good",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 72,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 17,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 1,
              "scorecard_aggregate": 7.2
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection is not maximal on development and all release branches",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "30 out of 30 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": "all changesets reviewed",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 18 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "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 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 9",
                "points": 4.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": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 85 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories",
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 85
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 18,
              "affected_packages": 2,
              "assessed_packages": 85,
              "unassessed_packages": 0,
              "affected_by_severity": "critical 1, high 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": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 85,
              "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": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 10
            },
            "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": 57,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 1,
              "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": "53 of 53 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 53,
                      "sampled": 53
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "pnpm-lock.yaml"
              ],
              "has_dockerfile": true,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [
                "e2e/tsconfig.json",
                "examples/next-app-router/tsconfig.json",
                "examples/next/tsconfig.json",
                "examples/vite/tsconfig.json",
                "packages/animations/tsconfig.json",
                "packages/form/tsconfig.json",
                "packages/icons/tsconfig.json",
                "packages/illustrations/tsconfig.json",
                "packages/nextjs/tsconfig.json",
                "packages/themes/tsconfig.json",
                "packages/ui/tsconfig.json",
                "packages/utils/tsconfig.json",
                "tsconfig.json",
                "utils/stories/tsconfig.json",
                "utils/test/tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.46
            },
            "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": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "e2e/tsconfig.json, examples/next-app-router/tsconfig.json, examples/next/tsconfig.json, examples/vite/tsconfig.json, packages/animations/tsconfig.json, packages/form/tsconfig.json, packages/icons/tsconfig.json, packages/illustrations/tsconfig.json, packages/nextjs/tsconfig.json, packages/themes/tsconfig.json, packages/ui/tsconfig.json, packages/utils/tsconfig.json, tsconfig.json, utils/stories/tsconfig.json, utils/test/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "e2e/tsconfig.json, examples/next-app-router/tsconfig.json, examples/next/tsconfig.json, examples/vite/tsconfig.json, packages/animations/tsconfig.json, packages/form/tsconfig.json, packages/icons/tsconfig.json, packages/illustrations/tsconfig.json, packages/nextjs/tsconfig.json, packages/themes/tsconfig.json, packages/ui/tsconfig.json, packages/utils/tsconfig.json, tsconfig.json, utils/stories/tsconfig.json, utils/test/tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "Dockerfile, lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "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": "46 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 46,
                      "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 9",
                "points": 9,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "TypeScript",
              "largest_source_bytes": 58617,
              "source_files_sampled": 2664,
              "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/2664 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 2664,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": []
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "deps.dev does not index npm:@ultraviolet/ui@3.20.3; advisories assessed against the repository dependency graph instead"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-22T18:27:20.024837Z",
  "schema_version": "0.26.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/scaleway/ultraviolet.svg",
  "full_name": "scaleway/ultraviolet",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

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

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

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