Public record
Software health reportschema 0.11.0 · metrics 1.13.0 · 2026-07-15 23:49 UTC

johanohly / airtrail

A modern, open-source personal flight tracking system

Svelte · TypeScriptGPL-3.0★ 1,382 stars⑂ 88 forkssince Aug 2024View on GitHub ↗

johanohly/airtrail holds a health index of 69 out of 100, placing it in the Moderate band. It scores highest on Vitality (92/100) and lowest on Security (30/100). It was last updated 2 days ago. A single contributor accounts for most of its recent work.

69
overall / 100
Moderate

Software health index

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

69
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

Johan OhlyPersonal account
33 followers60 public repossince Apr 2020

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

Metrics by category

Vitality

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

92Excellent · 22% of overall
How it's scored
36/36Push recency — last push 2 days ago
24.2/36Commit cadence — 35/52 weeks with commits
18/18Commit volume — 294 commits in the last year
0/10OpenSSF Scorecard: Maintained — no data
Inputs used
commits_last_year294
human_commit_share
days_since_last_push2
active_weeks_last_year35

Release discipline

100Excellent
How it's scored
27/27Ships releases — 66 releases published
36/36Release recency — latest release 17 days ago
27/27Release cadence — a release every ~12.9 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count66
latest_release_tagv3.11.1
releases_from_tagsno
days_since_latest_release17
mean_days_between_releases12.9

Community & Adoption

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

78Good · 18% of overall
How it's scored
50.9/60Stars — 1,382 stars
16.2/25Forks — 88 forks
4.3/15Watchers — 7 watchers
Inputs used
forks88
stars1,382
watchers7
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

85Excellent
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (GPL-3.0)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingyes
has_issue_templateno
has_code_of_conductyes
has_pull_request_templateno

Sustainability & Governance

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

59Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
5.8/22.5Commit distribution — top contributor authored 74% of commits
13.5/13.5Contributor breadth — 39 contributors
0/10OpenSSF Scorecard: Contributors — no data
Inputs used
bus_factor1
contributors_sampled39
top_contributor_share0.741
How it's scored
44.2/46.8Issue resolution — 94% of issues closed
35.4/38.3PR acceptance — 286/309 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — no data
Inputs used
merged_prs286
open_issues10
closed_issues171
issue_closed_ratio0.945
closed_unmerged_prs23
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
11/25Owner reach — 33 followers of johanohly
25/25Track record — 60 public repos, account ~6 yr old
Inputs used
followers33
owner_typeUser
is_verified
owner_loginjohanohly
public_repos60
account_age_days2,277
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Engineering Quality

Are baseline engineering and documentation practices in place?

80Good · 20% of overall
How it's scored
24/24CI workflows — 10 workflow(s)
24/24Tests present
16/16Linter config — eslint.config.js
0/9.6Pre-commit hooks
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — no data
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — http://airtrail.johan.ohly.dk/
10/10Repository description
0/10Topics
0/10Wiki
Inputs used
topics
has_wikino
homepagehttp://airtrail.johan.ohly.dk/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

30At risk · 16% of overall
How it's scored
30/30Security policy (SECURITY.md)
0/25Dependabot config
0/25Dependency lockfiles
0/20CodeQL workflow
Inputs used
sourcefile_signals
lockfiles
manifestsdocs/package.json, package.json
has_codeql_workflowno
has_security_policyyes
has_dependabot_configno

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.

49At risk · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
0/40Legible commit history — no data
Inputs used
has_llms_txtno
legible_history_share
agent_instruction_files
agent_instruction_max_bytes
Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — eslint.config.js
11/11Static type checking — docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json
10/10Reproducible environment — Dockerfile
0/10Demonstrated agent practice — no data
0/8Automated maintenance — no data
0/10OpenSSF Scorecard: Pinned-Dependencies — no data
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileyes
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configsdocs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json
agent_commit_share
toolchain_manifests
dependency_bot_commit_share
Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.
How it's scored
27/45Type-checkable code — Svelte with type-check config (docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json)
55/55Manageable file sizes — 0/322 source files over 60KB
Inputs used
primary_languageSvelte
largest_source_bytes46,979
source_files_sampled322
oversized_source_files0
How it's scored
40/40API schema (OpenAPI/GraphQL/proto) — docs/openapi.yaml
0/20MCP server
0/40Runnable examples
Inputs used
example_dirs
has_mcp_signalno
api_schema_filesdocs/openapi.yaml

Key facts

1,382GitHub stars
39contributors
294commits, last 12 months
2days since last push
66releases
1bus factor
10open issues
npmpackage ecosystems

Data collection warnings

  • Could not fetch npm package 'airtrail' from its registry
  • OpenSSF Scorecard timed out after 240s; skipping Scorecard checks

More detail

Direct dependencies 23
RegistryPackageVersion constraintManifest
npm@scalar/api-client-react^1.3.47docs/package.json
npm@tailwindcss/postcss^4.1.16docs/package.json
npmalgoliasearch^5.42.0docs/package.json
npmbase64-js^1.5.1docs/package.json
npmfumadocs-core16.0.7docs/package.json
npmfumadocs-mdx13.0.5docs/package.json
npmfumadocs-openapi9.7.3docs/package.json
npmfumadocs-ui16.0.7docs/package.json
npmhast-util-to-jsx-runtime^2.3.6docs/package.json
npmieee754^1.2.1docs/package.json
npmlucide-react^0.482.0docs/package.json
npmnext^16.0.1docs/package.json
npmposthog-js^1.334.1docs/package.json
npmreact^19.2.0docs/package.json
npmreact-dom^19.2.0docs/package.json
npmremark^15.0.1docs/package.json
npmremark-rehype^11.1.2docs/package.json
npmshiki^3.14.0docs/package.json
npmzod^4.1.12docs/package.json
npm@node-rs/argon2^2.0.2package.json
npmgeo-tz^8.1.6package.json
npmmemoize^10.2.0package.json
npmpg^8.20.0package.json
All dependencies 122

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

RegistryPackageVersionRelation
npm@node-rs/argon2^2.0.2direct
npm@scalar/api-client-react^1.3.47direct
npm@tailwindcss/postcss^4.1.16direct
npmalgoliasearch^5.42.0direct
npmbase64-js^1.5.1direct
npmfumadocs-core16.0.7direct
npmfumadocs-mdx13.0.5direct
npmfumadocs-openapi9.7.3direct
npmfumadocs-ui16.0.7direct
npmgeo-tz^8.1.6direct
npmhast-util-to-jsx-runtime^2.3.6direct
npmieee754^1.2.1direct
npmlucide-react^0.482.0direct
npmmemoize^10.2.0direct
npmnext^16.0.1direct
npmpg^8.20.0direct
npmposthog-js^1.334.1direct
npmreact^19.2.0direct
npmreact-dom^19.2.0direct
npmremark^15.0.1direct
npmremark-rehype^11.1.2direct
npmshiki^3.14.0direct
npmzod^3.25.76direct
npmzod^4.1.12direct
npm@biomejs/biome2.3.3indirect
npm@clack/prompts^1.2.0indirect
npm@date-fns/tz^1.4.1indirect
npm@deck.gl/core~9.2.11indirect
npm@deck.gl/extensions~9.2.11indirect
npm@deck.gl/layers~9.2.11indirect
npm@deck.gl/mapbox~9.2.11indirect
npm@dnd-kit-svelte/svelte^0.1.6indirect
npm@eslint/compat^2.0.3indirect
npm@eslint/js^9.39.2indirect
npm@formkit/auto-animate^0.9.0indirect
npm@humanspeak/svelte-virtual-list^0.4.3indirect
npm@internationalized/date^3.12.0indirect
npm@johly/bits-ui^2.18.11indirect
npm@johly/vaul-svelte^1.0.0-next.23indirect
npm@layerstack/utils^2.0.0-next.18indirect
npm@lucia-auth/adapter-postgresql^3.1.2indirect
npm@melt-ui/pp^0.3.2indirect
npm@melt-ui/svelte^0.86.6indirect
npm@number-flow/svelte^0.4.0indirect
npm@o7/icon^0.3.76indirect
npm@oslojs/encoding^1.1.0indirect
npm@playwright/test^1.57.0indirect
npm@sveltejs/adapter-auto^7.0.0indirect
npm@sveltejs/adapter-node^5.5.4indirect
npm@sveltejs/kit^2.55.0indirect
npm@sveltejs/vite-plugin-svelte^7.0.0indirect
npm@tailwindcss/typography^0.5.19indirect
npm@tailwindcss/vite^4.2.2indirect
npm@tanstack/svelte-query^5.90.2indirect
npm@tanstack/table-core^8.21.3indirect
npm@tmcw/togeojson^7.1.2indirect
npm@trpc/client^10.45.4indirect
npm@trpc/server^10.45.4indirect
npm@turf/turf^7.3.4indirect
npm@types/bun^1.3.1indirect
npm@types/d3-geo^3.1.0indirect
npm@types/d3-scale^4.0.9indirect
npm@types/d3-shape^3.1.7indirect
npm@types/mdx^2.0.13indirect
npm@types/node22.13.10indirect
npm@types/pg^8.18.0indirect
npm@types/react^19.2.2indirect
npm@types/react-dom^19.2.2indirect
npm@types/semver^7.7.1indirect
npm@xmldom/xmldom^0.9.10indirect
npmajv^8.17.1indirect
npmautoprefixer^10.4.23indirect
npmclsx^2.1.1indirect
npmcobe^2.0.1indirect
npmdate-fns^4.1.0indirect
npmdevalue^5.6.4indirect
npmeslint^9.39.2indirect
npmeslint-config-prettier^10.1.8indirect
npmeslint-plugin-import^2.32.0indirect
npmeslint-plugin-prettier^5.5.4indirect
npmeslint-plugin-svelte^3.13.1indirect
npmfactory.ts^1.4.2indirect
npmformsnap^2.0.1indirect
npmglobals^17.0.0indirect
npmhashvatar^0.1.2indirect
npmkysely^0.28.11indirect
npmlayerchart^2.0.0-next.46indirect
npmlru-cache^11.2.6indirect
npmlucia^3.2.2indirect
npmmaplibre-gl^5.24.0indirect
npmmode-watcher^1.1.0indirect
npmopenid-client^6.8.2indirect
npmpostcss^8.5.6indirect
npmpostcss-load-config^6.0.1indirect
npmprettier^3.7.4indirect
npmprettier-plugin-svelte^3.4.1indirect
npmprettier-plugin-tailwindcss^0.7.2indirect
npmprisma^6.19.1indirect
npmprisma-kysely^1.8.0indirect
npmsemver^7.7.4indirect
npmstart-server-and-test^2.1.3indirect
npmsvelte^5.54.0indirect
npmsvelte-check^4.4.5indirect
npmsvelte-maplibre^1.2.6indirect
npmsvelte-markdown^0.4.1indirect
npmsvelte-motion^0.12.2indirect
npmsvelte-sonner^1.1.0indirect
npmsveltekit-superforms^2.30.0indirect
npmtailwind-merge^3.5.0indirect
npmtailwind-variants^3.2.2indirect
npmtailwindcss^4.1.16indirect
npmtailwindcss^4.2.2indirect
npmtar^7.5.11indirect
npmtrpc-svelte-query^2.1.0indirect
npmtw-animate-css^1.4.0indirect
npmtypescript^5.9.3indirect
npmtypescript-eslint^8.56.1indirect
npmultracite6.2.1indirect
npmvite^8.0.1indirect
npmvite-plugin-pwa^1.2.0indirect
npmvitest^4.1.0indirect
npmwrangler4.105.0indirect
Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 22247,
      "has_wiki": false,
      "homepage": "http://airtrail.johan.ohly.dk/",
      "languages": {
        "CSS": 51170,
        "HTML": 1260,
        "Shell": 4841,
        "Svelte": 925981,
        "PLpgSQL": 3879,
        "Dockerfile": 1529,
        "JavaScript": 71245,
        "TypeScript": 914831
      },
      "pushed_at": "2026-07-13T21:19:40Z",
      "created_at": "2024-08-04T22:44:06Z",
      "owner_type": "User",
      "updated_at": "2026-07-15T16:45:04Z",
      "description": "A modern, open-source personal flight tracking system",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "GPL-3.0",
      "default_branch": "main",
      "primary_language": "Svelte",
      "significant_languages": [
        "Svelte",
        "TypeScript"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Johan Ohly",
      "type": "User",
      "login": "johanohly",
      "company": null,
      "location": "Copenhagen, Denmark",
      "followers": 33,
      "avatar_url": "https://avatars.githubusercontent.com/u/64006750?v=4",
      "created_at": "2020-04-20T09:15:42Z",
      "is_verified": null,
      "public_repos": 60,
      "account_age_days": 2277
    },
    "activity": {
      "releases_count": 66,
      "commits_last_year": 294,
      "latest_release_at": "2026-06-28T22:41:55Z",
      "latest_release_tag": "v3.11.1",
      "releases_from_tags": false,
      "days_since_last_push": 2,
      "active_weeks_last_year": 35,
      "days_since_latest_release": 17,
      "mean_days_between_releases": 12.9
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 85,
      "has_issue_template": false,
      "has_code_of_conduct": true,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 88,
      "stars": 1382,
      "watchers": 7,
      "open_issues_and_prs": 13
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [
        "docs/openapi.yaml"
      ],
      "has_devcontainer": false,
      "typecheck_configs": [
        "docs/tsconfig.json",
        "tests/e2e/tsconfig.json",
        "tsconfig.json"
      ],
      "largest_source_bytes": 46979,
      "source_files_sampled": 322,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "docs/package.json",
        "package.json"
      ],
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "@scalar/api-client-react",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.3.47"
        },
        {
          "name": "@tailwindcss/postcss",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.1.16"
        },
        {
          "name": "algoliasearch",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.42.0"
        },
        {
          "name": "base64-js",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.5.1"
        },
        {
          "name": "fumadocs-core",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "16.0.7"
        },
        {
          "name": "fumadocs-mdx",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "13.0.5"
        },
        {
          "name": "fumadocs-openapi",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "9.7.3"
        },
        {
          "name": "fumadocs-ui",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "16.0.7"
        },
        {
          "name": "hast-util-to-jsx-runtime",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.3.6"
        },
        {
          "name": "ieee754",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.2.1"
        },
        {
          "name": "lucide-react",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^0.482.0"
        },
        {
          "name": "next",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^16.0.1"
        },
        {
          "name": "posthog-js",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.334.1"
        },
        {
          "name": "react",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^19.2.0"
        },
        {
          "name": "react-dom",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^19.2.0"
        },
        {
          "name": "remark",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^15.0.1"
        },
        {
          "name": "remark-rehype",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.1.2"
        },
        {
          "name": "shiki",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.14.0"
        },
        {
          "name": "zod",
          "manifest": "docs/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.1.12"
        },
        {
          "name": "@node-rs/argon2",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.0.2"
        },
        {
          "name": "geo-tz",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^8.1.6"
        },
        {
          "name": "memoize",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^10.2.0"
        },
        {
          "name": "pg",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^8.20.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "@node-rs/argon2",
            "direct": true,
            "version": "^2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@scalar/api-client-react",
            "direct": true,
            "version": "^1.3.47",
            "ecosystem": "npm"
          },
          {
            "name": "@tailwindcss/postcss",
            "direct": true,
            "version": "^4.1.16",
            "ecosystem": "npm"
          },
          {
            "name": "algoliasearch",
            "direct": true,
            "version": "^5.42.0",
            "ecosystem": "npm"
          },
          {
            "name": "base64-js",
            "direct": true,
            "version": "^1.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "fumadocs-core",
            "direct": true,
            "version": "16.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "fumadocs-mdx",
            "direct": true,
            "version": "13.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "fumadocs-openapi",
            "direct": true,
            "version": "9.7.3",
            "ecosystem": "npm"
          },
          {
            "name": "fumadocs-ui",
            "direct": true,
            "version": "16.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "geo-tz",
            "direct": true,
            "version": "^8.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "hast-util-to-jsx-runtime",
            "direct": true,
            "version": "^2.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "ieee754",
            "direct": true,
            "version": "^1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "lucide-react",
            "direct": true,
            "version": "^0.482.0",
            "ecosystem": "npm"
          },
          {
            "name": "memoize",
            "direct": true,
            "version": "^10.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "next",
            "direct": true,
            "version": "^16.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "pg",
            "direct": true,
            "version": "^8.20.0",
            "ecosystem": "npm"
          },
          {
            "name": "posthog-js",
            "direct": true,
            "version": "^1.334.1",
            "ecosystem": "npm"
          },
          {
            "name": "react",
            "direct": true,
            "version": "^19.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "react-dom",
            "direct": true,
            "version": "^19.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "remark",
            "direct": true,
            "version": "^15.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "remark-rehype",
            "direct": true,
            "version": "^11.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "shiki",
            "direct": true,
            "version": "^3.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "^3.25.76",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "^4.1.12",
            "ecosystem": "npm"
          },
          {
            "name": "@biomejs/biome",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "@clack/prompts",
            "direct": false,
            "version": "^1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "@date-fns/tz",
            "direct": false,
            "version": "^1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@deck.gl/core",
            "direct": false,
            "version": "~9.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "@deck.gl/extensions",
            "direct": false,
            "version": "~9.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "@deck.gl/layers",
            "direct": false,
            "version": "~9.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "@deck.gl/mapbox",
            "direct": false,
            "version": "~9.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "@dnd-kit-svelte/svelte",
            "direct": false,
            "version": "^0.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/compat",
            "direct": false,
            "version": "^2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/js",
            "direct": false,
            "version": "^9.39.2",
            "ecosystem": "npm"
          },
          {
            "name": "@formkit/auto-animate",
            "direct": false,
            "version": "^0.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "@humanspeak/svelte-virtual-list",
            "direct": false,
            "version": "^0.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "@internationalized/date",
            "direct": false,
            "version": "^3.12.0",
            "ecosystem": "npm"
          },
          {
            "name": "@johly/bits-ui",
            "direct": false,
            "version": "^2.18.11",
            "ecosystem": "npm"
          },
          {
            "name": "@johly/vaul-svelte",
            "direct": false,
            "version": "^1.0.0-next.23",
            "ecosystem": "npm"
          },
          {
            "name": "@layerstack/utils",
            "direct": false,
            "version": "^2.0.0-next.18",
            "ecosystem": "npm"
          },
          {
            "name": "@lucia-auth/adapter-postgresql",
            "direct": false,
            "version": "^3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@melt-ui/pp",
            "direct": false,
            "version": "^0.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "@melt-ui/svelte",
            "direct": false,
            "version": "^0.86.6",
            "ecosystem": "npm"
          },
          {
            "name": "@number-flow/svelte",
            "direct": false,
            "version": "^0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "@o7/icon",
            "direct": false,
            "version": "^0.3.76",
            "ecosystem": "npm"
          },
          {
            "name": "@oslojs/encoding",
            "direct": false,
            "version": "^1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@playwright/test",
            "direct": false,
            "version": "^1.57.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sveltejs/adapter-auto",
            "direct": false,
            "version": "^7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sveltejs/adapter-node",
            "direct": false,
            "version": "^5.5.4",
            "ecosystem": "npm"
          },
          {
            "name": "@sveltejs/kit",
            "direct": false,
            "version": "^2.55.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sveltejs/vite-plugin-svelte",
            "direct": false,
            "version": "^7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@tailwindcss/typography",
            "direct": false,
            "version": "^0.5.19",
            "ecosystem": "npm"
          },
          {
            "name": "@tailwindcss/vite",
            "direct": false,
            "version": "^4.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@tanstack/svelte-query",
            "direct": false,
            "version": "^5.90.2",
            "ecosystem": "npm"
          },
          {
            "name": "@tanstack/table-core",
            "direct": false,
            "version": "^8.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@tmcw/togeojson",
            "direct": false,
            "version": "^7.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@trpc/client",
            "direct": false,
            "version": "^10.45.4",
            "ecosystem": "npm"
          },
          {
            "name": "@trpc/server",
            "direct": false,
            "version": "^10.45.4",
            "ecosystem": "npm"
          },
          {
            "name": "@turf/turf",
            "direct": false,
            "version": "^7.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/bun",
            "direct": false,
            "version": "^1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/d3-geo",
            "direct": false,
            "version": "^3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/d3-scale",
            "direct": false,
            "version": "^4.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/d3-shape",
            "direct": false,
            "version": "^3.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "@types/mdx",
            "direct": false,
            "version": "^2.0.13",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "22.13.10",
            "ecosystem": "npm"
          },
          {
            "name": "@types/pg",
            "direct": false,
            "version": "^8.18.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/react",
            "direct": false,
            "version": "^19.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/react-dom",
            "direct": false,
            "version": "^19.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/semver",
            "direct": false,
            "version": "^7.7.1",
            "ecosystem": "npm"
          },
          {
            "name": "@xmldom/xmldom",
            "direct": false,
            "version": "^0.9.10",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "^8.17.1",
            "ecosystem": "npm"
          },
          {
            "name": "autoprefixer",
            "direct": false,
            "version": "^10.4.23",
            "ecosystem": "npm"
          },
          {
            "name": "clsx",
            "direct": false,
            "version": "^2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "cobe",
            "direct": false,
            "version": "^2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "date-fns",
            "direct": false,
            "version": "^4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "devalue",
            "direct": false,
            "version": "^5.6.4",
            "ecosystem": "npm"
          },
          {
            "name": "eslint",
            "direct": false,
            "version": "^9.39.2",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-config-prettier",
            "direct": false,
            "version": "^10.1.8",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-import",
            "direct": false,
            "version": "^2.32.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-prettier",
            "direct": false,
            "version": "^5.5.4",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-plugin-svelte",
            "direct": false,
            "version": "^3.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "factory.ts",
            "direct": false,
            "version": "^1.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "formsnap",
            "direct": false,
            "version": "^2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "^17.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "hashvatar",
            "direct": false,
            "version": "^0.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "kysely",
            "direct": false,
            "version": "^0.28.11",
            "ecosystem": "npm"
          },
          {
            "name": "layerchart",
            "direct": false,
            "version": "^2.0.0-next.46",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "^11.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "lucia",
            "direct": false,
            "version": "^3.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "maplibre-gl",
            "direct": false,
            "version": "^5.24.0",
            "ecosystem": "npm"
          },
          {
            "name": "mode-watcher",
            "direct": false,
            "version": "^1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "openid-client",
            "direct": false,
            "version": "^6.8.2",
            "ecosystem": "npm"
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "^8.5.6",
            "ecosystem": "npm"
          },
          {
            "name": "postcss-load-config",
            "direct": false,
            "version": "^6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "prettier",
            "direct": false,
            "version": "^3.7.4",
            "ecosystem": "npm"
          },
          {
            "name": "prettier-plugin-svelte",
            "direct": false,
            "version": "^3.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "prettier-plugin-tailwindcss",
            "direct": false,
            "version": "^0.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "prisma",
            "direct": false,
            "version": "^6.19.1",
            "ecosystem": "npm"
          },
          {
            "name": "prisma-kysely",
            "direct": false,
            "version": "^1.8.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "^7.7.4",
            "ecosystem": "npm"
          },
          {
            "name": "start-server-and-test",
            "direct": false,
            "version": "^2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "svelte",
            "direct": false,
            "version": "^5.54.0",
            "ecosystem": "npm"
          },
          {
            "name": "svelte-check",
            "direct": false,
            "version": "^4.4.5",
            "ecosystem": "npm"
          },
          {
            "name": "svelte-maplibre",
            "direct": false,
            "version": "^1.2.6",
            "ecosystem": "npm"
          },
          {
            "name": "svelte-markdown",
            "direct": false,
            "version": "^0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "svelte-motion",
            "direct": false,
            "version": "^0.12.2",
            "ecosystem": "npm"
          },
          {
            "name": "svelte-sonner",
            "direct": false,
            "version": "^1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "sveltekit-superforms",
            "direct": false,
            "version": "^2.30.0",
            "ecosystem": "npm"
          },
          {
            "name": "tailwind-merge",
            "direct": false,
            "version": "^3.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "tailwind-variants",
            "direct": false,
            "version": "^3.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "tailwindcss",
            "direct": false,
            "version": "^4.1.16",
            "ecosystem": "npm"
          },
          {
            "name": "tailwindcss",
            "direct": false,
            "version": "^4.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "tar",
            "direct": false,
            "version": "^7.5.11",
            "ecosystem": "npm"
          },
          {
            "name": "trpc-svelte-query",
            "direct": false,
            "version": "^2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "tw-animate-css",
            "direct": false,
            "version": "^1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "^5.9.3",
            "ecosystem": "npm"
          },
          {
            "name": "typescript-eslint",
            "direct": false,
            "version": "^8.56.1",
            "ecosystem": "npm"
          },
          {
            "name": "ultracite",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "vite",
            "direct": false,
            "version": "^8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "vite-plugin-pwa",
            "direct": false,
            "version": "^1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "vitest",
            "direct": false,
            "version": "^4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "wrangler",
            "direct": false,
            "version": "4.105.0",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 122,
        "direct_count": 24,
        "indirect_count": 98
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 3,
        "merged_prs": 286,
        "open_issues": 10,
        "closed_ratio": 0.945,
        "closed_issues": 171,
        "closed_unmerged_prs": 23
      },
      "bus_factor": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "johanohly",
          "commits": 474,
          "avatar_url": "https://avatars.githubusercontent.com/u/64006750?u=46c727bee3218031365aae40109fe102a2b87d40&v=4"
        },
        {
          "type": "Bot",
          "login": "github-actions[bot]",
          "commits": 68,
          "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4"
        },
        {
          "type": "Bot",
          "login": "renovate[bot]",
          "commits": 18,
          "avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4"
        },
        {
          "type": "User",
          "login": "steffenrapp",
          "commits": 17,
          "avatar_url": "https://avatars.githubusercontent.com/u/88974099?v=4"
        },
        {
          "type": "User",
          "login": "mhlas7",
          "commits": 11,
          "avatar_url": "https://avatars.githubusercontent.com/u/3398654?u=3d0dc29b4e8e972a804a74718f137678d7031207&v=4"
        },
        {
          "type": "User",
          "login": "Gaudv",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/10694444?u=f1496d7a68677fa409598f989468472b5d29b245&v=4"
        },
        {
          "type": "User",
          "login": "vdusart",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/43795504?v=4"
        },
        {
          "type": "User",
          "login": "EnricoVentola",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/3957802?v=4"
        },
        {
          "type": "User",
          "login": "EthanShoe",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/28065361?u=c2eb03c20902da3766b01299cbafb8b440e8f97c&v=4"
        },
        {
          "type": "User",
          "login": "conchyliculture",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/6418006?v=4"
        }
      ],
      "contributors_sampled": 39,
      "top_contributor_share": 0.741
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "build.yml",
        "data-validation-comment.yml",
        "data-validation.yml",
        "docs-deploy.yml",
        "lint.yml",
        "pr-conventional-commit-check.yml",
        "pr-labels.yml",
        "prepare-release.yml",
        "security-scorecard.yml",
        "tests.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [
        "eslint.config.js"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [],
      "scorecard": null,
      "has_codeql_workflow": false,
      "has_security_policy": true,
      "has_dependabot_config": false
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/johanohly/airtrail",
    "host": "github.com",
    "name": "airtrail",
    "owner": "johanohly"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 69,
      "inputs": {
        "security": 30,
        "vitality": 92,
        "community": 78,
        "governance": 59,
        "engineering": 80
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "excellent",
        "name": "Vitality",
        "value": 92,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "excellent",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 87,
            "inputs": {
              "commits_last_year": 294,
              "human_commit_share": null,
              "days_since_last_push": 2,
              "active_weeks_last_year": 35
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 2 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 2
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "35/52 weeks with commits",
                "points": 24.2,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 35
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "294 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 294
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "releases_count": 66,
              "latest_release_tag": "v3.11.1",
              "releases_from_tags": false,
              "days_since_latest_release": 17,
              "mean_days_between_releases": 12.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "66 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 66
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 17 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 17
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~12.9 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 12.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "OpenSSF Scorecard unavailable",
                "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": "unverified",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": "no_commit_sample",
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": null,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "maintenance record not established from the collected data",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_unverified",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "good",
        "name": "Community & Adoption",
        "value": 78,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "good",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 71,
            "inputs": {
              "forks": 88,
              "stars": 1382,
              "watchers": 7,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1,382 stars",
                "points": 50.9,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1382
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "88 forks",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 88
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "7 watchers",
                "points": 4.3,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "excellent",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": false,
              "has_code_of_conduct": true,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (GPL-3.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "GPL-3.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": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 59,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 31,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 39,
              "top_contributor_share": 0.741
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 74% of commits",
                "points": 5.8,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 74
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "39 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 39
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "excellent",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 94,
            "inputs": {
              "merged_prs": 286,
              "open_issues": 10,
              "closed_issues": 171,
              "issue_closed_ratio": 0.945,
              "closed_unmerged_prs": 23
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "94% of issues closed",
                "points": 44.2,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 94
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "286/309 decided PRs merged",
                "points": 35.4,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 286,
                      "decided": 309
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 58,
            "inputs": {
              "followers": 33,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "johanohly",
              "public_repos": 60,
              "account_age_days": 2277
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "33 followers of johanohly",
                "points": 11,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 33,
                      "login": "johanohly"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "60 public repos, account ~6 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 60
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 6
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 80,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "10 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 10
                    }
                  }
                ],
                "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": "eslint.config.js",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "good",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "topics": [],
              "has_wiki": false,
              "homepage": "http://airtrail.johan.ohly.dk/",
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "http://airtrail.johan.ohly.dk/",
                "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 30,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": null,
            "notes": [],
            "value": 30,
            "inputs": {
              "source": "file_signals",
              "lockfiles": [],
              "manifests": [
                "docs/package.json",
                "package.json"
              ],
              "has_codeql_workflow": false,
              "has_security_policy": true,
              "has_dependabot_config": false
            },
            "components": [
              {
                "key": "security_policy_security_md",
                "name": "Security policy (SECURITY.md)",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "dependabot_config",
                "name": "Dependabot config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "dependency_lockfiles",
                "name": "Dependency lockfiles",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "codeql_workflow",
                "name": "CodeQL workflow",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "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": 6
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "at_risk",
        "name": "AI Readiness",
        "value": 49,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "legible_commit_history"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 1,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": null,
              "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": "no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "demonstrated_agent_practice",
                    "automated_maintenance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 75,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": true,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [
                "docs/tsconfig.json",
                "tests/e2e/tsconfig.json",
                "tsconfig.json"
              ],
              "agent_commit_share": null,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": null
            },
            "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": "eslint.config.js",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "Dockerfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Dockerfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "good",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 82,
            "inputs": {
              "primary_language": "Svelte",
              "largest_source_bytes": 46979,
              "source_files_sampled": 322,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Svelte with type-check config (docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json)",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "typecheck_config_language",
                    "params": {
                      "files": "docs/tsconfig.json, tests/e2e/tsconfig.json, tsconfig.json",
                      "language": "Svelte"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/322 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 322,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [],
              "has_mcp_signal": false,
              "api_schema_files": [
                "docs/openapi.yaml"
              ]
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": "docs/openapi.yaml",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "docs/openapi.yaml"
                    }
                  }
                ],
                "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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": [
    "Could not fetch npm package 'airtrail' from its registry",
    "OpenSSF Scorecard timed out after 240s; skipping Scorecard checks"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-15T23:49:13.880683Z",
  "schema_version": "0.11.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/johanohly/airtrail.svg",
  "full_name": "johanohly/airtrail",
  "license_state": "standard",
  "license_spdx": "GPL-3.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.11.0 — full methodology · metrics wiki.

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