Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-19 14:18 UTC

kubernetes-sigs / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible

TypeScript · GoApache-2.0★ 7,304 stars⑂ 1,112 forkssince Nov 2019View on GitHub ↗
KindLibraryNetwork serviceWeb interfaceCommand-line toolhow this is determined

kubernetes-sigs/headlamp holds a health index of 96 out of 100, placing it in the Exceptional band. It scores highest on Vitality (96/100) and lowest on Security (73/100). It was last updated 1 day ago. 2 contributors account for most of its recent work.

96
overall / 100
Exceptional

Software health index

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

96
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

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

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

Ownership

Kubernetes SIGsOrganization
4,683 followers208 public repossince Jan 2018

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

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
Gogithub.com/kubernetes-sigs/headlampv0.45.0-6929 days ago
npmheadlamppoints to another repo — not scored0.1.6024040258 days agotestingcoveragejestvitestcli
npme2e-tests1.5.036522435 days ago
npm@headlamp-k8s/eslint-configpoints to another repo — not scored0.7.049,1202680 days agoeslinteslintconfigprettierconfigheadlamp

Metrics by category

Vitality

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

96Exceptional · 21% of overall

Development activity

100Exceptional
How it's scored
36/36Push recencylast push 1 days ago
36/36Commit cadence52/52 weeks with commits
18/18Commit volume3,367 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year3,367
human_commit_share0.98
days_since_last_push1
active_weeks_last_year52
How it's scored
27/27Ships releases100 releases published
36/36Release recencylatest release 29 days ago
27/27Release cadencea release every ~16.4 days
0/10OpenSSF Scorecard: Signed-ReleasesProject has not signed or included provenance with any releases.
Inputs used
releases_count100
latest_release_tagheadlamp-helm-0.45.0
releases_from_tagsno
days_since_latest_release29
mean_days_between_releases16.4

Community & Adoption

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

93Exceptional · 17% of overall
How it's scored
60/60Stars7,304 stars
25/25Forks1,112 forks
7.9/15Watchers27 watchers
Inputs used
forks1,112
stars7,304
watchers27
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized 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
readme_badges1
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_serviceswww.bestpractices.dev
has_pull_request_templateyes

Sustainability & Governance

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

76Good · 23% of overall
How it's scored
25.2/54Bus factor2 contributor(s) cover half of all commits
15/22.5Commit distributiontop contributor authored 33% of commits
13.5/13.5Contributor breadth98 contributors
10/10OpenSSF Scorecard: Contributorsproject has 38 contributing companies or organizations
Inputs used
bus_factor2
contributors_sampled98
top_contributor_share0.332
How it's scored
29.9/42Issue resolution71% of issues closed
21.6/30PR acceptance3,104/4,314 decided PRs merged
2.6/13Newcomer PR acceptance1/5 first-time contributors' PRs merged in 30d
15/15OpenSSF Scorecard: Code-Reviewall changesets reviewed
Inputs used
merged_prs3,104
open_issues754
closed_issues1,857
prs_merged_7d4
prs_decided_7d15
prs_merged_30d25
prs_decided_30d39
issue_closed_ratio0.711
closed_unmerged_prs1,210
first_time_authors_30d5
first_time_prs_merged_30d1
first_time_prs_decided_30d5
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domain
25/25Owner reach4,683 followers of kubernetes-sigs
25/25Track record208 public repos, account ~8 yr old
Inputs used
followers4,683
owner_typeOrganization
is_verifiedno
owner_loginkubernetes-sigs
public_repos208
account_age_days3,152

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable2 package(s) on go, npm
35/35Publish recencylatest publish 29 days ago
20/20Version history69 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesgithub.com/kubernetes-sigs/headlamp, e2e-tests
ecosystemsgo, npm
any_deprecatedno
min_days_since_publish29

Engineering Quality

Are baseline engineering and documentation practices in place?

84Excellent · 19% of overall
How it's scored
24/24CI workflows25 workflow(s)
24/24Tests present
16/16Linter config.eslintrc.yml, .golangci.yml, app/package.json ("prettier"), frontend/package.json ("eslintConfig", "prettier")
0/9.6Pre-commit hooks
0/6.4.editorconfig
16/20OpenSSF Scorecard: CI-Tests8 out of 9 merged PRs checked by a CI test -- score normalized to 8
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://headlamp.dev
10/10Repository description
10/10Topics14 topics
0/10Wiki
Inputs used
topicskinvolk, kubernetes, headlamp, plugins, dashboard, kubernetes-ui, cloud-native, debugging, k8s, kubernetes-dashboard, kubernetes-monitoring, orchestration, kubernetes-debugging, devops
has_wikino
homepagehttps://headlamp.dev
docs_sitehttps://headlamp.dev
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

73Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
1.5/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2/2.5CI-Tests8 out of 9 merged PRs checked by a CI test -- score normalized to 8
1.2/2.5CII-Best-Practicesbadge detected: Passing
7.5/7.5Code-Reviewall changesets reviewed
2.5/2.5Contributorsproject has 38 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
4.5/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
0/5SASTSAST tool is not run on all commits -- score normalized to 0
5/5Security-Policysecurity policy file detected
0/7.5Signed-ReleasesProject has not signed or included provenance with any releases.
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
0/7.5Vulnerabilities83 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate7.3

AI Readiness

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

79Good · 4% of overall
How it's scored
45/45Agent instructions.github/copilot-instructions.md, AGENTS.md, plugins/headlamp-plugin/template/AGENTS.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history90 of 98 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.918
agent_instruction_files.github/copilot-instructions.md, AGENTS.md, plugins/headlamp-plugin/template/AGENTS.md
agent_instruction_max_bytes21,164
How it's scored
18/18One-command bootstrapMakefile, eslint-config/Makefile
22/22Automated tests
11/11Lint / format config.eslintrc.yml, .golangci.yml, app/package.json ("prettier"), frontend/package.json ("eslintConfig", "prettier")
11/11Static type checkingapp/tsconfig.json, frontend/scripts/tsconfig.json, frontend/tsconfig.json, plugins/examples/activity/tsconfig.json, plugins/examples/app-menus/tsconfig.json, plugins/examples/change-logo/tsconfig.json, plugins/examples/cluster-chooser/tsconfig.json, plugins/examples/custom-theme/tsconfig.json, plugins/examples/customizing-map/tsconfig.json, plugins/examples/details-view/tsconfig.json, plugins/examples/dynamic-clusters/tsconfig.json, plugins/examples/headlamp-events/tsconfig.json, plugins/examples/pod-counter/tsconfig.json, plugins/examples/projects/tsconfig.json, plugins/examples/resource-charts/tsconfig.json, plugins/examples/secure-storage/tsconfig.json, plugins/examples/sidebar/tsconfig.json, plugins/examples/tables/tsconfig.json, plugins/examples/ui-panels/tsconfig.json, plugins/headlamp-plugin/template/tsconfig.json, plugins/headlamp-plugin/tsconfig.json, tools/i18n/tsconfig.json, tools/releaser/tsconfig.json
10/10Reproducible environmentDockerfile, lockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
0/8Automated maintenanceno automated dependency updates observed
9/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 9
Inputs used
has_nixno
has_testsyes
lockfilesgo.sum, package-lock.json
has_dockerfileyes
typed_languageyes
bootstrap_filesMakefile, eslint-config/Makefile
has_devcontainerno
has_linter_configyes
typecheck_configsapp/tsconfig.json, frontend/scripts/tsconfig.json, frontend/tsconfig.json, plugins/examples/activity/tsconfig.json, plugins/examples/app-menus/tsconfig.json, plugins/examples/change-logo/tsconfig.json, plugins/examples/cluster-chooser/tsconfig.json, plugins/examples/custom-theme/tsconfig.json, plugins/examples/customizing-map/tsconfig.json, plugins/examples/details-view/tsconfig.json, plugins/examples/dynamic-clusters/tsconfig.json, plugins/examples/headlamp-events/tsconfig.json, plugins/examples/pod-counter/tsconfig.json, plugins/examples/projects/tsconfig.json, plugins/examples/resource-charts/tsconfig.json, plugins/examples/secure-storage/tsconfig.json, plugins/examples/sidebar/tsconfig.json, plugins/examples/tables/tsconfig.json, plugins/examples/ui-panels/tsconfig.json, plugins/headlamp-plugin/template/tsconfig.json, plugins/headlamp-plugin/tsconfig.json, tools/i18n/tsconfig.json, tools/releaser/tsconfig.json
agent_commit_share0
toolchain_manifestsbackend/go.mod
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeTypeScript (statically typed)
54.7/55Manageable file sizes8/1,505 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes136,142
source_files_sampled1,505
oversized_source_files8
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
0/20MCP server
40/40Runnable examplesexamples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files
interfaces_expected_ofnetwork-service

Key facts

7,304GitHub stars
98contributors
3,367commits, last 12 months
1days since last push
100releases
2bus factor
754open issues
Go, npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • First-time contributor figures cover 12 of 14 authors (cap 12)
  • npm package 'headlamp' points at a different repository (https://github.com/dbpiper/headlamp); excluded from ecosystem scoring
  • Could not fetch npm package '@kinvolk/headlamp-load-tests' from its registry
  • npm package '@headlamp-k8s/eslint-config' points at a different repository (https://github.com/headlamp-k8s/headlamp); excluded from ecosystem scoring
  • GitHub dependency-graph SBOM request failed: GitHub API error 500 for /repos/kubernetes-sigs/headlamp/dependency-graph/sbom

More detail

Star and fork history 0 ★ / 1,112 ⇿
0Stars
1,112Forks
56Releases

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.

Only the most recent history is shown — this repository exceeds the collection window, so the earliest history is not captured.

02004006008001,0001,2001,112202024-062025-072026-09
Major 0Minor 21Patch 5

Each point covers 3 days.

OpenSSF Scorecard 7.3 / 10
7.3aggregate

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

10Binary-Artifactsno binaries found in the repo
2Branch-Protectionbranch protection is not maximal on development and all release branches
8CI-Tests8 out of 9 merged PRs checked by a CI test -- score normalized to 8
5CII-Best-Practicesbadge detected: Passing
10Code-Reviewall changesets reviewed
10Contributorsproject has 38 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is 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
10Security-Policysecurity policy file detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
0Vulnerabilities83 existing vulnerabilities detected
Direct dependencies 146
RegistryPackageVersion constraintManifest
npm@langchain/core1.2.7app/package.json
npm@langchain/mcp-adapters^1.0.0app/package.json
npm@langchain/langgraph1.4.9app/package.json
npmcopyfiles^2.4.1app/package.json
npmcross-env^7.0.3app/package.json
npmdotenv^16.4.5app/package.json
npmelectron-wix-msi^5.1.3app/package.json
npmfind-process^1.4.10app/package.json
npmglob^10.5.0app/package.json
npmi18next^23.12.1app/package.json
npmmkdirp^3.0.1app/package.json
npmnock^14.0.5app/package.json
npmshx^0.4.0app/package.json
npmtar^7.5.11app/package.json
npmyargs^17.7.2app/package.json
Gogithub.com/fsnotify/fsnotifyv1.10.1backend/go.mod
Gogithub.com/go-playground/validator/v10v10.30.3backend/go.mod
Gogithub.com/gobwas/globv0.2.3backend/go.mod
Gogithub.com/gofrs/flockv0.13.0backend/go.mod
Gogithub.com/google/uuidv1.6.0backend/go.mod
Gogithub.com/gorilla/handlersv1.5.2backend/go.mod
Gogithub.com/gorilla/muxv1.8.1backend/go.mod
Gogithub.com/gorilla/schemav1.4.1backend/go.mod
Gogithub.com/knadh/koanfv1.5.0backend/go.mod
Gogithub.com/rs/zerologv1.35.1backend/go.mod
Gogithub.com/stretchr/testifyv1.11.1backend/go.mod
Gogolang.org/x/oauth2v0.36.0backend/go.mod
Gohelm.sh/helm/v3v3.21.0backend/go.mod
Gok8s.io/apiv0.36.1backend/go.mod
Gok8s.io/apimachineryv0.36.1backend/go.mod
Gok8s.io/cli-runtimev0.36.1backend/go.mod
Gok8s.io/client-gov0.36.1backend/go.mod
Gok8s.io/utilsv0.0.0-20260507154919-ff6756f316d2backend/go.mod
Gosigs.k8s.io/yamlv1.6.0backend/go.mod
Gogithub.com/cli/browserv1.3.0backend/go.mod
Gogithub.com/coreos/go-oidc/v3v3.18.0backend/go.mod
Gogithub.com/gorilla/websocketv1.5.4-0.20250319132907-e064f32e3674backend/go.mod
Gogithub.com/jmespath/go-jmespathv0.4.0backend/go.mod
Gogithub.com/prometheus/client_golangv1.23.2backend/go.mod
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.69.0backend/go.mod
Gogo.opentelemetry.io/otelv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptracev1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/exporters/prometheusv0.66.0backend/go.mod
Gogo.opentelemetry.io/otel/exporters/stdout/stdouttracev1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/metricv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/sdkv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/sdk/metricv1.44.0backend/go.mod
Gogo.opentelemetry.io/otel/tracev1.44.0backend/go.mod
Gogolang.org/x/termv0.45.0backend/go.mod
Gogopkg.in/yaml.v2v2.4.0backend/go.mod
Gok8s.io/klog/v2v2.140.0backend/go.mod
Gok8s.io/streamingv0.36.1backend/go.mod
Gosigs.k8s.io/cluster-inventory-apiv0.1.3backend/go.mod
npmyaml^2.3.4e2e-tests/package.json
npm@typescript-eslint/parser^8.3.0eslint-config/package.json
npmeslint^8.57.0eslint-config/package.json
npmtypescript5.5.4eslint-config/package.json
npm@apidevtools/swagger-parser^10.0.3frontend/package.json
npm@emotion/react^11.11.1frontend/package.json
npm@emotion/styled^11.11.0frontend/package.json
npm@headlamp-k8s/eslint-config^0.6.0frontend/package.json
npm@iconify/icons-mdi^1.2.9frontend/package.json
npm@iconify/react^3.2.1frontend/package.json
npm@monaco-editor/react^4.3.1frontend/package.json
npm@mui/icons-material^5.16.7frontend/package.json
npm@mui/lab^5.0.0-alpha.152frontend/package.json
npm@mui/material^5.15.14frontend/package.json
npm@mui/system^5.15.14frontend/package.json
npm@mui/x-date-pickers^7.15.0frontend/package.json
npm@mui/x-tree-view^6.17.0frontend/package.json
npm@reduxjs/toolkit^2.2.7frontend/package.json
npm@tanstack/react-query^5.51.24frontend/package.json
npm@tanstack/react-query-devtools^5.51.24frontend/package.json
npm@testing-library/dom^10.1.0frontend/package.json
npm@testing-library/react^16.0.0frontend/package.json
npm@types/humanize-duration^3.27.1frontend/package.json
npm@types/js-yaml^4.0.3frontend/package.json
npm@types/json-patch0.0.30frontend/package.json
npm@types/lodash4.17.7frontend/package.json
npm@types/node^20.12.11frontend/package.json
npm@types/react^18.3.3frontend/package.json
npm@types/react-dom^18.3.0frontend/package.json
npm@types/react-redux^7.1.34frontend/package.json
npm@types/react-router^5.1.20frontend/package.json
npm@types/react-router-dom^5.3.1frontend/package.json
npm@types/react-window^1.8.8frontend/package.json
npm@types/semver^7.3.8frontend/package.json
npm@typescript-eslint/eslint-plugin^8.3.0frontend/package.json
npm@vitejs/plugin-react^4.3.4frontend/package.json
npm@typescript/native-preview^7.0.0-dev.20260519.1frontend/package.json
npm@xterm/addon-fit^0.10.0frontend/package.json
npm@xterm/addon-search^0.15.0frontend/package.json
npm@xterm/xterm^5.5.0frontend/package.json
npm@xyflow/react^12.2.0frontend/package.json
npmcronstrue^2.50.0frontend/package.json
npmcross-env^7.0.3frontend/package.json
npmelkjs^0.9.3frontend/package.json
npmeslint^8.57.0frontend/package.json
npmeslint-config-prettier^9.1.0frontend/package.json
npmeslint-plugin-import^2.24.2frontend/package.json
npmeslint-plugin-jsx-a11y^6.9.0frontend/package.json
npmeslint-plugin-react7.35.0frontend/package.json
npmeslint-plugin-react-hooks^7.0.1frontend/package.json
npmeslint-plugin-simple-import-sort^12.1.1frontend/package.json
npmeslint-plugin-unused-imports^4.1.3frontend/package.json
npmfake-indexeddb^6.0.0frontend/package.json
npmfast-json-patch^3.1.1frontend/package.json
npmfuse.js^7.0.0frontend/package.json
npmhumanize-duration^3.27.2frontend/package.json
npmi18next^23.15.1frontend/package.json
npmi18next-browser-languagedetector^8.0.0frontend/package.json
npmjs-base64^3.7.2frontend/package.json
npmjs-yaml^4.3.2frontend/package.json
npmjsonpath-plus^10.3.0frontend/package.json
npmlodash^4.17.23frontend/package.json
npmmaterial-react-table^2.13.3frontend/package.json
npmmonaco-editor^0.52.0frontend/package.json
npmnotistack^3.0.2frontend/package.json
npmopenapi-types^9.3.0frontend/package.json
npmreact^18.3.1frontend/package.json
npmreact-dom^18.3.1frontend/package.json
npmreact-dropzone^14.2.9frontend/package.json
npmreact-hotkeys-hook^4.5.1frontend/package.json
npmreact-i18next^15.0.2frontend/package.json
npmreact-markdown^10.1.0frontend/package.json
npmreact-redux^9.1.2frontend/package.json
npmreact-router^5.3.0frontend/package.json
npmreact-router-dom^5.3.0frontend/package.json
npmreact-window^1.8.11frontend/package.json
npmrecharts^2.1.4frontend/package.json
npmremark-gfm^4.0.1frontend/package.json
npmsemver^7.3.5frontend/package.json
npmshx^0.4.0frontend/package.json
npmsimple-eval^2.0.0frontend/package.json
npmspacetime^7.4.0frontend/package.json
npmtsx4.23.1frontend/package.json
npmtypescript5.6.2frontend/package.json
npmvite^6.4.1frontend/package.json
npmvite-plugin-node-polyfills^0.23.0frontend/package.json
npmvite-plugin-static-copy^3.1.2frontend/package.json
npmvite-plugin-svgr^4.3.0frontend/package.json
npmyaml^2.7.0frontend/package.json
npm@types/node^20.14.2load-tests/package.json
npmyargs^17.7.2load-tests/package.json
All dependencies not collected

The resolved dependency set could not be collected for this report: GitHub dependency-graph SBOM request failed: GitHub API error 500 for /repos/kubernetes-sigs/headlamp/dependency-graph/sbom

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

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

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

How one result sits in the wider record: aggregate statisticsGo, npm.