Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 620,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 3700,
"Vue": 63,
"HTML": 298,
"Svelte": 196,
"Handlebars": 75682,
"JavaScript": 1595,
"TypeScript": 127112
},
"pushed_at": "2026-07-19T22:23:47Z",
"created_at": "2026-02-19T14:11:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-01T22:32:11Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Handlebars"
]
},
"owner": {
"blog": "https://www.prisma.io",
"name": "Prisma",
"type": "Organization",
"login": "prisma",
"company": null,
"location": "United States of America",
"followers": 4888,
"avatar_url": "https://avatars.githubusercontent.com/u/17219288?v=4",
"created_at": "2016-02-13T15:22:35Z",
"is_verified": null,
"public_repos": 197,
"account_age_days": 3815
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-06-23T21:14:33Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-18T14:47:12Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-15T15:49:58Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-06-10T10:39:19Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-10T09:36:39Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-05-04T17:12:04Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-04-10T15:05:13Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-03-17T18:01:40Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-17T15:54:20Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-17T13:34:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-10T10:36:01Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-02-24T17:50:55Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-02-23T18:27:18Z"
}
],
"recent_commits": [
{
"oid": "a9173112453b08402f6af0551156e9961c2620e6",
"body": "* fix: harden generated app matrix\n\n* refactor: dedupe escapeRegExp helper and merge adjacent tanstack import blocks\n\n* refactor(astro): drop noExternal now that the SDK traces runtime deps\n\n* fix(astro): keep noExternal — Compute's Bun cannot resolve cookie's named exports at runtime",
"is_bot": false,
"headline": "fix: harden generated app installs and deploys (#50)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-07-01T22:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6235e56ce34f600fa0ffb3ef0e9737b7ff2043a",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.7.1 (#49)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-23T21:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6250adfab92d75813b8e4e819ed15c3d822e25",
"body": "* chore: update template dependencies\n\n* fix: avoid tsdown TypeScript config loader\n\n* fix: use native tsdown config loader",
"is_bot": false,
"headline": "chore: update template dependencies (#48)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-23T16:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8889d3a0fdaae7e359f18ea143aeed51a8e329",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.7.0 (#47)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-18T14:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01c2478b86c85b986118738bb1b76f1bc26e00d",
"body": "* feat: enable Prisma Compute deploys for the NestJS template\n\nCompute's SDK gained a NestJS build strategy (project-compute #94), so the\nnest template can now deploy. Add it to COMPUTE_DEPLOYABLE_TEMPLATES and ship\na prisma.compute.ts with framework \"nestjs\" (detected, no entrypoint; the\ndefault HT\n[…]\nimeScript; nest opts in so its build compiles to\ndist on every node-style PM and bun. Deno keeps `deno check` — the Deno nest\nvariant uses Deno APIs and isn't built for the node-based Compute runtime.",
"is_bot": false,
"headline": "feat: enable Prisma Compute deploys for the NestJS template (#46)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-18T14:39:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3cc1dab5988fee867019f999a6948cea96534cd6",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.6.0 (#45)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-15T15:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e943202907da3ebcfd7c98b4ea1ea6c0259c97d3",
"body": null,
"is_bot": false,
"headline": "feat: add compute config defaults (#44)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-15T15:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de5ff8ffd599bdf706d8938eac6b9173d8e73d0",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.5.1 (#43)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-10T10:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f5d135036e65513d3fd180aa1b5c3cea3bcfa7a",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: include Prisma Compute skill in addons (#42)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-10T10:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0695cdcc7127731928d36673215ffc17988ff701",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.5.0 (#41)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-10T09:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa13c41f9cf90b9577f30a6413b6d8fc6d815364",
"body": "feat: deploy to Prisma Compute from create-prisma",
"is_bot": false,
"headline": "Merge pull request #34 from prisma/feat/compute-deploy-integration",
"author_name": "Ankur Datta",
"author_login": "ankur-arch",
"committed_at": "2026-06-10T09:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83ed191710afff913d9114b303d59ca41daeca3",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: default compute deploy prompt to no",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-10T09:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39815e0f3e3492711c4296e66b09b56b6123c731",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: use prisma compute database flow",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-09T09:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb3320329cd9729fd2f17f5473b8fe1c86fea22",
"body": "Add the optional \"Deploy to Prisma Compute\" flow to the README: a\nWhat It Does bullet, a dedicated section covering the --deploy flag and\nthe supported templates, and the --deploy/--no-deploy flag entry.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document the Prisma Compute deploy step",
"author_name": "Ankur Datta",
"author_login": "ankur-arch",
"committed_at": "2026-06-08T21:40:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "64fca9980f31686e6b07f1fe442e6ad695e9d6a9",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: move compute deploy prompt after setup choices",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-08T14:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa1af5dd072e3359ab930665351580886d553a5",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: use compute postgres for initial deploy",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-08T13:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc001ac51d91ebbdd51ccbc4f324095154acf38",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: rely on compute framework detection",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-05T10:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d833f49f4ee3bcdecd7b18a7b2efa6ea3afafa9",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "feat: add compute redeploy scripts",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-05T10:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd22c5bf3b8810419f2da7f8739b1e88cb49e33",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: use prisma cli inline env deploy",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-05T10:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7f04c49f157221757facb9a26f532c33aa9c64",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: delegate compute deploy naming to Prisma CLI",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-05T09:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4cfd9eab8b9fac306ad2893b77c91da4946ff2",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: use latest Prisma CLI for compute deploy",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-05T09:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a16d4f1623a45c2f58c3ef47c1b860077aafa4d",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>",
"is_bot": false,
"headline": "fix: stop prisma setup spinners on failure",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-01T07:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4061de2419dcab67fd04dca619d2c36404f19bb9",
"body": "Signed-off-by: Aman Varshney <amanvarshney.work@gmail.com>\n\n# Conflicts:\n#\tsrc/tasks/setup-prisma.ts\n#\tsrc/templates/shared.ts\n#\tsrc/types.ts\n#\ttemplates/create/elysia/prisma.config.ts.hbs\n#\ttemplates/create/hono/prisma.config.ts.hbs\n#\ttemplates/create/nest/prisma.config.ts.hbs",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into aman/pr34-conflict-fix",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-06-01T07:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1df3a414cdd380a74ee2fc30a59d3d87122261",
"body": null,
"is_bot": false,
"headline": "fix: avoid deploying placeholder database url",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-05-29T14:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4bfb50ed446ce83c5bd616e4b1def25cfbde18",
"body": null,
"is_bot": false,
"headline": "fix: use prisma cli dev for compute deploy",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-05-29T14:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea03c9bb59a8eb72403f1b90459203afd75320e7",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.4.2 (#36)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-05-04T17:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7673ba2fea7002ec032be13638956ca949a3aedb",
"body": "* Fix Prisma setup migration flow\n\n* Fix Deno Prisma template setup\n\n* Use latest Prisma without Deno RUST_LOG workaround\n\n* Address Prisma setup review comments\n\n* Reuse Prisma client in seed templates\n\n* Fix Bun and Deno template SQLite flows\n\n* Address remaining template review comments",
"is_bot": false,
"headline": "fix: repair Prisma setup migration flow (#35)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-29T08:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f13f857f28b129dc6187fb0dad34bb4b556ad6",
"body": null,
"is_bot": false,
"headline": "Address Compute deploy review feedback",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-24T08:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee6ed66302c0f5c817e291a2d6b35575cacd88df",
"body": null,
"is_bot": false,
"headline": "Clean up Compute project selection",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-24T07:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caeba1b9515e300a13afc6c8fd0d405e41a4f1b2",
"body": null,
"is_bot": false,
"headline": "Improve Compute deploy setup flow",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-24T07:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1087aad3b09d21bc5ec51e28b0f507fc23ab8e",
"body": null,
"is_bot": false,
"headline": "templates: make scaffolds compute-deploy-ready by default",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-23T16:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67f92ee05f557592eb1774084d1667c50f00a511",
"body": null,
"is_bot": false,
"headline": "feat: optional deploy to Prisma Compute at project create time",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-23T12:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d3e8342fa4a1254e35f793da68cb0ce85c3ec2",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.4.1 (#33)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-10T15:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75e7f8740269daedc395390524ce757329b46a4",
"body": "Co-authored-by: Aman Varshney <aman@Amans-MacBook-Pro.local>",
"is_bot": false,
"headline": "chore(release): 0.4.0 (#32)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-07T12:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7554e7ab67d41547d4956bde2269f48b655f777f",
"body": "* add elysia and nest create templates\n\n* format runtime helper changes\n\n* fix runtime template review feedback\n\n* tighten port parsing and bootstrap handling\n\n* fix deno template imports and runtime paths\n\n* simplify nest dev flow and inject template deps\n\n* clean up shared types and template deps\n\n* remove dead setup and runtime plumbing\n\n* fix remaining review feedback\n\n* rewrite README for users",
"is_bot": false,
"headline": "feat: Add Elysia and Nest create templates (#31)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-04-07T11:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd2070ff385277f5615f296f9196591658ca558",
"body": "Remove gradients, box-shadows, backdrop-filter, custom fonts, and\noversized headings across all templates. Unify Next.js, SvelteKit,\nAstro, Nuxt, and TanStack Start on the same minimal style: white\nbackground, system font stack, small border-radius, simple 1px borders,\nand muted gray text. TanStack Start now uses the same class names and\npage structure as the other templates.",
"is_bot": false,
"headline": "fix: simplify template UI to minimal, consistent design (#30)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-18T16:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7162ca5c942ecd2a962e69ed358671ff35b091e",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.3.2 (#29)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T18:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "550ea3047ac60c37518a828ae2d32abc4a211594",
"body": "posthog-node v4's `captureImmediate` had a bug where the `.then()` chain\ndidn't return the promise from `captureStatelessImmediate`, causing the\nHTTP request to be fire-and-forget. Combined with trpc-cli calling\n`process.exit()` after the handler completes, telemetry events were\nsilently dropped before the request could finish.\n\nThis upgrades posthog-node from 4.18.0 to 5.28.2 where the bug is fixed,\nand removes the deprecated `captureMode` and `persistence` options that\nno longer exist in v5.",
"is_bot": false,
"headline": "fix: upgrade posthog-node to v5 to fix missing telemetry events (#28)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T17:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3ff630bdc5831c56eed11e011102045c097227",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.3.1 (#27)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T15:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f3d5d30edc9359cb1afad9bd3360f816443408",
"body": null,
"is_bot": false,
"headline": "fix: remove custom PostHog telemetry timeouts (#26)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T15:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83ad690dcdcacca42caa47ae194e9dcb6a4cc302",
"body": null,
"is_bot": false,
"headline": "chore: disable telemetry in preview builds (#25)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T13:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f98e9df842308d4deeef7e7b87baeb28698547",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.3.0 (#24)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T13:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26644afe7176bd0fddb2984878d615ad1cac4822",
"body": "* feat: add lightweight CLI telemetry\n\n* chore: align telemetry naming with PostHog guide\n\n* docs: trim telemetry readme note\n\n* fix: harden telemetry opt-out handling\n\n* refactor: always shutdown telemetry client",
"is_bot": false,
"headline": "feat: add lightweight CLI telemetry (#23)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-17T12:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fb49e6c66ef59bf252400cb1ddf39acd665f57",
"body": null,
"is_bot": false,
"headline": "fix: Use runnable commands in PR preview comments (#20)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-11T12:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fee726123f96368e59c68826954bdb544ec5f5e6",
"body": null,
"is_bot": false,
"headline": "feat: Add sticky PR preview comment (#19)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-11T12:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b01f881acaeeb2117ced6d8a304bade3e487bb",
"body": "* chore: add oxc checks and pr preview publishing\n\n* chore: add unified repo check script",
"is_bot": false,
"headline": "feat: Add Oxc checks and PR preview publishing (#18)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-11T11:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a956001ef24dda1317991fe91458a97597ff0b",
"body": "* Add TanStack Start template\n\n* Refine TanStack Start Prisma setup\n\n* docs: include all prisma singleton entrypoints",
"is_bot": false,
"headline": "feat: Add TanStack Start template (#16)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-10T15:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e6bb6d0e475f3e4fbd904741c1b2d966ee3562",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.2.0 (#15)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-10T10:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f7243868d8e4613154b722f886d0684814ca7c",
"body": null,
"is_bot": false,
"headline": "feat: Add Deno and Yarn package manager support (#14)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-10T07:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079cb28849d614b3324a8397069957c9962bd993",
"body": "* feat: add nuxt template\n\n* feat: add turborepo template with db package\n\n* feat: add optional ai tooling setup",
"is_bot": false,
"headline": "Add Nuxt and Turborepo templates with optional AI tooling setup (#12)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-06T15:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38f14aa2ee914080cd163c96195c2b64529fc5a",
"body": "* refactor: move prisma setup into create templates\n\n* feat: add sveltekit template and align starter UIs\n\n* fix: address template review feedback\n\n* fix: use ISO datetime in svelte starter\n\n* feat: add astro template\n\n* refactor: move generated client output under src\n\n* fix: address review feedback",
"is_bot": false,
"headline": "Refactor create flow and add SvelteKit and Astro templates (#11)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-03-03T22:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41af51e7698cde529dba31bf107874278a079139",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.4 (#10)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-24T17:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7cb177333a8a6033017d25425e434e15b85bae",
"body": "* refactor(create): simplify context flow and prompt UX\n\n* refactor(cli): simplify setup output and style intro\n\n* refactor(cli): use node styleText for intro branding\n\n* fix(init): default package manager fallback to npm",
"is_bot": false,
"headline": "feat: simplify flow and CLI output (#9)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-24T17:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efaedadfb9fae854a42f874e6bf54a9ad731720a",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.3 (#8)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T18:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2809e576293b0a6c66ef1f48f9f1a49ac4f7bd2",
"body": null,
"is_bot": false,
"headline": "fix(release): add repository metadata for npm provenance (#7)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T18:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c15bba8a1e4394b798e2ce3147190d9c9a2cc77",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.2 (#6)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T18:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457966125bc67d5764f179e35b4fd2827460437f",
"body": null,
"is_bot": false,
"headline": "fix(release): require npm 11.5.1 and publish before release (#5)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T18:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70822e82c7e06ce8d75cde5e5e59aa0e0891168c",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.1 (#4)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T18:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2b6f83e18470ddad0afacf537723a4e4b8eff8",
"body": "* chore: use scoped package name and simplify trusted publish command\n\n* chore: keep create-prisma package name and upgrade dependencies\n\n* refactor(release): replace changesets with manual bump and changelogithub",
"is_bot": false,
"headline": "chore: update deps and simplify trusted publish command (#3)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T17:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71360e132f8c12bddeb435fabd636cae0fa4ac0",
"body": null,
"is_bot": false,
"headline": "chore: rename release workflow to publish and fix tsdown CI (#2)",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T17:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555bd2ecf58df796c535697544acfe9f00b3d7bb",
"body": "…plates, Prisma 7 DX) (#1)\n\n* feat: modernize Prisma init flow and CLI DX\n\n* feat: add --yes mode and streamline init command flow\n\n* chore: reset to v0.1.0 and finalize bun release workflow\n\n* chore: switch release to npm trusted publishing workflow\n\n* feat(init): add verbose/no-generate and rerun-\n[…]\nrefactor(cli): remove schema preset prompts and simplify create output\n\n* refactor: dedupe template rendering and remove chdir side effects\n\n* feat: add next template and refresh create-prisma docs/dx",
"is_bot": false,
"headline": "feat: complete create-prisma overhaul (create + init, Hono + Next tem…",
"author_name": "Aman Varshney",
"author_login": "AmanVarshney01",
"committed_at": "2026-02-23T16:57:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "450e8af5f64d81f2b0d761e0766699c70f123013",
"body": null,
"is_bot": false,
"headline": "updates",
"author_name": "Mike Hartington",
"author_login": "mhartington",
"committed_at": "2026-02-19T14:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926ad3924408f04e566ae568c453e3faf873668a",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "Mike Hartington",
"author_login": "mhartington",
"committed_at": "2025-11-28T14:21:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 63,
"latest_release_at": "2026-06-23T21:14:33Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 16,
"days_since_latest_release": 32,
"mean_days_between_releases": 10.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "create-prisma",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/create-prisma",
"is_deprecated": false,
"latest_version": "0.7.1",
"repository_url": "https://github.com/prisma/create-prisma",
"versions_count": 133,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 4331,
"first_published_at": "2018-10-14T09:18:13.306000Z",
"latest_published_at": "2026-06-23T21:14:28.755000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 32
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"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": [
"templates/create/astro/tsconfig.json",
"templates/create/elysia/tsconfig.json",
"templates/create/hono/tsconfig.json",
"templates/create/nest/tsconfig.json",
"templates/create/next/tsconfig.json",
"templates/create/nuxt/tsconfig.json",
"templates/create/svelte/tsconfig.json",
"templates/create/tanstack-start/tsconfig.json",
"templates/create/turborepo/apps/api/tsconfig.json",
"templates/create/turborepo/packages/db/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 26384,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 62,
"malicious_count": 0,
"assessed_package": "npm:create-prisma@0.7.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@clack/prompts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.0"
},
{
"name": "@orpc/server",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.14.6"
},
{
"name": "execa",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.6.1"
},
{
"name": "fs-extra",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.3.5"
},
{
"name": "handlebars",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.7.9"
},
{
"name": "posthog-node",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.38.2"
},
{
"name": "trpc-cli",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.1"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@clack/prompts",
"direct": true,
"version": "^1.6.0",
"ecosystem": "npm"
},
{
"name": "@orpc/server",
"direct": true,
"version": "^1.14.6",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": true,
"version": "^9.6.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": true,
"version": "^11.3.5",
"ecosystem": "npm"
},
{
"name": "handlebars",
"direct": true,
"version": "^4.7.9",
"ecosystem": "npm"
},
{
"name": "posthog-node",
"direct": true,
"version": "^5.38.2",
"ecosystem": "npm"
},
{
"name": "trpc-cli",
"direct": true,
"version": "^0.15.1",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "^4.4.3",
"ecosystem": "npm"
},
{
"name": "@types/bun",
"direct": false,
"version": "^1.3.14",
"ecosystem": "npm"
},
{
"name": "@types/fs-extra",
"direct": false,
"version": "^11.0.4",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^26.0.0",
"ecosystem": "npm"
},
{
"name": "changelogithub",
"direct": false,
"version": "^14.0.0",
"ecosystem": "npm"
},
{
"name": "oxfmt",
"direct": false,
"version": "^0.56.0",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "^1.71.0",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "^0.22.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^6.0.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 16,
"direct_count": 8,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 44,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AmanVarshney01",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/45312299?v=4"
},
{
"type": "User",
"login": "ankur-arch",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/64993082?v=4"
},
{
"type": "User",
"login": "mhartington",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2835826?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.937
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 0,
"reason": "dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "SAST tool is run on all commits",
"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": "16 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a9173112453b08402f6af0551156e9961c2620e6",
"ran_at": "2026-07-25T22:33:07Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T16:18:26Z",
"oldest_open_prs": [
{
"number": 37,
"created_at": "2026-05-11T17:20:03Z",
"last_comment_at": "2026-05-11T17:20:34Z",
"last_comment_author": "github-actions"
},
{
"number": 39,
"created_at": "2026-05-21T23:49:50Z",
"last_comment_at": "2026-05-21T23:50:28Z",
"last_comment_author": "github-actions"
},
{
"number": 51,
"created_at": "2026-07-19T22:24:11Z",
"last_comment_at": "2026-07-19T22:24:43Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-01T22:32:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/prisma/create-prisma",
"host": "github.com",
"name": "create-prisma",
"owner": "prisma"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 60,
"vitality": 84,
"community": 32,
"governance": 70,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 63,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "63 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 63
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 32,
"mean_days_between_releases": 10.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 32 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 32
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.9
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"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": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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
}
]
},
{
"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": 61,
"inputs": {
"packages": [
"create-prisma"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4331
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,331 downloads/month across npm",
"points": 48.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4331,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.937
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"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": "excellent",
"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": 94,
"inputs": {
"merged_prs": 44,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 4
},
"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": "44/48 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 48
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 4888,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "prisma",
"public_repos": 197,
"account_age_days": 3815
},
"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": "4,888 followers of prisma",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4888,
"login": "prisma"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "197 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 197
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"create-prisma"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 32
},
"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 32 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 32
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "133 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 133
}
}
],
"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": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"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": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"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": "16 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:create-prisma@0.7.1 runtime dependency closure — what installing the published package pulls in — 62 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:create-prisma@0.7.1",
"assessed": 62
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 62,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 62,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"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": 44,
"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.921,
"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": "58 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"templates/create/astro/tsconfig.json",
"templates/create/elysia/tsconfig.json",
"templates/create/hono/tsconfig.json",
"templates/create/nest/tsconfig.json",
"templates/create/next/tsconfig.json",
"templates/create/nuxt/tsconfig.json",
"templates/create/svelte/tsconfig.json",
"templates/create/tanstack-start/tsconfig.json",
"templates/create/turborepo/apps/api/tsconfig.json",
"templates/create/turborepo/packages/db/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.016,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "templates/create/astro/tsconfig.json, templates/create/elysia/tsconfig.json, templates/create/hono/tsconfig.json, templates/create/nest/tsconfig.json, templates/create/next/tsconfig.json, templates/create/nuxt/tsconfig.json, templates/create/svelte/tsconfig.json, templates/create/tanstack-start/tsconfig.json, templates/create/turborepo/apps/api/tsconfig.json, templates/create/turborepo/packages/db/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "templates/create/astro/tsconfig.json, templates/create/elysia/tsconfig.json, templates/create/hono/tsconfig.json, templates/create/nest/tsconfig.json, templates/create/next/tsconfig.json, templates/create/nuxt/tsconfig.json, templates/create/svelte/tsconfig.json, templates/create/tanstack-start/tsconfig.json, templates/create/turborepo/apps/api/tsconfig.json, templates/create/turborepo/packages/db/tsconfig.json, 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": "1 of the last 63 commits agent-authored or agent-credited",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 63
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"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": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 26384,
"source_files_sampled": 34,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-25T22:33:25.331696Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/prisma/create-prisma.svg",
"full_name": "prisma/create-prisma",
"license_state": "absent",
"license_spdx": null
}