Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 695,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 2731,
"TypeScript": 252035
},
"pushed_at": "2026-07-22T01:14:18Z",
"created_at": "2025-09-18T09:31:52Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T17:29:51Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://1gr14.dev",
"name": "1gr14",
"type": "Organization",
"login": "1gr14",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/290732590?v=4",
"created_at": "2026-06-04T12:59:15Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 52
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-08T08:52:34Z"
}
],
"recent_commits": [
{
"oid": "a28b635c836b848aed640219cabb3d8486f11c21",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.3.0",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-20T17:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb1ee47046fc84a87010ea9acefffd2bbe98642",
"body": "`route.params` maps a param name to `{ required, type: 'string' }`, or\n`{ required, type: 'enum', values }` when the param is restricted to a set, so\nrequired-ness and allowed values sit on one object. `type` is the param's base\ntype, leaving room for a future `{ type: 'number' }` to join as one mor\n[…]\n— read `route.params.<name>.values`\nand `ParamsDefinition<T>['<name>']['values']` instead. `IsSameParams` compares\nvalue constraints. `getTokens()` returns frozen tokens typed\n`readonly RouteToken[]`.",
"is_bot": false,
"headline": "feat!: give every param one descriptor",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-20T17:28:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd390cb80c29889ea56f9a275e7386b44285cdb3",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.2.0",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-20T13:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d63e972ab2444b293dcd026bac3f60da7c8e52",
"body": "Params can be restricted with `:name(a|b)` and `:name(a|b)?`. The set is\nenforced everywhere at once — matching, building, schema validation, the\nemitted JSON Schema, specificity and conflict detection — and at the type\nlevel the param narrows from `string` to the literal union in both\ndirections.\n\n\n[…]\n instead of `'id*'`.\nMalformed `:`-segments and duplicate param names throw at creation.\nSpecificity ordering changed: a tail naming a finite set of values reclaims\nthe shared URL from its own prefix.",
"is_bot": false,
"headline": "feat!: constrain params to a set of values",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-20T13:40:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5fe636dbf8a7d1f0bf6e10e572a682560ce19c1",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.3",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-10T14:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0511a12902e4c3da2dd8e468473de0999e67d2c9",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump typescript-7 alias to stable typescript@7.0.2",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-10T14:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795dea7660b5793c76f87f3354473fb6451d0241",
"body": "npm@latest is 12.x now; installing it over the npm that Node 24 bundles\nleaves a global tree without sigstore, so the OIDC provenance publish dies\nwith MODULE_NOT_FOUND.",
"is_bot": false,
"headline": "ci: pin npm to 11.x — npm 12 breaks the provenance publish",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-10T14:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e32a49605ae624219b15edb374290e773646cc",
"body": "- CallableRoute over a definitions union equals the union of per-route\n callables (the N^2 regression guard)\n- isMoreSpecificThan is a strict total order (irreflexive, antisymmetric,\n transitive) over a diverse definition set — Array.sort needs it\n- makeOrdering output is pairwise-consistent with \n[…]\nan\n- matching e2e under every insertion order: required vs optional params and\n wildcards, param vs inline-wildcard segment (/files* vs /:page), optional\n families on the root, duplicate definitions",
"is_bot": false,
"headline": "test: pin CallableRoute distributivity and route-ordering guarantees",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-10T14:31:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "701c3324f2a7747a805e60517b54b47c82b8a07d",
"body": "CallableRoute<union> used to normalize as (union of routes) & (union of\ngetters) — an N^2 cross-product of union members. With a routes map indexed\nby a generic key (a typed navigate(name, input)), TypeScript instantiates\nCallableRoute with the union of all definitions to compute the constraint,\nand past ~316 routes the cross-product exceeds the 100k union-member limit,\nfailing the whole call site with TS2590. Distributing over T keeps it a\nflat union: one intersection per route.",
"is_bot": false,
"headline": "fix(types): make CallableRoute distributive over union definitions",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-07-10T14:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f8e00fcdd3e8bda9ff56a85a711a29c669e7dd",
"body": null,
"is_bot": false,
"headline": "docs: fix PR-template versioning note",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-29T11:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19606f2bd26f7e38b0284fc0337baf8a90bb360",
"body": "Drop the dev→next→main train; PR-gated CI; v* tags publish; PINNED_MAJOR guard.",
"is_bot": false,
"headline": "ci: classic-OSS CI/release — single main, tag-driven publish",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-29T11:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac706aad07e124f31dce2c1e09609d30f30f550",
"body": "Applies Dependabot's actions/checkout v6->v7 and codecov-action v6->v7, and adds\ntarget-branch: dev so future bumps land on the work branch and reach main/next\nvia the normal release fast-forward — instead of opening PRs against main, which\nwould diverge main from dev.",
"is_bot": false,
"headline": "ci(deps): bump checkout & codecov to v7, target dependabot at dev",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-27T16:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f89f30fce7776cf5bfd2f02e6e59b598ac6cb9",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.2",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-22T12:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d490548f99b14282c7b9a448f2190646a30be9",
"body": "…p cross-env",
"is_bot": false,
"headline": "chore: rewrite README, clarify package description, dual TS6/TS7, dro…",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-22T12:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71e40e5e7ea06f142b2832b3719946de40355cea",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.1",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-15T10:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7f7c343ce8ff64a697718e53105c4edfbe5e35e",
"body": "Drop semantic-release (.releaserc, devDeps, CI release job) in favor of\nscripts/{release,publish,check-channel}.ts: explicit version bumps with a\n0.x lock (patch/minor can never reach 1.0.0, an explicit jump out of 0.x is\nrefused), CHANGELOG promotion on a stable cut, and an idempotent OIDC publish\nin CI (publishes only versions not yet on npm). Keeps the -next prerelease\nchannel. tsconfig now covers scripts/ so they are type-checked.",
"is_bot": false,
"headline": "chore: replace semantic-release with in-house release scripts",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-15T10:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf0169c422c33679563c533986402b748c0bd93",
"body": "- eslint ignores: drop point0-monorepo leftovers and .cache\n- CONTRIBUTING: add the type-tests bullet (expectTypeOf) from the template\n- CODE_OF_CONDUCT: softer wording per the voice guide",
"is_bot": false,
"headline": "chore: sync with the blank0 template",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-11T00:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04836f032a9db22eb5378524806654de0ca8dc07",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.0 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-06-08T08:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675de90354d66fa9671c1733f76d041bd02faf82",
"body": "Move from @devp0nt to the @1gr14 npm scope and the 1gr14 GitHub org.\nSwitch the flat0 peer/dev dependency to @1gr14/flat (renamed lib: new\nscope + dropped the 0); update the import and the CI smoke peer-install.\nPackage, repo URLs, badges, CI codecov slug, release config, funding,\nand docs all point at 1gr14. Version line reset to 0.x (first release\nlands at 0.1.0). Old @devp0nt/route0 stays on npm, deprecated separately.",
"is_bot": false,
"headline": "feat: rebrand to @1gr14/route0",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-08T08:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca5150d1de69b4c505dce2a73eff1e705d63372",
"body": "…auto-install peers)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: install flat0 alongside route0 (required peer; pnpm/yarn don't …",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-03T06:44:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "008ac59f75f1154113cdc9a02a3f62c13a540737",
"body": "- check:package script (publint && attw --pack . --profile esm-only) +\n a CI step after build — verifies the published exports/types resolve\n- .github/dependabot.yml: weekly grouped npm + actions updates\n (ignores major bumps of typescript + @types/node, held deliberately)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add publint + are-the-types-wrong package check, and Dependabot",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-03T06:34:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dedac7f542c4af308e88d4f2a118b8adedd6adbf",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: use Codecov OIDC tokenless upload",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-03T05:45:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0139296929890b76a79c43d93033439d21dde31e",
"body": "- bump all devDeps to latest (hold typescript@^5.9, @types/node@^20, @devp0nt/flat0)\n- ci: emit lcov + upload to Codecov (non-failing); bump checkout@v6,\n setup-node@v6, upload-artifact@v7, download-artifact@v8\n- readme: add coverage (codecov) + gzip (bundlejs) badges\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: refresh infra — deps, coverage+gzip badges, CI actions",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-06-02T18:15:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "89416d8680079c97aa37692df72802e70ad319cd",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.1.1 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-30T09:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e6dd6f92b8b49243bb804b3200daaae096631a",
"body": "Add an \"Infer types from a route\" section to the README showing how to pull\nParamsInput / ParamsOutput / ParamsInputStringOnly / ParamsDefinition /\nSearchInput straight off a route instance via `typeof route.Infer.*`, with a\nmember table and an API-reference row. Back it with a dedicated expectTypeO\n[…]\n-only /\nwildcard / search-narrowing cases.\n\nReleased as fix: so the updated README ships to npm (docs-only changes don't\npublish on their own).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: document the Infer type accessor and cover it with type tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-30T09:25:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fb087c81d2088982deaefbc0532b7c117b552911",
"body": "Wrap the doc body in docs:start/docs:end so the site syncs only the\ncontent, dropping the badge header and the Community/License footer.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mark README docs section for p0nt.dev sync",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-29T16:06:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41695cf6d1d893015c09f2a7a1d2629b998efdce",
"body": "…o files\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: drop deprecated allowSyntheticDefaultImports; ignore task0/tod…",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-29T10:23:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "475a8f5a7160c57be295ad3f23756f54042b6ad2",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.1.0 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-29T09:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c841f39c46f0c0661f31663e8db0dd0e7eaaf46",
"body": "Replace the boolean second argument of get() with an options object:\n{ origin?: boolean | string, encode?: boolean }. origin selects the\nabsolute base (true → route origin, string → custom), and encode (default\ntrue) toggles percent-encoding of both the path params and the search\nstring — encode: fa\n[…]\n make\nthe route ordering comparator a transitive total order so matching is\ndeterministic and independent of insertion order.\n\nBump @devp0nt/flat0 peer + dev dependency to ^1.2.0 (encode passthrough).",
"is_bot": false,
"headline": "feat: add { origin, encode } options to get() and a route.abs() helper",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-29T09:12:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ad4571246b8568dae2c4a2a6aa3a6acf49daf0a",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.0.2 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-29T07:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c5b6f7c253362884f7961731527cdba6a8844a",
"body": "- smoke job runs the built artifact under plain Node without deps, so\n install @devp0nt/flat0 (a runtime peer import) before the smoke check\n- bump @devp0nt/flat0 to ^1.1.6 (peer + dev) to track the latest release",
"is_bot": false,
"headline": "fix: install flat0 peer dep in smoke job and bump flat0 to ^1.1.6",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-29T07:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976bb308b98491a2ff97a6ea33af43d1197c88a5",
"body": "- migrate build from tsup to tsdown (ESM-only, drop CJS main/require)\n- reformat jsdoc shipped in .d.ts via prettier-plugin-jsdoc\n- sync shared infra and community files from blank0",
"is_bot": false,
"headline": "fix: esm-only tsdown build with bundled jsdoc",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-05-29T07:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1237a242f0c524155239aba5ed7b8e45640d2b41",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.0.1 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-04-09T08:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf95fd0b810dcbf657ee761fb3456a2f52e6e292",
"body": null,
"is_bot": false,
"headline": "fix: add json schema",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-04-09T08:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0628c3f9e66e5529637a9eed8cba13572cbe5dd0",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.0.0 --skip-ci",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-04-08T08:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce767305f2402ef03730de6e1fa87549a0448e75",
"body": null,
"is_bot": false,
"headline": "fix: add test",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-04-08T08:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625c3681f8e5e1300859cfcd944516919a70c14f",
"body": null,
"is_bot": false,
"headline": "fix: fix regexes",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-26T00:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb83a211e3799665af00f2ced866e91651a8250",
"body": null,
"is_bot": false,
"headline": "fix: fix relation ancestor params type",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-23T12:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c1a68d71ef1efc094fc7a996f9fd13ad6181a8",
"body": null,
"is_bot": false,
"headline": "fix: rename ascendant to ancestor",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-23T11:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b3a8223bed81211ff55330db2d226e7cb68e4b",
"body": null,
"is_bot": false,
"headline": "fix: move relation out from location",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-23T10:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a904c0f7ab69f3ee2c3ebeb7a21378a1dcd5ee",
"body": null,
"is_bot": false,
"headline": "fix: fix types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-15T11:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8303fc42636d0ee5d4f38f7452344d19eae4227",
"body": null,
"is_bot": false,
"headline": "fix: add tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T11:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef00a75f2f7978e83d8462b6ee17d3c4d9db62c",
"body": null,
"is_bot": false,
"headline": "fix: add tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T10:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8e975f34ec327a564cff291fc1cba53270f8d6",
"body": null,
"is_bot": false,
"headline": "fix: remove code duplicates",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T10:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8afd71bcad1b7488a3f33a9bdafc6556c24e7a74",
"body": null,
"is_bot": false,
"headline": "fix: add some optimizations",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T10:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710a861a65c199e241fbb99838d71c224fb628ed",
"body": null,
"is_bot": false,
"headline": "fix: add overlap helper",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T10:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df204e8270a5b0faf13e009729c20efa3c4dcb84",
"body": null,
"is_bot": false,
"headline": "fix: add tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T09:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c4fb16ec94a515636813b59f4dde80c729dcf7",
"body": null,
"is_bot": false,
"headline": "fix: add tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T09:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acf77aea456d895442c3bbb455f0b65de122bf2",
"body": null,
"is_bot": false,
"headline": "fix: simplify route definition",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-14T09:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51113a660481c3bb6c274f47eed0762ebcc372e0",
"body": null,
"is_bot": false,
"headline": "fix: add isExactOrAncestorPathnameMatch",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-13T06:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f14f1624d163b1da89ac2a474f743bc061f953",
"body": null,
"is_bot": false,
"headline": "fix: fix search input type",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-11T08:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0689bb827cf6aa0a6826e2026758f0afe6f3f7",
"body": null,
"is_bot": false,
"headline": "fix: add optimizations",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T22:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a978f427620b3891fae612b30b3bb5db902843",
"body": null,
"is_bot": false,
"headline": "fix: rename path to route",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T18:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb8a6875547fd83ec827a3b2390b34691817eadf",
"body": null,
"is_bot": false,
"headline": "fix: add GetPathInputByRoute",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T18:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7380868f918003cb0bf9021e5b4e45fa2d203bfc",
"body": null,
"is_bot": false,
"headline": "fix: add GetPathInput",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T17:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419a02a0cc0e9bd047029cd1706767ec84337da6",
"body": null,
"is_bot": false,
"headline": "fix: rename paramsSchema to schema",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T17:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "403c46a90476f88f0263be493a8c78344d612b42",
"body": null,
"is_bot": false,
"headline": "fix: fix type of search object",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T16:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c56cca71cf6c5e2046c93664a2f2da8c68d1fbad",
"body": null,
"is_bot": false,
"headline": "fix: add flat0",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T15:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c02bd8cb6b17e678882b367e85e6d1fba833fab",
"body": null,
"is_bot": false,
"headline": "fix: add validation for asterisk",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T14:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d94ad59944fbe860be71d2715ddc1cffa76c879",
"body": null,
"is_bot": false,
"headline": "feat: remove dependencies",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T14:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d52ca7d384478a72ab7bbd6e489cb541d89d773",
"body": null,
"is_bot": false,
"headline": "feat: add optional params",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T13:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cadd43372e01c5d2787c7b4d6883addde39421",
"body": null,
"is_bot": false,
"headline": "feat: fix tests",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T12:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d313828e75cfd3cfbdb25dff4ef0512e3ed310",
"body": null,
"is_bot": false,
"headline": "feat: simplify a lot",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T12:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7abe6ea070ba98c32844c2cbdf3963b1dc09d2",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-10T10:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb83612b8698283f0afb628b16fa09fc3038c499",
"body": null,
"is_bot": false,
"headline": "feat: fix schema types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-06T10:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83672703195f07cba55ae95cb080f512bef98b5c",
"body": null,
"is_bot": false,
"headline": "feat: add standard schemas",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-06T09:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb69a7da78b474309702fe43dc5133be24ff6df",
"body": null,
"is_bot": false,
"headline": "feat: rename override to clone",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-03-02T15:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a61dec48eefeeaaed7d9043cee0e65f0eb59435",
"body": null,
"is_bot": false,
"headline": "feat: rename baseurl to origin",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-20T13:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a514945aae9de7f2df57be2602e1ac2633b3da7",
"body": null,
"is_bot": false,
"headline": "feat: add bas as string",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-20T12:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9035fba81fbaa8defe539a21afff0e480a45cb82",
"body": null,
"is_bot": false,
"headline": "feat: fix eslint",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T16:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3a20a5cc67d53559e9c06ac1f6d91eda74aecc",
"body": null,
"is_bot": false,
"headline": "feat: return back eslint",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T14:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a05d4a432f9bffb621a50c239529c06ffb583bd6",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T14:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ddbc36c56d395605cf0ceada6c604194e8ecab6",
"body": null,
"is_bot": false,
"headline": "fix: fix linter",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T11:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0885c6ce3b7cdb77979aa053022a31ec34c3da0e",
"body": null,
"is_bot": false,
"headline": "feat: fix biome",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T10:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f8fc5d663838f41de48c86118a834034c27d98",
"body": null,
"is_bot": false,
"headline": "feat: fix types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T10:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef98b67a750f96e4df70b9722c170da9bff8e43f",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T10:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6247f5ba2a737173b2f11d9033c07d322c7183f5",
"body": null,
"is_bot": false,
"headline": "feat: fix types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-19T10:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e6f0bd4126a69861e71a8da22f64c68152a5d1",
"body": null,
"is_bot": false,
"headline": "feat: add parms for not exact match also",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-14T14:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a79f880aed85219f3e9ae63095d08064458f094",
"body": null,
"is_bot": false,
"headline": "feat: add docs in comments",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-14T08:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6467a3625c7c0124cc6bfb4dd2622171e4442eaf",
"body": null,
"is_bot": false,
"headline": "feat: rename children and parent to descendant and ancestor",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-14T08:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6d225d0e681f1e75b0af820f08a62d262db2cf",
"body": null,
"is_bot": false,
"headline": "feat: fix base url",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-10T16:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ccad59e67738d7deae129182e1ba5e27174a14",
"body": null,
"is_bot": false,
"headline": "feat: add more wide types for any",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-05T02:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841d42f4f3b29c69a4ef5c631bd6ea9ccce84c86",
"body": null,
"is_bot": false,
"headline": "feat: add types helper for weak locations",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2026-02-04T13:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bafb31ec5be07a7e261646f66719289a0b62c49f",
"body": null,
"is_bot": false,
"headline": "fix: add FlatInputStringOnly",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-16T15:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d369f4b4c96863490f693e9274283901941b93a",
"body": null,
"is_bot": false,
"headline": "feat: add flatLoose",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-16T15:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918fb22d59a926cf124edd4f4ad1d01c1d3cc989",
"body": null,
"is_bot": false,
"headline": "fix: fix types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-16T14:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46b41b7977b8378a5fd665ee9a2f1412453fd80",
"body": null,
"is_bot": false,
"headline": "fix: fix parse input output",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-15T20:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a93ce4de001b8066b926c286ad797b4fc0f10db",
"body": null,
"is_bot": false,
"headline": "fix: add success prop to safe parse",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-15T20:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fddf776ad2a9b06147150359eae93bf370d9e64",
"body": null,
"is_bot": false,
"headline": "feat: add input parsing",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-15T19:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4066bffb84c722da5a09edeceb58f0d9a114e756",
"body": null,
"is_bot": false,
"headline": "fix: fix types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T17:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f235ca25ee983718b5c70bc8dc2e56f5461f09c",
"body": null,
"is_bot": false,
"headline": "feat: fix hash types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T12:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f91fd3f8d1ef9fc81537c21f727d0d2ae1ca50",
"body": null,
"is_bot": false,
"headline": "feat: add hash",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T12:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e42668f67348dac4ac06a766a13412de17ea0de0",
"body": null,
"is_bot": false,
"headline": "fix: fix typs helper",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T11:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c9cbdcbdd36a94af9b126efd8020305de53743",
"body": null,
"is_bot": false,
"headline": "feat: fix routes types",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T08:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b37a5b81a1f21ab2ba787f3e569a7317c5cad3",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d788c2a0c9547c4e5564ba1de553c91e5402af95",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e8c17eb245402b61e7f9f2ed96754cc7afd6af8",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af849baf4f94b9be9c58a09c0642ab113ade4ac",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062ed70422d89e5b78a856431a57e8d475891ff1",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0372d21d49dc0b70e55ec98d8e5c01c225db973a",
"body": null,
"is_bot": false,
"headline": "feat: cicd",
"author_name": "Sergei Dmitriev",
"author_login": "iserdmi",
"committed_at": "2025-12-13T07:38:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 165,
"latest_release_at": "2026-06-08T08:52:34Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 24,
"days_since_latest_release": 48,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@1gr14/route0",
"exists": true,
"license": "MIT",
"keywords": [
"router",
"routing",
"route",
"url",
"path",
"typescript",
"type-safe",
"query-string",
"search-params",
"standard-schema"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@1gr14/route0",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/1gr14/route0",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3218,
"first_published_at": "2026-06-08T08:40:08.770000Z",
"latest_published_at": "2026-07-20T17:32:03.182000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 157088,
"source_files_sampled": 10,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "iserdmi",
"commits": 159,
"avatar_url": "https://avatars.githubusercontent.com/u/4304927?v=4"
},
{
"type": "User",
"login": "semantic-release-bot",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/32174276?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.964
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a28b635c836b848aed640219cabb3d8486f11c21",
"ran_at": "2026-07-27T07:16:21Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T01:14:19Z",
"oldest_open_prs": [
{
"number": 3,
"created_at": "2026-07-15T01:13:50Z",
"last_comment_at": "2026-07-15T01:19:06Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/1gr14/route0",
"host": "github.com",
"name": "route0",
"owner": "1gr14"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 57,
"vitality": 82,
"community": 47,
"governance": 36,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 165,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 24
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "24/52 weeks with commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 24
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "165 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 165
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 48,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 48 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 48
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"@1gr14/route0"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3218
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,218 downloads/month across npm",
"points": 46.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3218,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.964
},
"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 96% of commits",
"points": 0.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/2 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "1gr14",
"public_repos": 10,
"account_age_days": 52
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3 followers of 1gr14",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "1gr14"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~0 yr old",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@1gr14/route0"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.97,
"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": "97 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.07,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 157088,
"source_files_sampled": 10,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/10 source files over 60KB",
"points": 44,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T07:16:25.434046Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/1/1gr14/route0.svg",
"full_name": "1gr14/route0",
"license_state": "standard",
"license_spdx": "MIT"
}