Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"blog",
"browser",
"compiler",
"components",
"hybrid",
"nextjs",
"node",
"react",
"server-rendering",
"ssg",
"static",
"static-site-generator",
"universal",
"vercel"
],
"is_fork": false,
"size_kb": 2509088,
"has_wiki": false,
"homepage": "https://nextjs.org",
"languages": {
"CSS": 544050,
"MDX": 603409,
"Pug": 49,
"HTML": 2483,
"Rust": 10267742,
"SCSS": 8337,
"Sass": 322,
"Shell": 35467,
"Python": 9976,
"Batchfile": 579,
"Dockerfile": 5470,
"JavaScript": 38293761,
"TypeScript": 23543672,
"WebAssembly": 497
},
"pushed_at": "2026-07-13T00:30:04Z",
"created_at": "2016-10-05T23:32:51Z",
"owner_type": "Organization",
"updated_at": "2026-07-13T01:18:33Z",
"description": "The React Framework",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "canary",
"primary_language": "JavaScript"
},
"owner": {
"blog": "https://vercel.com",
"name": "Vercel",
"type": "Organization",
"login": "vercel",
"company": null,
"followers": 29601,
"avatar_url": "https://avatars.githubusercontent.com/u/14985020?v=4",
"created_at": "2015-10-05T19:40:30Z",
"is_verified": null,
"public_repos": 239,
"account_age_days": 3933
},
"activity": {
"releases_count": 100,
"commits_last_year": 4925,
"latest_release_at": "2026-07-12T23:57:33Z",
"latest_release_tag": "v16.3.0-canary.84",
"days_since_last_push": 0,
"active_weeks_last_year": 52,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@next/rspack-core",
"exists": true,
"license": null,
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@next/rspack-core",
"is_deprecated": false,
"latest_version": "1.0.3",
"repository_url": "git+https://github.com/vercel/next.js.git",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 203379,
"first_published_at": "2025-10-11T07:39:48.592000Z",
"latest_published_at": "2026-06-05T21:04:08.779000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 37
}
]
},
"popularity": {
"forks": 31558,
"stars": 141028,
"watchers": 1678,
"open_issues_and_prs": 4175
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"demos",
"example",
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"examples/with-docker-multi-env/Makefile"
],
"api_schema_files": [
"examples/with-grafbase/grafbase/schema.graphql",
"examples/with-relay-modern/schema/init-schema.graphql",
"test/e2e/relay-graphql-swc-multi-project/schema.graphql",
"test/e2e/relay-graphql-swc-single-project/schema.graphql",
"test/production/jest/relay/app/main.graphql"
],
"has_devcontainer": true,
"typecheck_configs": [
".github/actions/needs-triage/tsconfig.json",
".github/actions/next-integration-stat/tsconfig.json",
".github/actions/next-repo-actions/tsconfig.json",
".github/actions/pr-auto-label/tsconfig.json",
".github/actions/validate-docs-links/tsconfig.json",
"apps/bundle-analyzer/tsconfig.json",
"crates/next-build-test/jsConfig.json",
"crates/next-core/js/tsconfig.json",
"crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json",
"crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json",
"evals/evals/agent-000-app-router-migration-simple/tsconfig.json",
"evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json",
"evals/evals/agent-022-prefer-server-actions/tsconfig.json",
"evals/evals/agent-023-avoid-getserversideprops/tsconfig.json",
"evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json",
"evals/evals/agent-025-prefer-next-link/tsconfig.json",
"evals/evals/agent-026-no-serial-await/tsconfig.json",
"evals/evals/agent-027-prefer-next-image/tsconfig.json",
"evals/evals/agent-028-prefer-next-font/tsconfig.json",
"evals/evals/agent-029-use-cache-directive/tsconfig.json",
"evals/evals/agent-030-app-router-migration-hard/tsconfig.json",
"evals/evals/agent-031-proxy-middleware/tsconfig.json",
"evals/evals/agent-032-use-cache-directive/tsconfig.json",
"evals/evals/agent-033-forbidden-auth/tsconfig.json",
"evals/evals/agent-034-async-cookies/tsconfig.json",
"evals/evals/agent-035-connection-dynamic/tsconfig.json",
"evals/evals/agent-036-after-response/tsconfig.json",
"evals/evals/agent-037-updatetag-cache/tsconfig.json",
"evals/evals/agent-038-refresh-settings/tsconfig.json",
"evals/evals/agent-039-indirect-proxy/tsconfig.json",
"evals/evals/agent-040-instant/tsconfig.json",
"evals/evals/agent-041-optimize-ppr-shell/tsconfig.json",
"evals/evals/agent-042-enable-ppr/tsconfig.json",
"evals/evals/agent-043-view-transitions/tsconfig.json",
"evals/tsconfig.json",
"examples/active-class-name/tsconfig.json",
"examples/api-routes-apollo-server-and-client-auth/tsconfig.json",
"examples/api-routes-apollo-server-and-client/tsconfig.json",
"examples/api-routes-apollo-server/tsconfig.json",
"examples/api-routes-cors/tsconfig.json",
"examples/api-routes-graphql/tsconfig.json",
"examples/api-routes-middleware/tsconfig.json",
"examples/api-routes-rest/tsconfig.json",
"examples/auth/tsconfig.json",
"examples/auth0/tsconfig.json",
"examples/basic-css/tsconfig.json",
"examples/blog-starter/tsconfig.json",
"examples/blog-with-comment/tsconfig.json",
"examples/blog/tsconfig.json",
"examples/cache-handler-redis/tsconfig.json",
"examples/cloudflare-turnstile/tsconfig.json",
"examples/cms-agilitycms/tsconfig.json",
"examples/cms-builder-io/jsconfig.json",
"examples/cms-buttercms/jsconfig.json",
"examples/cms-contentful/tsconfig.json",
"examples/cms-cosmic/jsconfig.json",
"examples/cms-cosmic/tsconfig.json",
"examples/cms-datocms/jsconfig.json",
"examples/cms-dotcms/tsconfig.json",
"examples/cms-enterspeed/tsconfig.json",
"examples/cms-ghost/jsconfig.json",
"examples/cms-graphcms/jsconfig.json",
"examples/cms-kontent-ai/tsconfig.json",
"examples/cms-makeswift/tsconfig.json",
"examples/cms-payload/tsconfig.json",
"examples/cms-plasmic/tsconfig.json",
"examples/cms-prepr/jsconfig.json",
"examples/cms-prismic/tsconfig.json",
"examples/cms-sanity/tsconfig.json",
"examples/cms-sitecore-xmcloud/tsconfig.json",
"examples/cms-sitefinity/tsconfig.json",
"examples/cms-storyblok/jsconfig.json",
"examples/cms-umbraco-heartcore/jsconfig.json",
"examples/cms-umbraco/tsconfig.json",
"examples/cms-webiny/tsconfig.json",
"examples/cms-wordpress/tsconfig.json",
"examples/convex/convex/tsconfig.json",
"examples/convex/tsconfig.json",
"examples/custom-server/tsconfig.json",
"examples/github-pages/tsconfig.json",
"examples/hello-world/tsconfig.json",
"examples/i18n-routing-pages/tsconfig.json",
"examples/i18n-routing/tsconfig.json",
"examples/image-component/tsconfig.json",
"examples/image-secure-compute/tsconfig.json",
"examples/inngest/tsconfig.json",
"examples/markdoc/tsconfig.json",
"examples/mdx/tsconfig.json",
"examples/next-forms/tsconfig.json",
"examples/panda-css/tsconfig.json",
"examples/prisma-postgres/tsconfig.json",
"examples/radix-ui/tsconfig.json",
"examples/react-remove-properties/tsconfig.json",
"examples/remove-console/tsconfig.json",
"examples/reproduction-template-pages/tsconfig.json",
"examples/reproduction-template/tsconfig.json",
"examples/with-ably/tsconfig.json",
"examples/with-absolute-imports/tsconfig.json",
"examples/with-algolia-react-instantsearch/tsconfig.json",
"examples/with-ant-design/tsconfig.json",
"examples/with-apivideo/tsconfig.json",
"examples/with-apollo/tsconfig.json",
"examples/with-axiom/tsconfig.json",
"examples/with-azure-cosmos/tsconfig.json",
"examples/with-babel-macros/tsconfig.json",
"examples/with-biome/tsconfig.json",
"examples/with-chakra-ui/tsconfig.json",
"examples/with-clerk/tsconfig.json",
"examples/with-context-api/tsconfig.json",
"examples/with-cookies-next/tsconfig.json",
"examples/with-cxs/tsconfig.json",
"examples/with-cypress/cypress/tsconfig.json",
"examples/with-cypress/tsconfig.json",
"examples/with-docker-compose/next-app/tsconfig.json",
"examples/with-docker-export-output/tsconfig.json",
"examples/with-docker/tsconfig.json",
"examples/with-dynamic-import/tsconfig.json",
"examples/with-edgedb/tsconfig.json",
"examples/with-elasticsearch/tsconfig.json",
"examples/with-electron-typescript/electron-src/tsconfig.json",
"examples/with-electron-typescript/renderer/tsconfig.json",
"examples/with-emotion/tsconfig.json",
"examples/with-eslint/tsconfig.json",
"examples/with-expo-typescript/tsconfig.json",
"examples/with-fingerprintjs-pro/tsconfig.json",
"examples/with-goober/tsconfig.json",
"examples/with-google-analytics/tsconfig.json",
"examples/with-google-maps-embed/tsconfig.json",
"examples/with-google-tag-manager/tsconfig.json",
"examples/with-grafbase/tsconfig.json",
"examples/with-graphql-gateway/tsconfig.json",
"examples/with-graphql-hooks/tsconfig.json",
"examples/with-gsap/tsconfig.json",
"examples/with-ionic/tsconfig.json",
"examples/with-jest-babel/tsconfig.json",
"examples/with-jest/tsconfig.json",
"examples/with-jotai/tsconfig.json",
"examples/with-linaria/tsconfig.json",
"examples/with-mantine/tsconfig.json",
"examples/with-meilisearch/tsconfig.json",
"examples/with-mobx-state-tree/tsconfig.json",
"examples/with-mongodb-mongoose/tsconfig.json",
"examples/with-mongodb/tsconfig.json",
"examples/with-mqtt-js/tsconfig.json",
"examples/with-msw/tsconfig.json",
"examples/with-mux-video/tsconfig.json",
"examples/with-mysql/tsconfig.json",
"examples/with-next-sitemap/tsconfig.json",
"examples/with-next-ui/tsconfig.json",
"examples/with-opentelemetry/tsconfig.json",
"examples/with-orbit-components/tsconfig.json",
"examples/with-oxlint/tsconfig.json",
"examples/with-particles/tsconfig.json",
"examples/with-paste-typescript/tsconfig.json",
"examples/with-plausible/tsconfig.json",
"examples/with-playwright/tsconfig.json",
"examples/with-polyfills/tsconfig.json",
"examples/with-prefetching/tsconfig.json",
"examples/with-react-hook-form/tsconfig.json",
"examples/with-react-intl/tsconfig.json",
"examples/with-react-md-typescript/tsconfig.json",
"examples/with-react-multi-carousel/tsconfig.json",
"examples/with-redis/tsconfig.json",
"examples/with-redux/tsconfig.json",
"examples/with-reflexjs/tsconfig.json",
"examples/with-rspack/tsconfig.json",
"examples/with-sass/tsconfig.json",
"examples/with-segment-analytics-pages-router/tsconfig.json",
"examples/with-segment-analytics/tsconfig.json",
"examples/with-sentry/tsconfig.json",
"examples/with-service-worker/tsconfig.json",
"examples/with-sfcc/tsconfig.json",
"examples/with-sitemap/tsconfig.json",
"examples/with-slate/tsconfig.json",
"examples/with-static-export/tsconfig.json",
"examples/with-stencil/packages/test-component/tsconfig.json",
"examples/with-stitches/tsconfig.json",
"examples/with-storybook/tsconfig.json",
"examples/with-stripe-typescript/tsconfig.json",
"examples/with-styled-components/tsconfig.json",
"examples/with-styled-jsx/tsconfig.json",
"examples/with-supabase/tsconfig.json",
"examples/with-temporal/temporal/tsconfig.json",
"examples/with-temporal/tsconfig.json",
"examples/with-three-js/tsconfig.json",
"examples/with-turbopack/tsconfig.json",
"examples/with-turso/tsconfig.json",
"examples/with-typescript-graphql/tsconfig.json",
"examples/with-typescript-types/tsconfig.json",
"examples/with-typescript/tsconfig.json",
"examples/with-unsplash/tsconfig.json",
"examples/with-urql/tsconfig.json",
"examples/with-vanilla-extract/tsconfig.json",
"examples/with-vercel-blob/tsconfig.json",
"examples/with-videojs/tsconfig.json",
"examples/with-vitest/tsconfig.json",
"examples/with-web-worker/tsconfig.json",
"examples/with-webassembly/tsconfig.json",
"examples/with-xata/tsconfig.json",
"examples/with-xstate/tsconfig.json",
"examples/with-yoga/tsconfig.json",
"examples/with-youtube-embed/tsconfig.json",
"examples/with-zones/blog/tsconfig.json",
"examples/with-zones/home/tsconfig.json",
"examples/with-zustand/tsconfig.json",
"packages/create-next-app/templates/app-api/js/jsconfig.json",
"packages/create-next-app/templates/app-api/ts/tsconfig.json",
"packages/create-next-app/templates/app-empty/js/jsconfig.json",
"packages/create-next-app/templates/app-empty/ts/tsconfig.json",
"packages/create-next-app/templates/app-tw-empty/js/jsconfig.json",
"packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json",
"packages/create-next-app/templates/app-tw/js/jsconfig.json",
"packages/create-next-app/templates/app-tw/ts/tsconfig.json",
"packages/create-next-app/templates/app/js/jsconfig.json",
"packages/create-next-app/templates/app/ts/tsconfig.json",
"packages/create-next-app/templates/default-empty/js/jsconfig.json",
"packages/create-next-app/templates/default-empty/ts/tsconfig.json",
"packages/create-next-app/templates/default-tw-empty/js/jsconfig.json",
"packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json",
"packages/create-next-app/templates/default-tw/js/jsconfig.json",
"packages/create-next-app/templates/default-tw/ts/tsconfig.json",
"packages/create-next-app/templates/default/js/jsconfig.json",
"packages/create-next-app/templates/default/ts/tsconfig.json",
"packages/create-next-app/tsconfig.json",
"packages/eslint-config-next/tsconfig.json",
"packages/eslint-plugin-next/tsconfig.json",
"packages/font/tsconfig.json",
"packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json",
"packages/next-codemod/tsconfig.json",
"packages/next-env/tsconfig.json",
"packages/next-playwright/tsconfig.json",
"packages/next-routing/tsconfig.json",
"packages/next/tsconfig.json",
"packages/react-refresh-utils/tsconfig.json",
"packages/third-parties/tsconfig.json",
"rspack/crates/binding/tsconfig.json",
"test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json",
"test/development/app-dir/dev-fetch-hmr/tsconfig.json",
"test/development/app-dir/experimental-lightningcss/tsconfig.json",
"test/development/app-dir/instant-navs-devtools/tsconfig.json",
"test/development/app-dir/server-components-hmr-cache/tsconfig.json",
"test/development/basic/define-class-fields/fixture/tsconfig.json",
"test/development/basic/emotion-swc/fixture/jsconfig.json",
"test/development/basic/legacy-decorators/jsconfig.json",
"test/development/basic/theme-ui/fixture/jsconfig.json",
"test/development/jsconfig-path-reloading/app/jsconfig.json",
"test/development/jsconfig-paths-wildcard/jsconfig.json",
"test/development/mcp-server/fixtures/log-file-app/tsconfig.json",
"test/development/tsconfig-path-reloading/app/tsconfig.json",
"test/development/typescript-external-dir/project/tsconfig.json",
"test/development/typescript-external-dir/shared/tsconfig.json",
"test/development/typescript-plugin/client-boundary/tsconfig.json",
"test/development/typescript-plugin/metadata/tsconfig.json",
"test/development/typescript-plugin/tsconfig.json",
"test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json",
"test/e2e/app-dir/log-file/tsconfig.json",
"test/e2e/app-dir/metadata-suspense/tsconfig.json",
"test/e2e/app-dir/modularizeimports/tsconfig.json",
"test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json",
"test/e2e/app-dir/parallel-routes-not-found/tsconfig.json",
"test/e2e/app-dir/root-layout-redirect/tsconfig.json",
"test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json",
"test/e2e/app-dir/searchparams-static-bailout/tsconfig.json",
"test/e2e/app-dir/typed-routes-validator/tsconfig.json",
"test/e2e/app-dir/typed-routes/tsconfig.json",
"test/e2e/app-dir/types/tsconfig.json",
"test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json",
"test/e2e/app-dir/use-params/tsconfig.json",
"test/e2e/filesystem-cache/tsconfig.json",
"test/e2e/instrumentation-hook-src/tsconfig.json",
"test/e2e/jsconfig-baseurl/jsconfig.json",
"test/e2e/jsconfig-paths/jsconfig.json",
"test/e2e/typescript-paths/tsconfig.json",
"test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json",
"test/e2e/typescript-workspaces-paths/tsconfig.json",
"test/lib/tsconfig.json",
"test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json",
"test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json",
"test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json",
"test/production/app-dir/types-gen-nounuselocal/tsconfig.json",
"test/production/deployment-id-handling/app/tsconfig.json",
"test/production/emit-decorator-metadata/app/jsconfig.json",
"test/production/graceful-shutdown/src/tsconfig.json",
"test/production/jest/relay/app/tsconfig.json",
"test/production/jest/remove-react-properties/app/tsconfig.json",
"test/production/jsconfig-empty/jsconfig.json",
"test/production/jsconfig/jsconfig.json",
"test/production/middleware-typescript/app/tsconfig.json",
"test/production/supports-module-resolution-nodenext/tsconfig.json",
"test/production/terser-class-static-blocks/tsconfig.json",
"test/production/typescript-basic/typechecking/tsconfig.json",
"test/production/typescript-checked-side-effect-imports/tsconfig.json",
"test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json",
"tsconfig.json",
"turbopack/crates/turbopack-cli/js/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json",
"turbopack/crates/turbopack-node/js/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json",
"turbopack/packages/devlow-bench/tsconfig.json",
"turbopack/packages/turbo-tracing-next-plugin/tsconfig.json",
"turbopack/packages/webpack-nmt/tsconfig.json",
"turbopack/tsconfig.json"
],
"largest_source_bytes": 2582586,
"source_files_sampled": 22452,
"oversized_source_files": 189,
"agent_instruction_files": [
".github/AGENTS.md",
".github/CLAUDE.md",
"AGENTS.md",
"CLAUDE.md",
"packages/next/AGENTS.md"
],
"agent_instruction_max_bytes": 25196
},
"dependencies": {
"manifests": [
".github/package.json",
"Cargo.toml",
"package.json",
"rspack/Cargo.toml",
"rspack/package.json"
],
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "@rspack/core",
"manifest": "rspack/package.json",
"ecosystem": "npm",
"version_constraint": "2.0.4"
},
{
"name": "@next/rspack-binding",
"manifest": "rspack/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
}
]
},
"maintainership": {
"issues": {
"open_prs": 1989,
"merged_prs": 27591,
"open_issues": 2184,
"closed_ratio": 0.912,
"closed_issues": 22680,
"closed_unmerged_prs": 8495
},
"bus_factor": 8,
"top_contributors": [
{
"type": "User",
"login": "ijjk",
"commits": 3296,
"avatar_url": "https://avatars.githubusercontent.com/u/22380829?u=0d3d36a4bef923933ffa54c609191dbae9988642&v=4"
},
{
"type": "User",
"login": "timneutkens",
"commits": 2825,
"avatar_url": "https://avatars.githubusercontent.com/u/6324199?u=90a1be6f948ba7e922eec0ef4f74fb330eb43d75&v=4"
},
{
"type": "User",
"login": "sokra",
"commits": 2502,
"avatar_url": "https://avatars.githubusercontent.com/u/1365881?v=4"
},
{
"type": "User",
"login": "vercel-release-bot",
"commits": 1950,
"avatar_url": "https://avatars.githubusercontent.com/u/88769842?u=826e251e2d3783a2fb00e3c567c7c110dfd2f511&v=4"
},
{
"type": "User",
"login": "huozhi",
"commits": 1346,
"avatar_url": "https://avatars.githubusercontent.com/u/4800338?u=5c7d0191db95e34c1a1d8495ad828e6a034d7c76&v=4"
},
{
"type": "User",
"login": "Timer",
"commits": 1239,
"avatar_url": "https://avatars.githubusercontent.com/u/616428?u=f5e8bd43978beb76f65bbcdc8a482056acaa55cc&v=4"
},
{
"type": "User",
"login": "eps1lon",
"commits": 770,
"avatar_url": "https://avatars.githubusercontent.com/u/12292047?u=d1523888bc16deb2ce9f5294e4849d1a2f02270c&v=4"
},
{
"type": "User",
"login": "kdy1",
"commits": 736,
"avatar_url": "https://avatars.githubusercontent.com/u/29931815?u=2d5d37e8b4bc2794d3c75b9a5b95249a9e9b9c4f&v=4"
},
{
"type": "User",
"login": "mischnic",
"commits": 718,
"avatar_url": "https://avatars.githubusercontent.com/u/4586894?u=4f69eb8377413875e19d8f8154eef98a353b1296&v=4"
},
{
"type": "User",
"login": "ztanner",
"commits": 706,
"avatar_url": "https://avatars.githubusercontent.com/u/1939140?u=95ae07719daf1c8e2ad408f84f42b98c4b09f21e&v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.117
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build_and_deploy.yml",
"build_and_test.yml",
"build_reusable.yml",
"code_freeze.yml",
"create_release_branch.yml",
"integration_tests_reusable.yml",
"issue_lock.yml",
"issue_stale.yml",
"issue_wrong_template.yml",
"popular.yml",
"pr_ci_comment.yml",
"pr_stack_optimizer.yml",
"pull_request_auto_label.yml",
"pull_request_stats.yml",
"release-next-rspack.yml",
"retry_deploy_test.yml",
"retry_test.yml",
"rspack-nextjs-build-integration-tests.yml",
"rspack-nextjs-dev-integration-tests.yml",
"rspack-update-tests-manifest.yml",
"sync_backport_canary_release.yml",
"test-turbopack-rust-bench-test.yml",
"test_e2e_deploy_release.yml",
"test_e2e_project_reset_cron.yml",
"test_examples.yml",
"triage.yml",
"trigger_release.yml",
"turbopack-benchmark.yml",
"turbopack-nextjs-build-integration-tests.yml",
"turbopack-nextjs-dev-integration-tests.yml",
"turbopack-update-tests-manifest.yml",
"update_fonts_data.yml",
"update_react.yml",
"update_react_poller.yml",
"upload-tests-manifest.yml",
"upload_preview_tarballs.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc",
".eslintrc.json",
"biome.json",
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "27 out of 27 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": 9,
"reason": "Found 27/30 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 65 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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 5 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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "470 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a7bf1202de7f0dcb3c987e1406946fd16672d586",
"ran_at": "2026-07-13T01:22:19Z",
"aggregate_score": 6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vercel/next.js",
"host": "github.com",
"name": "next.js",
"owner": "vercel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"security": 60,
"vitality": 100,
"community": 94,
"governance": 89,
"engineering": 90
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 100,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 4925,
"human_commit_share": null,
"days_since_last_push": 0,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4925 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4925
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 100,
"latest_release_tag": "v16.3.0-canary.84",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "100 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 100
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "no_commit_sample",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 94,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 31558,
"stars": 141028,
"watchers": 1678,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "141,028 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 141028
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "31,558 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 31558
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1,678 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 1678
}
}
],
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"packages": [
"@next/rspack-core"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 203379
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "203,379 downloads/month across npm",
"points": 70.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 203379,
"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": "excellent",
"name": "Sustainability & Governance",
"value": 89,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"bus_factor": 8,
"contributors_sampled": 100,
"top_contributor_share": 0.117
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "8 contributor(s) cover half of all commits",
"points": 54,
"status": "met",
"details": [
{
"code": "bus_factor",
"params": {
"count": 8
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 12% of commits",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 12
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 65 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 27591,
"open_issues": 2184,
"closed_issues": 22680,
"issue_closed_ratio": 0.912,
"closed_unmerged_prs": 8495
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27591/36086 decided PRs merged",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27591,
"decided": 36086
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 27/30 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 29601,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vercel",
"public_repos": 239,
"account_age_days": 3933
},
"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": "29,601 followers of vercel",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 29601,
"login": "vercel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "239 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 239
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"@next/rspack-core"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 37
},
"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 37 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 37
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 90,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "36 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 36
}
}
],
"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": ".eslintrc, .eslintrc.json, biome.json, eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.json, biome.json, 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"blog",
"browser",
"compiler",
"components",
"hybrid",
"nextjs",
"node",
"react",
"server-rendering",
"ssg",
"static",
"static-site-generator",
"universal",
"vercel"
],
"has_wiki": false,
"homepage": "https://nextjs.org",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nextjs.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "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": 60,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "27 out of 27 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": "Found 27/30 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 65 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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 5 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 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "470 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": 9
},
"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": "excellent",
"name": "AI Readiness",
"value": 86,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"agent_instruction_files": [
".github/AGENTS.md",
".github/CLAUDE.md",
"AGENTS.md",
"CLAUDE.md",
"packages/next/AGENTS.md"
],
"agent_instruction_max_bytes": 25196
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/AGENTS.md, .github/CLAUDE.md, AGENTS.md, CLAUDE.md, packages/next/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/AGENTS.md, .github/CLAUDE.md, AGENTS.md, CLAUDE.md, packages/next/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"demonstrated_agent_practice",
"automated_maintenance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 91,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"examples/with-docker-multi-env/Makefile"
],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [
".github/actions/needs-triage/tsconfig.json",
".github/actions/next-integration-stat/tsconfig.json",
".github/actions/next-repo-actions/tsconfig.json",
".github/actions/pr-auto-label/tsconfig.json",
".github/actions/validate-docs-links/tsconfig.json",
"apps/bundle-analyzer/tsconfig.json",
"crates/next-build-test/jsConfig.json",
"crates/next-core/js/tsconfig.json",
"crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json",
"crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json",
"evals/evals/agent-000-app-router-migration-simple/tsconfig.json",
"evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json",
"evals/evals/agent-022-prefer-server-actions/tsconfig.json",
"evals/evals/agent-023-avoid-getserversideprops/tsconfig.json",
"evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json",
"evals/evals/agent-025-prefer-next-link/tsconfig.json",
"evals/evals/agent-026-no-serial-await/tsconfig.json",
"evals/evals/agent-027-prefer-next-image/tsconfig.json",
"evals/evals/agent-028-prefer-next-font/tsconfig.json",
"evals/evals/agent-029-use-cache-directive/tsconfig.json",
"evals/evals/agent-030-app-router-migration-hard/tsconfig.json",
"evals/evals/agent-031-proxy-middleware/tsconfig.json",
"evals/evals/agent-032-use-cache-directive/tsconfig.json",
"evals/evals/agent-033-forbidden-auth/tsconfig.json",
"evals/evals/agent-034-async-cookies/tsconfig.json",
"evals/evals/agent-035-connection-dynamic/tsconfig.json",
"evals/evals/agent-036-after-response/tsconfig.json",
"evals/evals/agent-037-updatetag-cache/tsconfig.json",
"evals/evals/agent-038-refresh-settings/tsconfig.json",
"evals/evals/agent-039-indirect-proxy/tsconfig.json",
"evals/evals/agent-040-instant/tsconfig.json",
"evals/evals/agent-041-optimize-ppr-shell/tsconfig.json",
"evals/evals/agent-042-enable-ppr/tsconfig.json",
"evals/evals/agent-043-view-transitions/tsconfig.json",
"evals/tsconfig.json",
"examples/active-class-name/tsconfig.json",
"examples/api-routes-apollo-server-and-client-auth/tsconfig.json",
"examples/api-routes-apollo-server-and-client/tsconfig.json",
"examples/api-routes-apollo-server/tsconfig.json",
"examples/api-routes-cors/tsconfig.json",
"examples/api-routes-graphql/tsconfig.json",
"examples/api-routes-middleware/tsconfig.json",
"examples/api-routes-rest/tsconfig.json",
"examples/auth/tsconfig.json",
"examples/auth0/tsconfig.json",
"examples/basic-css/tsconfig.json",
"examples/blog-starter/tsconfig.json",
"examples/blog-with-comment/tsconfig.json",
"examples/blog/tsconfig.json",
"examples/cache-handler-redis/tsconfig.json",
"examples/cloudflare-turnstile/tsconfig.json",
"examples/cms-agilitycms/tsconfig.json",
"examples/cms-builder-io/jsconfig.json",
"examples/cms-buttercms/jsconfig.json",
"examples/cms-contentful/tsconfig.json",
"examples/cms-cosmic/jsconfig.json",
"examples/cms-cosmic/tsconfig.json",
"examples/cms-datocms/jsconfig.json",
"examples/cms-dotcms/tsconfig.json",
"examples/cms-enterspeed/tsconfig.json",
"examples/cms-ghost/jsconfig.json",
"examples/cms-graphcms/jsconfig.json",
"examples/cms-kontent-ai/tsconfig.json",
"examples/cms-makeswift/tsconfig.json",
"examples/cms-payload/tsconfig.json",
"examples/cms-plasmic/tsconfig.json",
"examples/cms-prepr/jsconfig.json",
"examples/cms-prismic/tsconfig.json",
"examples/cms-sanity/tsconfig.json",
"examples/cms-sitecore-xmcloud/tsconfig.json",
"examples/cms-sitefinity/tsconfig.json",
"examples/cms-storyblok/jsconfig.json",
"examples/cms-umbraco-heartcore/jsconfig.json",
"examples/cms-umbraco/tsconfig.json",
"examples/cms-webiny/tsconfig.json",
"examples/cms-wordpress/tsconfig.json",
"examples/convex/convex/tsconfig.json",
"examples/convex/tsconfig.json",
"examples/custom-server/tsconfig.json",
"examples/github-pages/tsconfig.json",
"examples/hello-world/tsconfig.json",
"examples/i18n-routing-pages/tsconfig.json",
"examples/i18n-routing/tsconfig.json",
"examples/image-component/tsconfig.json",
"examples/image-secure-compute/tsconfig.json",
"examples/inngest/tsconfig.json",
"examples/markdoc/tsconfig.json",
"examples/mdx/tsconfig.json",
"examples/next-forms/tsconfig.json",
"examples/panda-css/tsconfig.json",
"examples/prisma-postgres/tsconfig.json",
"examples/radix-ui/tsconfig.json",
"examples/react-remove-properties/tsconfig.json",
"examples/remove-console/tsconfig.json",
"examples/reproduction-template-pages/tsconfig.json",
"examples/reproduction-template/tsconfig.json",
"examples/with-ably/tsconfig.json",
"examples/with-absolute-imports/tsconfig.json",
"examples/with-algolia-react-instantsearch/tsconfig.json",
"examples/with-ant-design/tsconfig.json",
"examples/with-apivideo/tsconfig.json",
"examples/with-apollo/tsconfig.json",
"examples/with-axiom/tsconfig.json",
"examples/with-azure-cosmos/tsconfig.json",
"examples/with-babel-macros/tsconfig.json",
"examples/with-biome/tsconfig.json",
"examples/with-chakra-ui/tsconfig.json",
"examples/with-clerk/tsconfig.json",
"examples/with-context-api/tsconfig.json",
"examples/with-cookies-next/tsconfig.json",
"examples/with-cxs/tsconfig.json",
"examples/with-cypress/cypress/tsconfig.json",
"examples/with-cypress/tsconfig.json",
"examples/with-docker-compose/next-app/tsconfig.json",
"examples/with-docker-export-output/tsconfig.json",
"examples/with-docker/tsconfig.json",
"examples/with-dynamic-import/tsconfig.json",
"examples/with-edgedb/tsconfig.json",
"examples/with-elasticsearch/tsconfig.json",
"examples/with-electron-typescript/electron-src/tsconfig.json",
"examples/with-electron-typescript/renderer/tsconfig.json",
"examples/with-emotion/tsconfig.json",
"examples/with-eslint/tsconfig.json",
"examples/with-expo-typescript/tsconfig.json",
"examples/with-fingerprintjs-pro/tsconfig.json",
"examples/with-goober/tsconfig.json",
"examples/with-google-analytics/tsconfig.json",
"examples/with-google-maps-embed/tsconfig.json",
"examples/with-google-tag-manager/tsconfig.json",
"examples/with-grafbase/tsconfig.json",
"examples/with-graphql-gateway/tsconfig.json",
"examples/with-graphql-hooks/tsconfig.json",
"examples/with-gsap/tsconfig.json",
"examples/with-ionic/tsconfig.json",
"examples/with-jest-babel/tsconfig.json",
"examples/with-jest/tsconfig.json",
"examples/with-jotai/tsconfig.json",
"examples/with-linaria/tsconfig.json",
"examples/with-mantine/tsconfig.json",
"examples/with-meilisearch/tsconfig.json",
"examples/with-mobx-state-tree/tsconfig.json",
"examples/with-mongodb-mongoose/tsconfig.json",
"examples/with-mongodb/tsconfig.json",
"examples/with-mqtt-js/tsconfig.json",
"examples/with-msw/tsconfig.json",
"examples/with-mux-video/tsconfig.json",
"examples/with-mysql/tsconfig.json",
"examples/with-next-sitemap/tsconfig.json",
"examples/with-next-ui/tsconfig.json",
"examples/with-opentelemetry/tsconfig.json",
"examples/with-orbit-components/tsconfig.json",
"examples/with-oxlint/tsconfig.json",
"examples/with-particles/tsconfig.json",
"examples/with-paste-typescript/tsconfig.json",
"examples/with-plausible/tsconfig.json",
"examples/with-playwright/tsconfig.json",
"examples/with-polyfills/tsconfig.json",
"examples/with-prefetching/tsconfig.json",
"examples/with-react-hook-form/tsconfig.json",
"examples/with-react-intl/tsconfig.json",
"examples/with-react-md-typescript/tsconfig.json",
"examples/with-react-multi-carousel/tsconfig.json",
"examples/with-redis/tsconfig.json",
"examples/with-redux/tsconfig.json",
"examples/with-reflexjs/tsconfig.json",
"examples/with-rspack/tsconfig.json",
"examples/with-sass/tsconfig.json",
"examples/with-segment-analytics-pages-router/tsconfig.json",
"examples/with-segment-analytics/tsconfig.json",
"examples/with-sentry/tsconfig.json",
"examples/with-service-worker/tsconfig.json",
"examples/with-sfcc/tsconfig.json",
"examples/with-sitemap/tsconfig.json",
"examples/with-slate/tsconfig.json",
"examples/with-static-export/tsconfig.json",
"examples/with-stencil/packages/test-component/tsconfig.json",
"examples/with-stitches/tsconfig.json",
"examples/with-storybook/tsconfig.json",
"examples/with-stripe-typescript/tsconfig.json",
"examples/with-styled-components/tsconfig.json",
"examples/with-styled-jsx/tsconfig.json",
"examples/with-supabase/tsconfig.json",
"examples/with-temporal/temporal/tsconfig.json",
"examples/with-temporal/tsconfig.json",
"examples/with-three-js/tsconfig.json",
"examples/with-turbopack/tsconfig.json",
"examples/with-turso/tsconfig.json",
"examples/with-typescript-graphql/tsconfig.json",
"examples/with-typescript-types/tsconfig.json",
"examples/with-typescript/tsconfig.json",
"examples/with-unsplash/tsconfig.json",
"examples/with-urql/tsconfig.json",
"examples/with-vanilla-extract/tsconfig.json",
"examples/with-vercel-blob/tsconfig.json",
"examples/with-videojs/tsconfig.json",
"examples/with-vitest/tsconfig.json",
"examples/with-web-worker/tsconfig.json",
"examples/with-webassembly/tsconfig.json",
"examples/with-xata/tsconfig.json",
"examples/with-xstate/tsconfig.json",
"examples/with-yoga/tsconfig.json",
"examples/with-youtube-embed/tsconfig.json",
"examples/with-zones/blog/tsconfig.json",
"examples/with-zones/home/tsconfig.json",
"examples/with-zustand/tsconfig.json",
"packages/create-next-app/templates/app-api/js/jsconfig.json",
"packages/create-next-app/templates/app-api/ts/tsconfig.json",
"packages/create-next-app/templates/app-empty/js/jsconfig.json",
"packages/create-next-app/templates/app-empty/ts/tsconfig.json",
"packages/create-next-app/templates/app-tw-empty/js/jsconfig.json",
"packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json",
"packages/create-next-app/templates/app-tw/js/jsconfig.json",
"packages/create-next-app/templates/app-tw/ts/tsconfig.json",
"packages/create-next-app/templates/app/js/jsconfig.json",
"packages/create-next-app/templates/app/ts/tsconfig.json",
"packages/create-next-app/templates/default-empty/js/jsconfig.json",
"packages/create-next-app/templates/default-empty/ts/tsconfig.json",
"packages/create-next-app/templates/default-tw-empty/js/jsconfig.json",
"packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json",
"packages/create-next-app/templates/default-tw/js/jsconfig.json",
"packages/create-next-app/templates/default-tw/ts/tsconfig.json",
"packages/create-next-app/templates/default/js/jsconfig.json",
"packages/create-next-app/templates/default/ts/tsconfig.json",
"packages/create-next-app/tsconfig.json",
"packages/eslint-config-next/tsconfig.json",
"packages/eslint-plugin-next/tsconfig.json",
"packages/font/tsconfig.json",
"packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json",
"packages/next-codemod/tsconfig.json",
"packages/next-env/tsconfig.json",
"packages/next-playwright/tsconfig.json",
"packages/next-routing/tsconfig.json",
"packages/next/tsconfig.json",
"packages/react-refresh-utils/tsconfig.json",
"packages/third-parties/tsconfig.json",
"rspack/crates/binding/tsconfig.json",
"test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json",
"test/development/app-dir/dev-fetch-hmr/tsconfig.json",
"test/development/app-dir/experimental-lightningcss/tsconfig.json",
"test/development/app-dir/instant-navs-devtools/tsconfig.json",
"test/development/app-dir/server-components-hmr-cache/tsconfig.json",
"test/development/basic/define-class-fields/fixture/tsconfig.json",
"test/development/basic/emotion-swc/fixture/jsconfig.json",
"test/development/basic/legacy-decorators/jsconfig.json",
"test/development/basic/theme-ui/fixture/jsconfig.json",
"test/development/jsconfig-path-reloading/app/jsconfig.json",
"test/development/jsconfig-paths-wildcard/jsconfig.json",
"test/development/mcp-server/fixtures/log-file-app/tsconfig.json",
"test/development/tsconfig-path-reloading/app/tsconfig.json",
"test/development/typescript-external-dir/project/tsconfig.json",
"test/development/typescript-external-dir/shared/tsconfig.json",
"test/development/typescript-plugin/client-boundary/tsconfig.json",
"test/development/typescript-plugin/metadata/tsconfig.json",
"test/development/typescript-plugin/tsconfig.json",
"test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json",
"test/e2e/app-dir/log-file/tsconfig.json",
"test/e2e/app-dir/metadata-suspense/tsconfig.json",
"test/e2e/app-dir/modularizeimports/tsconfig.json",
"test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json",
"test/e2e/app-dir/parallel-routes-not-found/tsconfig.json",
"test/e2e/app-dir/root-layout-redirect/tsconfig.json",
"test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json",
"test/e2e/app-dir/searchparams-static-bailout/tsconfig.json",
"test/e2e/app-dir/typed-routes-validator/tsconfig.json",
"test/e2e/app-dir/typed-routes/tsconfig.json",
"test/e2e/app-dir/types/tsconfig.json",
"test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json",
"test/e2e/app-dir/use-params/tsconfig.json",
"test/e2e/filesystem-cache/tsconfig.json",
"test/e2e/instrumentation-hook-src/tsconfig.json",
"test/e2e/jsconfig-baseurl/jsconfig.json",
"test/e2e/jsconfig-paths/jsconfig.json",
"test/e2e/typescript-paths/tsconfig.json",
"test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json",
"test/e2e/typescript-workspaces-paths/tsconfig.json",
"test/lib/tsconfig.json",
"test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json",
"test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json",
"test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json",
"test/production/app-dir/types-gen-nounuselocal/tsconfig.json",
"test/production/deployment-id-handling/app/tsconfig.json",
"test/production/emit-decorator-metadata/app/jsconfig.json",
"test/production/graceful-shutdown/src/tsconfig.json",
"test/production/jest/relay/app/tsconfig.json",
"test/production/jest/remove-react-properties/app/tsconfig.json",
"test/production/jsconfig-empty/jsconfig.json",
"test/production/jsconfig/jsconfig.json",
"test/production/middleware-typescript/app/tsconfig.json",
"test/production/supports-module-resolution-nodenext/tsconfig.json",
"test/production/terser-class-static-blocks/tsconfig.json",
"test/production/typescript-basic/typechecking/tsconfig.json",
"test/production/typescript-checked-side-effect-imports/tsconfig.json",
"test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json",
"test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json",
"tsconfig.json",
"turbopack/crates/turbopack-cli/js/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json",
"turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json",
"turbopack/crates/turbopack-node/js/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json",
"turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json",
"turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json",
"turbopack/packages/devlow-bench/tsconfig.json",
"turbopack/packages/turbo-tracing-next-plugin/tsconfig.json",
"turbopack/packages/webpack-nmt/tsconfig.json",
"turbopack/tsconfig.json"
],
"agent_commit_share": null,
"toolchain_manifests": [],
"dependency_bot_commit_share": null
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/with-docker-multi-env/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/with-docker-multi-env/Makefile"
}
}
],
"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": ".eslintrc, .eslintrc.json, biome.json, eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.json, biome.json, eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": ".github/actions/needs-triage/tsconfig.json, .github/actions/next-integration-stat/tsconfig.json, .github/actions/next-repo-actions/tsconfig.json, .github/actions/pr-auto-label/tsconfig.json, .github/actions/validate-docs-links/tsconfig.json, apps/bundle-analyzer/tsconfig.json, crates/next-build-test/jsConfig.json, crates/next-core/js/tsconfig.json, crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json, crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json, evals/evals/agent-000-app-router-migration-simple/tsconfig.json, evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json, evals/evals/agent-022-prefer-server-actions/tsconfig.json, evals/evals/agent-023-avoid-getserversideprops/tsconfig.json, evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json, evals/evals/agent-025-prefer-next-link/tsconfig.json, evals/evals/agent-026-no-serial-await/tsconfig.json, evals/evals/agent-027-prefer-next-image/tsconfig.json, evals/evals/agent-028-prefer-next-font/tsconfig.json, evals/evals/agent-029-use-cache-directive/tsconfig.json, evals/evals/agent-030-app-router-migration-hard/tsconfig.json, evals/evals/agent-031-proxy-middleware/tsconfig.json, evals/evals/agent-032-use-cache-directive/tsconfig.json, evals/evals/agent-033-forbidden-auth/tsconfig.json, evals/evals/agent-034-async-cookies/tsconfig.json, evals/evals/agent-035-connection-dynamic/tsconfig.json, evals/evals/agent-036-after-response/tsconfig.json, evals/evals/agent-037-updatetag-cache/tsconfig.json, evals/evals/agent-038-refresh-settings/tsconfig.json, evals/evals/agent-039-indirect-proxy/tsconfig.json, evals/evals/agent-040-instant/tsconfig.json, evals/evals/agent-041-optimize-ppr-shell/tsconfig.json, evals/evals/agent-042-enable-ppr/tsconfig.json, evals/evals/agent-043-view-transitions/tsconfig.json, evals/tsconfig.json, examples/active-class-name/tsconfig.json, examples/api-routes-apollo-server-and-client-auth/tsconfig.json, examples/api-routes-apollo-server-and-client/tsconfig.json, examples/api-routes-apollo-server/tsconfig.json, examples/api-routes-cors/tsconfig.json, examples/api-routes-graphql/tsconfig.json, examples/api-routes-middleware/tsconfig.json, examples/api-routes-rest/tsconfig.json, examples/auth/tsconfig.json, examples/auth0/tsconfig.json, examples/basic-css/tsconfig.json, examples/blog-starter/tsconfig.json, examples/blog-with-comment/tsconfig.json, examples/blog/tsconfig.json, examples/cache-handler-redis/tsconfig.json, examples/cloudflare-turnstile/tsconfig.json, examples/cms-agilitycms/tsconfig.json, examples/cms-builder-io/jsconfig.json, examples/cms-buttercms/jsconfig.json, examples/cms-contentful/tsconfig.json, examples/cms-cosmic/jsconfig.json, examples/cms-cosmic/tsconfig.json, examples/cms-datocms/jsconfig.json, examples/cms-dotcms/tsconfig.json, examples/cms-enterspeed/tsconfig.json, examples/cms-ghost/jsconfig.json, examples/cms-graphcms/jsconfig.json, examples/cms-kontent-ai/tsconfig.json, examples/cms-makeswift/tsconfig.json, examples/cms-payload/tsconfig.json, examples/cms-plasmic/tsconfig.json, examples/cms-prepr/jsconfig.json, examples/cms-prismic/tsconfig.json, examples/cms-sanity/tsconfig.json, examples/cms-sitecore-xmcloud/tsconfig.json, examples/cms-sitefinity/tsconfig.json, examples/cms-storyblok/jsconfig.json, examples/cms-umbraco-heartcore/jsconfig.json, examples/cms-umbraco/tsconfig.json, examples/cms-webiny/tsconfig.json, examples/cms-wordpress/tsconfig.json, examples/convex/convex/tsconfig.json, examples/convex/tsconfig.json, examples/custom-server/tsconfig.json, examples/github-pages/tsconfig.json, examples/hello-world/tsconfig.json, examples/i18n-routing-pages/tsconfig.json, examples/i18n-routing/tsconfig.json, examples/image-component/tsconfig.json, examples/image-secure-compute/tsconfig.json, examples/inngest/tsconfig.json, examples/markdoc/tsconfig.json, examples/mdx/tsconfig.json, examples/next-forms/tsconfig.json, examples/panda-css/tsconfig.json, examples/prisma-postgres/tsconfig.json, examples/radix-ui/tsconfig.json, examples/react-remove-properties/tsconfig.json, examples/remove-console/tsconfig.json, examples/reproduction-template-pages/tsconfig.json, examples/reproduction-template/tsconfig.json, examples/with-ably/tsconfig.json, examples/with-absolute-imports/tsconfig.json, examples/with-algolia-react-instantsearch/tsconfig.json, examples/with-ant-design/tsconfig.json, examples/with-apivideo/tsconfig.json, examples/with-apollo/tsconfig.json, examples/with-axiom/tsconfig.json, examples/with-azure-cosmos/tsconfig.json, examples/with-babel-macros/tsconfig.json, examples/with-biome/tsconfig.json, examples/with-chakra-ui/tsconfig.json, examples/with-clerk/tsconfig.json, examples/with-context-api/tsconfig.json, examples/with-cookies-next/tsconfig.json, examples/with-cxs/tsconfig.json, examples/with-cypress/cypress/tsconfig.json, examples/with-cypress/tsconfig.json, examples/with-docker-compose/next-app/tsconfig.json, examples/with-docker-export-output/tsconfig.json, examples/with-docker/tsconfig.json, examples/with-dynamic-import/tsconfig.json, examples/with-edgedb/tsconfig.json, examples/with-elasticsearch/tsconfig.json, examples/with-electron-typescript/electron-src/tsconfig.json, examples/with-electron-typescript/renderer/tsconfig.json, examples/with-emotion/tsconfig.json, examples/with-eslint/tsconfig.json, examples/with-expo-typescript/tsconfig.json, examples/with-fingerprintjs-pro/tsconfig.json, examples/with-goober/tsconfig.json, examples/with-google-analytics/tsconfig.json, examples/with-google-maps-embed/tsconfig.json, examples/with-google-tag-manager/tsconfig.json, examples/with-grafbase/tsconfig.json, examples/with-graphql-gateway/tsconfig.json, examples/with-graphql-hooks/tsconfig.json, examples/with-gsap/tsconfig.json, examples/with-ionic/tsconfig.json, examples/with-jest-babel/tsconfig.json, examples/with-jest/tsconfig.json, examples/with-jotai/tsconfig.json, examples/with-linaria/tsconfig.json, examples/with-mantine/tsconfig.json, examples/with-meilisearch/tsconfig.json, examples/with-mobx-state-tree/tsconfig.json, examples/with-mongodb-mongoose/tsconfig.json, examples/with-mongodb/tsconfig.json, examples/with-mqtt-js/tsconfig.json, examples/with-msw/tsconfig.json, examples/with-mux-video/tsconfig.json, examples/with-mysql/tsconfig.json, examples/with-next-sitemap/tsconfig.json, examples/with-next-ui/tsconfig.json, examples/with-opentelemetry/tsconfig.json, examples/with-orbit-components/tsconfig.json, examples/with-oxlint/tsconfig.json, examples/with-particles/tsconfig.json, examples/with-paste-typescript/tsconfig.json, examples/with-plausible/tsconfig.json, examples/with-playwright/tsconfig.json, examples/with-polyfills/tsconfig.json, examples/with-prefetching/tsconfig.json, examples/with-react-hook-form/tsconfig.json, examples/with-react-intl/tsconfig.json, examples/with-react-md-typescript/tsconfig.json, examples/with-react-multi-carousel/tsconfig.json, examples/with-redis/tsconfig.json, examples/with-redux/tsconfig.json, examples/with-reflexjs/tsconfig.json, examples/with-rspack/tsconfig.json, examples/with-sass/tsconfig.json, examples/with-segment-analytics-pages-router/tsconfig.json, examples/with-segment-analytics/tsconfig.json, examples/with-sentry/tsconfig.json, examples/with-service-worker/tsconfig.json, examples/with-sfcc/tsconfig.json, examples/with-sitemap/tsconfig.json, examples/with-slate/tsconfig.json, examples/with-static-export/tsconfig.json, examples/with-stencil/packages/test-component/tsconfig.json, examples/with-stitches/tsconfig.json, examples/with-storybook/tsconfig.json, examples/with-stripe-typescript/tsconfig.json, examples/with-styled-components/tsconfig.json, examples/with-styled-jsx/tsconfig.json, examples/with-supabase/tsconfig.json, examples/with-temporal/temporal/tsconfig.json, examples/with-temporal/tsconfig.json, examples/with-three-js/tsconfig.json, examples/with-turbopack/tsconfig.json, examples/with-turso/tsconfig.json, examples/with-typescript-graphql/tsconfig.json, examples/with-typescript-types/tsconfig.json, examples/with-typescript/tsconfig.json, examples/with-unsplash/tsconfig.json, examples/with-urql/tsconfig.json, examples/with-vanilla-extract/tsconfig.json, examples/with-vercel-blob/tsconfig.json, examples/with-videojs/tsconfig.json, examples/with-vitest/tsconfig.json, examples/with-web-worker/tsconfig.json, examples/with-webassembly/tsconfig.json, examples/with-xata/tsconfig.json, examples/with-xstate/tsconfig.json, examples/with-yoga/tsconfig.json, examples/with-youtube-embed/tsconfig.json, examples/with-zones/blog/tsconfig.json, examples/with-zones/home/tsconfig.json, examples/with-zustand/tsconfig.json, packages/create-next-app/templates/app-api/js/jsconfig.json, packages/create-next-app/templates/app-api/ts/tsconfig.json, packages/create-next-app/templates/app-empty/js/jsconfig.json, packages/create-next-app/templates/app-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw-empty/js/jsconfig.json, packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw/js/jsconfig.json, packages/create-next-app/templates/app-tw/ts/tsconfig.json, packages/create-next-app/templates/app/js/jsconfig.json, packages/create-next-app/templates/app/ts/tsconfig.json, packages/create-next-app/templates/default-empty/js/jsconfig.json, packages/create-next-app/templates/default-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw-empty/js/jsconfig.json, packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw/js/jsconfig.json, packages/create-next-app/templates/default-tw/ts/tsconfig.json, packages/create-next-app/templates/default/js/jsconfig.json, packages/create-next-app/templates/default/ts/tsconfig.json, packages/create-next-app/tsconfig.json, packages/eslint-config-next/tsconfig.json, packages/eslint-plugin-next/tsconfig.json, packages/font/tsconfig.json, packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json, packages/next-codemod/tsconfig.json, packages/next-env/tsconfig.json, packages/next-playwright/tsconfig.json, packages/next-routing/tsconfig.json, packages/next/tsconfig.json, packages/react-refresh-utils/tsconfig.json, packages/third-parties/tsconfig.json, rspack/crates/binding/tsconfig.json, test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json, test/development/app-dir/dev-fetch-hmr/tsconfig.json, test/development/app-dir/experimental-lightningcss/tsconfig.json, test/development/app-dir/instant-navs-devtools/tsconfig.json, test/development/app-dir/server-components-hmr-cache/tsconfig.json, test/development/basic/define-class-fields/fixture/tsconfig.json, test/development/basic/emotion-swc/fixture/jsconfig.json, test/development/basic/legacy-decorators/jsconfig.json, test/development/basic/theme-ui/fixture/jsconfig.json, test/development/jsconfig-path-reloading/app/jsconfig.json, test/development/jsconfig-paths-wildcard/jsconfig.json, test/development/mcp-server/fixtures/log-file-app/tsconfig.json, test/development/tsconfig-path-reloading/app/tsconfig.json, test/development/typescript-external-dir/project/tsconfig.json, test/development/typescript-external-dir/shared/tsconfig.json, test/development/typescript-plugin/client-boundary/tsconfig.json, test/development/typescript-plugin/metadata/tsconfig.json, test/development/typescript-plugin/tsconfig.json, test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json, test/e2e/app-dir/log-file/tsconfig.json, test/e2e/app-dir/metadata-suspense/tsconfig.json, test/e2e/app-dir/modularizeimports/tsconfig.json, test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json, test/e2e/app-dir/parallel-routes-not-found/tsconfig.json, test/e2e/app-dir/root-layout-redirect/tsconfig.json, test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json, test/e2e/app-dir/searchparams-static-bailout/tsconfig.json, test/e2e/app-dir/typed-routes-validator/tsconfig.json, test/e2e/app-dir/typed-routes/tsconfig.json, test/e2e/app-dir/types/tsconfig.json, test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json, test/e2e/app-dir/use-params/tsconfig.json, test/e2e/filesystem-cache/tsconfig.json, test/e2e/instrumentation-hook-src/tsconfig.json, test/e2e/jsconfig-baseurl/jsconfig.json, test/e2e/jsconfig-paths/jsconfig.json, test/e2e/typescript-paths/tsconfig.json, test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json, test/e2e/typescript-workspaces-paths/tsconfig.json, test/lib/tsconfig.json, test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json, test/production/app-dir/types-gen-nounuselocal/tsconfig.json, test/production/deployment-id-handling/app/tsconfig.json, test/production/emit-decorator-metadata/app/jsconfig.json, test/production/graceful-shutdown/src/tsconfig.json, test/production/jest/relay/app/tsconfig.json, test/production/jest/remove-react-properties/app/tsconfig.json, test/production/jsconfig-empty/jsconfig.json, test/production/jsconfig/jsconfig.json, test/production/middleware-typescript/app/tsconfig.json, test/production/supports-module-resolution-nodenext/tsconfig.json, test/production/terser-class-static-blocks/tsconfig.json, test/production/typescript-basic/typechecking/tsconfig.json, test/production/typescript-checked-side-effect-imports/tsconfig.json, test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json, tsconfig.json, turbopack/crates/turbopack-cli/js/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json, turbopack/crates/turbopack-node/js/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json, turbopack/packages/devlow-bench/tsconfig.json, turbopack/packages/turbo-tracing-next-plugin/tsconfig.json, turbopack/packages/webpack-nmt/tsconfig.json, turbopack/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/actions/needs-triage/tsconfig.json, .github/actions/next-integration-stat/tsconfig.json, .github/actions/next-repo-actions/tsconfig.json, .github/actions/pr-auto-label/tsconfig.json, .github/actions/validate-docs-links/tsconfig.json, apps/bundle-analyzer/tsconfig.json, crates/next-build-test/jsConfig.json, crates/next-core/js/tsconfig.json, crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json, crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json, evals/evals/agent-000-app-router-migration-simple/tsconfig.json, evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json, evals/evals/agent-022-prefer-server-actions/tsconfig.json, evals/evals/agent-023-avoid-getserversideprops/tsconfig.json, evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json, evals/evals/agent-025-prefer-next-link/tsconfig.json, evals/evals/agent-026-no-serial-await/tsconfig.json, evals/evals/agent-027-prefer-next-image/tsconfig.json, evals/evals/agent-028-prefer-next-font/tsconfig.json, evals/evals/agent-029-use-cache-directive/tsconfig.json, evals/evals/agent-030-app-router-migration-hard/tsconfig.json, evals/evals/agent-031-proxy-middleware/tsconfig.json, evals/evals/agent-032-use-cache-directive/tsconfig.json, evals/evals/agent-033-forbidden-auth/tsconfig.json, evals/evals/agent-034-async-cookies/tsconfig.json, evals/evals/agent-035-connection-dynamic/tsconfig.json, evals/evals/agent-036-after-response/tsconfig.json, evals/evals/agent-037-updatetag-cache/tsconfig.json, evals/evals/agent-038-refresh-settings/tsconfig.json, evals/evals/agent-039-indirect-proxy/tsconfig.json, evals/evals/agent-040-instant/tsconfig.json, evals/evals/agent-041-optimize-ppr-shell/tsconfig.json, evals/evals/agent-042-enable-ppr/tsconfig.json, evals/evals/agent-043-view-transitions/tsconfig.json, evals/tsconfig.json, examples/active-class-name/tsconfig.json, examples/api-routes-apollo-server-and-client-auth/tsconfig.json, examples/api-routes-apollo-server-and-client/tsconfig.json, examples/api-routes-apollo-server/tsconfig.json, examples/api-routes-cors/tsconfig.json, examples/api-routes-graphql/tsconfig.json, examples/api-routes-middleware/tsconfig.json, examples/api-routes-rest/tsconfig.json, examples/auth/tsconfig.json, examples/auth0/tsconfig.json, examples/basic-css/tsconfig.json, examples/blog-starter/tsconfig.json, examples/blog-with-comment/tsconfig.json, examples/blog/tsconfig.json, examples/cache-handler-redis/tsconfig.json, examples/cloudflare-turnstile/tsconfig.json, examples/cms-agilitycms/tsconfig.json, examples/cms-builder-io/jsconfig.json, examples/cms-buttercms/jsconfig.json, examples/cms-contentful/tsconfig.json, examples/cms-cosmic/jsconfig.json, examples/cms-cosmic/tsconfig.json, examples/cms-datocms/jsconfig.json, examples/cms-dotcms/tsconfig.json, examples/cms-enterspeed/tsconfig.json, examples/cms-ghost/jsconfig.json, examples/cms-graphcms/jsconfig.json, examples/cms-kontent-ai/tsconfig.json, examples/cms-makeswift/tsconfig.json, examples/cms-payload/tsconfig.json, examples/cms-plasmic/tsconfig.json, examples/cms-prepr/jsconfig.json, examples/cms-prismic/tsconfig.json, examples/cms-sanity/tsconfig.json, examples/cms-sitecore-xmcloud/tsconfig.json, examples/cms-sitefinity/tsconfig.json, examples/cms-storyblok/jsconfig.json, examples/cms-umbraco-heartcore/jsconfig.json, examples/cms-umbraco/tsconfig.json, examples/cms-webiny/tsconfig.json, examples/cms-wordpress/tsconfig.json, examples/convex/convex/tsconfig.json, examples/convex/tsconfig.json, examples/custom-server/tsconfig.json, examples/github-pages/tsconfig.json, examples/hello-world/tsconfig.json, examples/i18n-routing-pages/tsconfig.json, examples/i18n-routing/tsconfig.json, examples/image-component/tsconfig.json, examples/image-secure-compute/tsconfig.json, examples/inngest/tsconfig.json, examples/markdoc/tsconfig.json, examples/mdx/tsconfig.json, examples/next-forms/tsconfig.json, examples/panda-css/tsconfig.json, examples/prisma-postgres/tsconfig.json, examples/radix-ui/tsconfig.json, examples/react-remove-properties/tsconfig.json, examples/remove-console/tsconfig.json, examples/reproduction-template-pages/tsconfig.json, examples/reproduction-template/tsconfig.json, examples/with-ably/tsconfig.json, examples/with-absolute-imports/tsconfig.json, examples/with-algolia-react-instantsearch/tsconfig.json, examples/with-ant-design/tsconfig.json, examples/with-apivideo/tsconfig.json, examples/with-apollo/tsconfig.json, examples/with-axiom/tsconfig.json, examples/with-azure-cosmos/tsconfig.json, examples/with-babel-macros/tsconfig.json, examples/with-biome/tsconfig.json, examples/with-chakra-ui/tsconfig.json, examples/with-clerk/tsconfig.json, examples/with-context-api/tsconfig.json, examples/with-cookies-next/tsconfig.json, examples/with-cxs/tsconfig.json, examples/with-cypress/cypress/tsconfig.json, examples/with-cypress/tsconfig.json, examples/with-docker-compose/next-app/tsconfig.json, examples/with-docker-export-output/tsconfig.json, examples/with-docker/tsconfig.json, examples/with-dynamic-import/tsconfig.json, examples/with-edgedb/tsconfig.json, examples/with-elasticsearch/tsconfig.json, examples/with-electron-typescript/electron-src/tsconfig.json, examples/with-electron-typescript/renderer/tsconfig.json, examples/with-emotion/tsconfig.json, examples/with-eslint/tsconfig.json, examples/with-expo-typescript/tsconfig.json, examples/with-fingerprintjs-pro/tsconfig.json, examples/with-goober/tsconfig.json, examples/with-google-analytics/tsconfig.json, examples/with-google-maps-embed/tsconfig.json, examples/with-google-tag-manager/tsconfig.json, examples/with-grafbase/tsconfig.json, examples/with-graphql-gateway/tsconfig.json, examples/with-graphql-hooks/tsconfig.json, examples/with-gsap/tsconfig.json, examples/with-ionic/tsconfig.json, examples/with-jest-babel/tsconfig.json, examples/with-jest/tsconfig.json, examples/with-jotai/tsconfig.json, examples/with-linaria/tsconfig.json, examples/with-mantine/tsconfig.json, examples/with-meilisearch/tsconfig.json, examples/with-mobx-state-tree/tsconfig.json, examples/with-mongodb-mongoose/tsconfig.json, examples/with-mongodb/tsconfig.json, examples/with-mqtt-js/tsconfig.json, examples/with-msw/tsconfig.json, examples/with-mux-video/tsconfig.json, examples/with-mysql/tsconfig.json, examples/with-next-sitemap/tsconfig.json, examples/with-next-ui/tsconfig.json, examples/with-opentelemetry/tsconfig.json, examples/with-orbit-components/tsconfig.json, examples/with-oxlint/tsconfig.json, examples/with-particles/tsconfig.json, examples/with-paste-typescript/tsconfig.json, examples/with-plausible/tsconfig.json, examples/with-playwright/tsconfig.json, examples/with-polyfills/tsconfig.json, examples/with-prefetching/tsconfig.json, examples/with-react-hook-form/tsconfig.json, examples/with-react-intl/tsconfig.json, examples/with-react-md-typescript/tsconfig.json, examples/with-react-multi-carousel/tsconfig.json, examples/with-redis/tsconfig.json, examples/with-redux/tsconfig.json, examples/with-reflexjs/tsconfig.json, examples/with-rspack/tsconfig.json, examples/with-sass/tsconfig.json, examples/with-segment-analytics-pages-router/tsconfig.json, examples/with-segment-analytics/tsconfig.json, examples/with-sentry/tsconfig.json, examples/with-service-worker/tsconfig.json, examples/with-sfcc/tsconfig.json, examples/with-sitemap/tsconfig.json, examples/with-slate/tsconfig.json, examples/with-static-export/tsconfig.json, examples/with-stencil/packages/test-component/tsconfig.json, examples/with-stitches/tsconfig.json, examples/with-storybook/tsconfig.json, examples/with-stripe-typescript/tsconfig.json, examples/with-styled-components/tsconfig.json, examples/with-styled-jsx/tsconfig.json, examples/with-supabase/tsconfig.json, examples/with-temporal/temporal/tsconfig.json, examples/with-temporal/tsconfig.json, examples/with-three-js/tsconfig.json, examples/with-turbopack/tsconfig.json, examples/with-turso/tsconfig.json, examples/with-typescript-graphql/tsconfig.json, examples/with-typescript-types/tsconfig.json, examples/with-typescript/tsconfig.json, examples/with-unsplash/tsconfig.json, examples/with-urql/tsconfig.json, examples/with-vanilla-extract/tsconfig.json, examples/with-vercel-blob/tsconfig.json, examples/with-videojs/tsconfig.json, examples/with-vitest/tsconfig.json, examples/with-web-worker/tsconfig.json, examples/with-webassembly/tsconfig.json, examples/with-xata/tsconfig.json, examples/with-xstate/tsconfig.json, examples/with-yoga/tsconfig.json, examples/with-youtube-embed/tsconfig.json, examples/with-zones/blog/tsconfig.json, examples/with-zones/home/tsconfig.json, examples/with-zustand/tsconfig.json, packages/create-next-app/templates/app-api/js/jsconfig.json, packages/create-next-app/templates/app-api/ts/tsconfig.json, packages/create-next-app/templates/app-empty/js/jsconfig.json, packages/create-next-app/templates/app-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw-empty/js/jsconfig.json, packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw/js/jsconfig.json, packages/create-next-app/templates/app-tw/ts/tsconfig.json, packages/create-next-app/templates/app/js/jsconfig.json, packages/create-next-app/templates/app/ts/tsconfig.json, packages/create-next-app/templates/default-empty/js/jsconfig.json, packages/create-next-app/templates/default-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw-empty/js/jsconfig.json, packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw/js/jsconfig.json, packages/create-next-app/templates/default-tw/ts/tsconfig.json, packages/create-next-app/templates/default/js/jsconfig.json, packages/create-next-app/templates/default/ts/tsconfig.json, packages/create-next-app/tsconfig.json, packages/eslint-config-next/tsconfig.json, packages/eslint-plugin-next/tsconfig.json, packages/font/tsconfig.json, packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json, packages/next-codemod/tsconfig.json, packages/next-env/tsconfig.json, packages/next-playwright/tsconfig.json, packages/next-routing/tsconfig.json, packages/next/tsconfig.json, packages/react-refresh-utils/tsconfig.json, packages/third-parties/tsconfig.json, rspack/crates/binding/tsconfig.json, test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json, test/development/app-dir/dev-fetch-hmr/tsconfig.json, test/development/app-dir/experimental-lightningcss/tsconfig.json, test/development/app-dir/instant-navs-devtools/tsconfig.json, test/development/app-dir/server-components-hmr-cache/tsconfig.json, test/development/basic/define-class-fields/fixture/tsconfig.json, test/development/basic/emotion-swc/fixture/jsconfig.json, test/development/basic/legacy-decorators/jsconfig.json, test/development/basic/theme-ui/fixture/jsconfig.json, test/development/jsconfig-path-reloading/app/jsconfig.json, test/development/jsconfig-paths-wildcard/jsconfig.json, test/development/mcp-server/fixtures/log-file-app/tsconfig.json, test/development/tsconfig-path-reloading/app/tsconfig.json, test/development/typescript-external-dir/project/tsconfig.json, test/development/typescript-external-dir/shared/tsconfig.json, test/development/typescript-plugin/client-boundary/tsconfig.json, test/development/typescript-plugin/metadata/tsconfig.json, test/development/typescript-plugin/tsconfig.json, test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json, test/e2e/app-dir/log-file/tsconfig.json, test/e2e/app-dir/metadata-suspense/tsconfig.json, test/e2e/app-dir/modularizeimports/tsconfig.json, test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json, test/e2e/app-dir/parallel-routes-not-found/tsconfig.json, test/e2e/app-dir/root-layout-redirect/tsconfig.json, test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json, test/e2e/app-dir/searchparams-static-bailout/tsconfig.json, test/e2e/app-dir/typed-routes-validator/tsconfig.json, test/e2e/app-dir/typed-routes/tsconfig.json, test/e2e/app-dir/types/tsconfig.json, test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json, test/e2e/app-dir/use-params/tsconfig.json, test/e2e/filesystem-cache/tsconfig.json, test/e2e/instrumentation-hook-src/tsconfig.json, test/e2e/jsconfig-baseurl/jsconfig.json, test/e2e/jsconfig-paths/jsconfig.json, test/e2e/typescript-paths/tsconfig.json, test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json, test/e2e/typescript-workspaces-paths/tsconfig.json, test/lib/tsconfig.json, test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json, test/production/app-dir/types-gen-nounuselocal/tsconfig.json, test/production/deployment-id-handling/app/tsconfig.json, test/production/emit-decorator-metadata/app/jsconfig.json, test/production/graceful-shutdown/src/tsconfig.json, test/production/jest/relay/app/tsconfig.json, test/production/jest/remove-react-properties/app/tsconfig.json, test/production/jsconfig-empty/jsconfig.json, test/production/jsconfig/jsconfig.json, test/production/middleware-typescript/app/tsconfig.json, test/production/supports-module-resolution-nodenext/tsconfig.json, test/production/terser-class-static-blocks/tsconfig.json, test/production/typescript-basic/typechecking/tsconfig.json, test/production/typescript-checked-side-effect-imports/tsconfig.json, test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json, tsconfig.json, turbopack/crates/turbopack-cli/js/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json, turbopack/crates/turbopack-node/js/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json, turbopack/packages/devlow-bench/tsconfig.json, turbopack/packages/turbo-tracing-next-plugin/tsconfig.json, turbopack/packages/webpack-nmt/tsconfig.json, turbopack/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 2582586,
"source_files_sampled": 22452,
"oversized_source_files": 189
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (.github/actions/needs-triage/tsconfig.json, .github/actions/next-integration-stat/tsconfig.json, .github/actions/next-repo-actions/tsconfig.json, .github/actions/pr-auto-label/tsconfig.json, .github/actions/validate-docs-links/tsconfig.json, apps/bundle-analyzer/tsconfig.json, crates/next-build-test/jsConfig.json, crates/next-core/js/tsconfig.json, crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json, crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json, evals/evals/agent-000-app-router-migration-simple/tsconfig.json, evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json, evals/evals/agent-022-prefer-server-actions/tsconfig.json, evals/evals/agent-023-avoid-getserversideprops/tsconfig.json, evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json, evals/evals/agent-025-prefer-next-link/tsconfig.json, evals/evals/agent-026-no-serial-await/tsconfig.json, evals/evals/agent-027-prefer-next-image/tsconfig.json, evals/evals/agent-028-prefer-next-font/tsconfig.json, evals/evals/agent-029-use-cache-directive/tsconfig.json, evals/evals/agent-030-app-router-migration-hard/tsconfig.json, evals/evals/agent-031-proxy-middleware/tsconfig.json, evals/evals/agent-032-use-cache-directive/tsconfig.json, evals/evals/agent-033-forbidden-auth/tsconfig.json, evals/evals/agent-034-async-cookies/tsconfig.json, evals/evals/agent-035-connection-dynamic/tsconfig.json, evals/evals/agent-036-after-response/tsconfig.json, evals/evals/agent-037-updatetag-cache/tsconfig.json, evals/evals/agent-038-refresh-settings/tsconfig.json, evals/evals/agent-039-indirect-proxy/tsconfig.json, evals/evals/agent-040-instant/tsconfig.json, evals/evals/agent-041-optimize-ppr-shell/tsconfig.json, evals/evals/agent-042-enable-ppr/tsconfig.json, evals/evals/agent-043-view-transitions/tsconfig.json, evals/tsconfig.json, examples/active-class-name/tsconfig.json, examples/api-routes-apollo-server-and-client-auth/tsconfig.json, examples/api-routes-apollo-server-and-client/tsconfig.json, examples/api-routes-apollo-server/tsconfig.json, examples/api-routes-cors/tsconfig.json, examples/api-routes-graphql/tsconfig.json, examples/api-routes-middleware/tsconfig.json, examples/api-routes-rest/tsconfig.json, examples/auth/tsconfig.json, examples/auth0/tsconfig.json, examples/basic-css/tsconfig.json, examples/blog-starter/tsconfig.json, examples/blog-with-comment/tsconfig.json, examples/blog/tsconfig.json, examples/cache-handler-redis/tsconfig.json, examples/cloudflare-turnstile/tsconfig.json, examples/cms-agilitycms/tsconfig.json, examples/cms-builder-io/jsconfig.json, examples/cms-buttercms/jsconfig.json, examples/cms-contentful/tsconfig.json, examples/cms-cosmic/jsconfig.json, examples/cms-cosmic/tsconfig.json, examples/cms-datocms/jsconfig.json, examples/cms-dotcms/tsconfig.json, examples/cms-enterspeed/tsconfig.json, examples/cms-ghost/jsconfig.json, examples/cms-graphcms/jsconfig.json, examples/cms-kontent-ai/tsconfig.json, examples/cms-makeswift/tsconfig.json, examples/cms-payload/tsconfig.json, examples/cms-plasmic/tsconfig.json, examples/cms-prepr/jsconfig.json, examples/cms-prismic/tsconfig.json, examples/cms-sanity/tsconfig.json, examples/cms-sitecore-xmcloud/tsconfig.json, examples/cms-sitefinity/tsconfig.json, examples/cms-storyblok/jsconfig.json, examples/cms-umbraco-heartcore/jsconfig.json, examples/cms-umbraco/tsconfig.json, examples/cms-webiny/tsconfig.json, examples/cms-wordpress/tsconfig.json, examples/convex/convex/tsconfig.json, examples/convex/tsconfig.json, examples/custom-server/tsconfig.json, examples/github-pages/tsconfig.json, examples/hello-world/tsconfig.json, examples/i18n-routing-pages/tsconfig.json, examples/i18n-routing/tsconfig.json, examples/image-component/tsconfig.json, examples/image-secure-compute/tsconfig.json, examples/inngest/tsconfig.json, examples/markdoc/tsconfig.json, examples/mdx/tsconfig.json, examples/next-forms/tsconfig.json, examples/panda-css/tsconfig.json, examples/prisma-postgres/tsconfig.json, examples/radix-ui/tsconfig.json, examples/react-remove-properties/tsconfig.json, examples/remove-console/tsconfig.json, examples/reproduction-template-pages/tsconfig.json, examples/reproduction-template/tsconfig.json, examples/with-ably/tsconfig.json, examples/with-absolute-imports/tsconfig.json, examples/with-algolia-react-instantsearch/tsconfig.json, examples/with-ant-design/tsconfig.json, examples/with-apivideo/tsconfig.json, examples/with-apollo/tsconfig.json, examples/with-axiom/tsconfig.json, examples/with-azure-cosmos/tsconfig.json, examples/with-babel-macros/tsconfig.json, examples/with-biome/tsconfig.json, examples/with-chakra-ui/tsconfig.json, examples/with-clerk/tsconfig.json, examples/with-context-api/tsconfig.json, examples/with-cookies-next/tsconfig.json, examples/with-cxs/tsconfig.json, examples/with-cypress/cypress/tsconfig.json, examples/with-cypress/tsconfig.json, examples/with-docker-compose/next-app/tsconfig.json, examples/with-docker-export-output/tsconfig.json, examples/with-docker/tsconfig.json, examples/with-dynamic-import/tsconfig.json, examples/with-edgedb/tsconfig.json, examples/with-elasticsearch/tsconfig.json, examples/with-electron-typescript/electron-src/tsconfig.json, examples/with-electron-typescript/renderer/tsconfig.json, examples/with-emotion/tsconfig.json, examples/with-eslint/tsconfig.json, examples/with-expo-typescript/tsconfig.json, examples/with-fingerprintjs-pro/tsconfig.json, examples/with-goober/tsconfig.json, examples/with-google-analytics/tsconfig.json, examples/with-google-maps-embed/tsconfig.json, examples/with-google-tag-manager/tsconfig.json, examples/with-grafbase/tsconfig.json, examples/with-graphql-gateway/tsconfig.json, examples/with-graphql-hooks/tsconfig.json, examples/with-gsap/tsconfig.json, examples/with-ionic/tsconfig.json, examples/with-jest-babel/tsconfig.json, examples/with-jest/tsconfig.json, examples/with-jotai/tsconfig.json, examples/with-linaria/tsconfig.json, examples/with-mantine/tsconfig.json, examples/with-meilisearch/tsconfig.json, examples/with-mobx-state-tree/tsconfig.json, examples/with-mongodb-mongoose/tsconfig.json, examples/with-mongodb/tsconfig.json, examples/with-mqtt-js/tsconfig.json, examples/with-msw/tsconfig.json, examples/with-mux-video/tsconfig.json, examples/with-mysql/tsconfig.json, examples/with-next-sitemap/tsconfig.json, examples/with-next-ui/tsconfig.json, examples/with-opentelemetry/tsconfig.json, examples/with-orbit-components/tsconfig.json, examples/with-oxlint/tsconfig.json, examples/with-particles/tsconfig.json, examples/with-paste-typescript/tsconfig.json, examples/with-plausible/tsconfig.json, examples/with-playwright/tsconfig.json, examples/with-polyfills/tsconfig.json, examples/with-prefetching/tsconfig.json, examples/with-react-hook-form/tsconfig.json, examples/with-react-intl/tsconfig.json, examples/with-react-md-typescript/tsconfig.json, examples/with-react-multi-carousel/tsconfig.json, examples/with-redis/tsconfig.json, examples/with-redux/tsconfig.json, examples/with-reflexjs/tsconfig.json, examples/with-rspack/tsconfig.json, examples/with-sass/tsconfig.json, examples/with-segment-analytics-pages-router/tsconfig.json, examples/with-segment-analytics/tsconfig.json, examples/with-sentry/tsconfig.json, examples/with-service-worker/tsconfig.json, examples/with-sfcc/tsconfig.json, examples/with-sitemap/tsconfig.json, examples/with-slate/tsconfig.json, examples/with-static-export/tsconfig.json, examples/with-stencil/packages/test-component/tsconfig.json, examples/with-stitches/tsconfig.json, examples/with-storybook/tsconfig.json, examples/with-stripe-typescript/tsconfig.json, examples/with-styled-components/tsconfig.json, examples/with-styled-jsx/tsconfig.json, examples/with-supabase/tsconfig.json, examples/with-temporal/temporal/tsconfig.json, examples/with-temporal/tsconfig.json, examples/with-three-js/tsconfig.json, examples/with-turbopack/tsconfig.json, examples/with-turso/tsconfig.json, examples/with-typescript-graphql/tsconfig.json, examples/with-typescript-types/tsconfig.json, examples/with-typescript/tsconfig.json, examples/with-unsplash/tsconfig.json, examples/with-urql/tsconfig.json, examples/with-vanilla-extract/tsconfig.json, examples/with-vercel-blob/tsconfig.json, examples/with-videojs/tsconfig.json, examples/with-vitest/tsconfig.json, examples/with-web-worker/tsconfig.json, examples/with-webassembly/tsconfig.json, examples/with-xata/tsconfig.json, examples/with-xstate/tsconfig.json, examples/with-yoga/tsconfig.json, examples/with-youtube-embed/tsconfig.json, examples/with-zones/blog/tsconfig.json, examples/with-zones/home/tsconfig.json, examples/with-zustand/tsconfig.json, packages/create-next-app/templates/app-api/js/jsconfig.json, packages/create-next-app/templates/app-api/ts/tsconfig.json, packages/create-next-app/templates/app-empty/js/jsconfig.json, packages/create-next-app/templates/app-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw-empty/js/jsconfig.json, packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw/js/jsconfig.json, packages/create-next-app/templates/app-tw/ts/tsconfig.json, packages/create-next-app/templates/app/js/jsconfig.json, packages/create-next-app/templates/app/ts/tsconfig.json, packages/create-next-app/templates/default-empty/js/jsconfig.json, packages/create-next-app/templates/default-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw-empty/js/jsconfig.json, packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw/js/jsconfig.json, packages/create-next-app/templates/default-tw/ts/tsconfig.json, packages/create-next-app/templates/default/js/jsconfig.json, packages/create-next-app/templates/default/ts/tsconfig.json, packages/create-next-app/tsconfig.json, packages/eslint-config-next/tsconfig.json, packages/eslint-plugin-next/tsconfig.json, packages/font/tsconfig.json, packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json, packages/next-codemod/tsconfig.json, packages/next-env/tsconfig.json, packages/next-playwright/tsconfig.json, packages/next-routing/tsconfig.json, packages/next/tsconfig.json, packages/react-refresh-utils/tsconfig.json, packages/third-parties/tsconfig.json, rspack/crates/binding/tsconfig.json, test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json, test/development/app-dir/dev-fetch-hmr/tsconfig.json, test/development/app-dir/experimental-lightningcss/tsconfig.json, test/development/app-dir/instant-navs-devtools/tsconfig.json, test/development/app-dir/server-components-hmr-cache/tsconfig.json, test/development/basic/define-class-fields/fixture/tsconfig.json, test/development/basic/emotion-swc/fixture/jsconfig.json, test/development/basic/legacy-decorators/jsconfig.json, test/development/basic/theme-ui/fixture/jsconfig.json, test/development/jsconfig-path-reloading/app/jsconfig.json, test/development/jsconfig-paths-wildcard/jsconfig.json, test/development/mcp-server/fixtures/log-file-app/tsconfig.json, test/development/tsconfig-path-reloading/app/tsconfig.json, test/development/typescript-external-dir/project/tsconfig.json, test/development/typescript-external-dir/shared/tsconfig.json, test/development/typescript-plugin/client-boundary/tsconfig.json, test/development/typescript-plugin/metadata/tsconfig.json, test/development/typescript-plugin/tsconfig.json, test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json, test/e2e/app-dir/log-file/tsconfig.json, test/e2e/app-dir/metadata-suspense/tsconfig.json, test/e2e/app-dir/modularizeimports/tsconfig.json, test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json, test/e2e/app-dir/parallel-routes-not-found/tsconfig.json, test/e2e/app-dir/root-layout-redirect/tsconfig.json, test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json, test/e2e/app-dir/searchparams-static-bailout/tsconfig.json, test/e2e/app-dir/typed-routes-validator/tsconfig.json, test/e2e/app-dir/typed-routes/tsconfig.json, test/e2e/app-dir/types/tsconfig.json, test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json, test/e2e/app-dir/use-params/tsconfig.json, test/e2e/filesystem-cache/tsconfig.json, test/e2e/instrumentation-hook-src/tsconfig.json, test/e2e/jsconfig-baseurl/jsconfig.json, test/e2e/jsconfig-paths/jsconfig.json, test/e2e/typescript-paths/tsconfig.json, test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json, test/e2e/typescript-workspaces-paths/tsconfig.json, test/lib/tsconfig.json, test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json, test/production/app-dir/types-gen-nounuselocal/tsconfig.json, test/production/deployment-id-handling/app/tsconfig.json, test/production/emit-decorator-metadata/app/jsconfig.json, test/production/graceful-shutdown/src/tsconfig.json, test/production/jest/relay/app/tsconfig.json, test/production/jest/remove-react-properties/app/tsconfig.json, test/production/jsconfig-empty/jsconfig.json, test/production/jsconfig/jsconfig.json, test/production/middleware-typescript/app/tsconfig.json, test/production/supports-module-resolution-nodenext/tsconfig.json, test/production/terser-class-static-blocks/tsconfig.json, test/production/typescript-basic/typechecking/tsconfig.json, test/production/typescript-checked-side-effect-imports/tsconfig.json, test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json, tsconfig.json, turbopack/crates/turbopack-cli/js/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json, turbopack/crates/turbopack-node/js/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json, turbopack/packages/devlow-bench/tsconfig.json, turbopack/packages/turbo-tracing-next-plugin/tsconfig.json, turbopack/packages/webpack-nmt/tsconfig.json, turbopack/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": ".github/actions/needs-triage/tsconfig.json, .github/actions/next-integration-stat/tsconfig.json, .github/actions/next-repo-actions/tsconfig.json, .github/actions/pr-auto-label/tsconfig.json, .github/actions/validate-docs-links/tsconfig.json, apps/bundle-analyzer/tsconfig.json, crates/next-build-test/jsConfig.json, crates/next-core/js/tsconfig.json, crates/next-custom-transforms/tests/fixture/server-actions/tsconfig.json, crates/next-custom-transforms/tests/fixture/track-dynamic-imports/tsconfig.json, evals/evals/agent-000-app-router-migration-simple/tsconfig.json, evals/evals/agent-021-avoid-fetch-in-effect/tsconfig.json, evals/evals/agent-022-prefer-server-actions/tsconfig.json, evals/evals/agent-023-avoid-getserversideprops/tsconfig.json, evals/evals/agent-024-avoid-redundant-usestate/tsconfig.json, evals/evals/agent-025-prefer-next-link/tsconfig.json, evals/evals/agent-026-no-serial-await/tsconfig.json, evals/evals/agent-027-prefer-next-image/tsconfig.json, evals/evals/agent-028-prefer-next-font/tsconfig.json, evals/evals/agent-029-use-cache-directive/tsconfig.json, evals/evals/agent-030-app-router-migration-hard/tsconfig.json, evals/evals/agent-031-proxy-middleware/tsconfig.json, evals/evals/agent-032-use-cache-directive/tsconfig.json, evals/evals/agent-033-forbidden-auth/tsconfig.json, evals/evals/agent-034-async-cookies/tsconfig.json, evals/evals/agent-035-connection-dynamic/tsconfig.json, evals/evals/agent-036-after-response/tsconfig.json, evals/evals/agent-037-updatetag-cache/tsconfig.json, evals/evals/agent-038-refresh-settings/tsconfig.json, evals/evals/agent-039-indirect-proxy/tsconfig.json, evals/evals/agent-040-instant/tsconfig.json, evals/evals/agent-041-optimize-ppr-shell/tsconfig.json, evals/evals/agent-042-enable-ppr/tsconfig.json, evals/evals/agent-043-view-transitions/tsconfig.json, evals/tsconfig.json, examples/active-class-name/tsconfig.json, examples/api-routes-apollo-server-and-client-auth/tsconfig.json, examples/api-routes-apollo-server-and-client/tsconfig.json, examples/api-routes-apollo-server/tsconfig.json, examples/api-routes-cors/tsconfig.json, examples/api-routes-graphql/tsconfig.json, examples/api-routes-middleware/tsconfig.json, examples/api-routes-rest/tsconfig.json, examples/auth/tsconfig.json, examples/auth0/tsconfig.json, examples/basic-css/tsconfig.json, examples/blog-starter/tsconfig.json, examples/blog-with-comment/tsconfig.json, examples/blog/tsconfig.json, examples/cache-handler-redis/tsconfig.json, examples/cloudflare-turnstile/tsconfig.json, examples/cms-agilitycms/tsconfig.json, examples/cms-builder-io/jsconfig.json, examples/cms-buttercms/jsconfig.json, examples/cms-contentful/tsconfig.json, examples/cms-cosmic/jsconfig.json, examples/cms-cosmic/tsconfig.json, examples/cms-datocms/jsconfig.json, examples/cms-dotcms/tsconfig.json, examples/cms-enterspeed/tsconfig.json, examples/cms-ghost/jsconfig.json, examples/cms-graphcms/jsconfig.json, examples/cms-kontent-ai/tsconfig.json, examples/cms-makeswift/tsconfig.json, examples/cms-payload/tsconfig.json, examples/cms-plasmic/tsconfig.json, examples/cms-prepr/jsconfig.json, examples/cms-prismic/tsconfig.json, examples/cms-sanity/tsconfig.json, examples/cms-sitecore-xmcloud/tsconfig.json, examples/cms-sitefinity/tsconfig.json, examples/cms-storyblok/jsconfig.json, examples/cms-umbraco-heartcore/jsconfig.json, examples/cms-umbraco/tsconfig.json, examples/cms-webiny/tsconfig.json, examples/cms-wordpress/tsconfig.json, examples/convex/convex/tsconfig.json, examples/convex/tsconfig.json, examples/custom-server/tsconfig.json, examples/github-pages/tsconfig.json, examples/hello-world/tsconfig.json, examples/i18n-routing-pages/tsconfig.json, examples/i18n-routing/tsconfig.json, examples/image-component/tsconfig.json, examples/image-secure-compute/tsconfig.json, examples/inngest/tsconfig.json, examples/markdoc/tsconfig.json, examples/mdx/tsconfig.json, examples/next-forms/tsconfig.json, examples/panda-css/tsconfig.json, examples/prisma-postgres/tsconfig.json, examples/radix-ui/tsconfig.json, examples/react-remove-properties/tsconfig.json, examples/remove-console/tsconfig.json, examples/reproduction-template-pages/tsconfig.json, examples/reproduction-template/tsconfig.json, examples/with-ably/tsconfig.json, examples/with-absolute-imports/tsconfig.json, examples/with-algolia-react-instantsearch/tsconfig.json, examples/with-ant-design/tsconfig.json, examples/with-apivideo/tsconfig.json, examples/with-apollo/tsconfig.json, examples/with-axiom/tsconfig.json, examples/with-azure-cosmos/tsconfig.json, examples/with-babel-macros/tsconfig.json, examples/with-biome/tsconfig.json, examples/with-chakra-ui/tsconfig.json, examples/with-clerk/tsconfig.json, examples/with-context-api/tsconfig.json, examples/with-cookies-next/tsconfig.json, examples/with-cxs/tsconfig.json, examples/with-cypress/cypress/tsconfig.json, examples/with-cypress/tsconfig.json, examples/with-docker-compose/next-app/tsconfig.json, examples/with-docker-export-output/tsconfig.json, examples/with-docker/tsconfig.json, examples/with-dynamic-import/tsconfig.json, examples/with-edgedb/tsconfig.json, examples/with-elasticsearch/tsconfig.json, examples/with-electron-typescript/electron-src/tsconfig.json, examples/with-electron-typescript/renderer/tsconfig.json, examples/with-emotion/tsconfig.json, examples/with-eslint/tsconfig.json, examples/with-expo-typescript/tsconfig.json, examples/with-fingerprintjs-pro/tsconfig.json, examples/with-goober/tsconfig.json, examples/with-google-analytics/tsconfig.json, examples/with-google-maps-embed/tsconfig.json, examples/with-google-tag-manager/tsconfig.json, examples/with-grafbase/tsconfig.json, examples/with-graphql-gateway/tsconfig.json, examples/with-graphql-hooks/tsconfig.json, examples/with-gsap/tsconfig.json, examples/with-ionic/tsconfig.json, examples/with-jest-babel/tsconfig.json, examples/with-jest/tsconfig.json, examples/with-jotai/tsconfig.json, examples/with-linaria/tsconfig.json, examples/with-mantine/tsconfig.json, examples/with-meilisearch/tsconfig.json, examples/with-mobx-state-tree/tsconfig.json, examples/with-mongodb-mongoose/tsconfig.json, examples/with-mongodb/tsconfig.json, examples/with-mqtt-js/tsconfig.json, examples/with-msw/tsconfig.json, examples/with-mux-video/tsconfig.json, examples/with-mysql/tsconfig.json, examples/with-next-sitemap/tsconfig.json, examples/with-next-ui/tsconfig.json, examples/with-opentelemetry/tsconfig.json, examples/with-orbit-components/tsconfig.json, examples/with-oxlint/tsconfig.json, examples/with-particles/tsconfig.json, examples/with-paste-typescript/tsconfig.json, examples/with-plausible/tsconfig.json, examples/with-playwright/tsconfig.json, examples/with-polyfills/tsconfig.json, examples/with-prefetching/tsconfig.json, examples/with-react-hook-form/tsconfig.json, examples/with-react-intl/tsconfig.json, examples/with-react-md-typescript/tsconfig.json, examples/with-react-multi-carousel/tsconfig.json, examples/with-redis/tsconfig.json, examples/with-redux/tsconfig.json, examples/with-reflexjs/tsconfig.json, examples/with-rspack/tsconfig.json, examples/with-sass/tsconfig.json, examples/with-segment-analytics-pages-router/tsconfig.json, examples/with-segment-analytics/tsconfig.json, examples/with-sentry/tsconfig.json, examples/with-service-worker/tsconfig.json, examples/with-sfcc/tsconfig.json, examples/with-sitemap/tsconfig.json, examples/with-slate/tsconfig.json, examples/with-static-export/tsconfig.json, examples/with-stencil/packages/test-component/tsconfig.json, examples/with-stitches/tsconfig.json, examples/with-storybook/tsconfig.json, examples/with-stripe-typescript/tsconfig.json, examples/with-styled-components/tsconfig.json, examples/with-styled-jsx/tsconfig.json, examples/with-supabase/tsconfig.json, examples/with-temporal/temporal/tsconfig.json, examples/with-temporal/tsconfig.json, examples/with-three-js/tsconfig.json, examples/with-turbopack/tsconfig.json, examples/with-turso/tsconfig.json, examples/with-typescript-graphql/tsconfig.json, examples/with-typescript-types/tsconfig.json, examples/with-typescript/tsconfig.json, examples/with-unsplash/tsconfig.json, examples/with-urql/tsconfig.json, examples/with-vanilla-extract/tsconfig.json, examples/with-vercel-blob/tsconfig.json, examples/with-videojs/tsconfig.json, examples/with-vitest/tsconfig.json, examples/with-web-worker/tsconfig.json, examples/with-webassembly/tsconfig.json, examples/with-xata/tsconfig.json, examples/with-xstate/tsconfig.json, examples/with-yoga/tsconfig.json, examples/with-youtube-embed/tsconfig.json, examples/with-zones/blog/tsconfig.json, examples/with-zones/home/tsconfig.json, examples/with-zustand/tsconfig.json, packages/create-next-app/templates/app-api/js/jsconfig.json, packages/create-next-app/templates/app-api/ts/tsconfig.json, packages/create-next-app/templates/app-empty/js/jsconfig.json, packages/create-next-app/templates/app-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw-empty/js/jsconfig.json, packages/create-next-app/templates/app-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/app-tw/js/jsconfig.json, packages/create-next-app/templates/app-tw/ts/tsconfig.json, packages/create-next-app/templates/app/js/jsconfig.json, packages/create-next-app/templates/app/ts/tsconfig.json, packages/create-next-app/templates/default-empty/js/jsconfig.json, packages/create-next-app/templates/default-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw-empty/js/jsconfig.json, packages/create-next-app/templates/default-tw-empty/ts/tsconfig.json, packages/create-next-app/templates/default-tw/js/jsconfig.json, packages/create-next-app/templates/default-tw/ts/tsconfig.json, packages/create-next-app/templates/default/js/jsconfig.json, packages/create-next-app/templates/default/ts/tsconfig.json, packages/create-next-app/tsconfig.json, packages/eslint-config-next/tsconfig.json, packages/eslint-plugin-next/tsconfig.json, packages/font/tsconfig.json, packages/next-codemod/transforms/__testfixtures__/next-lint-to-eslint-cli/flat-config/tsconfig.json, packages/next-codemod/tsconfig.json, packages/next-env/tsconfig.json, packages/next-playwright/tsconfig.json, packages/next-routing/tsconfig.json, packages/next/tsconfig.json, packages/react-refresh-utils/tsconfig.json, packages/third-parties/tsconfig.json, rspack/crates/binding/tsconfig.json, test/development/acceptance-app/fixtures/app-hmr-changes/tsconfig.json, test/development/app-dir/dev-fetch-hmr/tsconfig.json, test/development/app-dir/experimental-lightningcss/tsconfig.json, test/development/app-dir/instant-navs-devtools/tsconfig.json, test/development/app-dir/server-components-hmr-cache/tsconfig.json, test/development/basic/define-class-fields/fixture/tsconfig.json, test/development/basic/emotion-swc/fixture/jsconfig.json, test/development/basic/legacy-decorators/jsconfig.json, test/development/basic/theme-ui/fixture/jsconfig.json, test/development/jsconfig-path-reloading/app/jsconfig.json, test/development/jsconfig-paths-wildcard/jsconfig.json, test/development/mcp-server/fixtures/log-file-app/tsconfig.json, test/development/tsconfig-path-reloading/app/tsconfig.json, test/development/typescript-external-dir/project/tsconfig.json, test/development/typescript-external-dir/shared/tsconfig.json, test/development/typescript-plugin/client-boundary/tsconfig.json, test/development/typescript-plugin/metadata/tsconfig.json, test/development/typescript-plugin/tsconfig.json, test/e2e/app-dir/interception-middleware-rewrite/tsconfig.json, test/e2e/app-dir/log-file/tsconfig.json, test/e2e/app-dir/metadata-suspense/tsconfig.json, test/e2e/app-dir/modularizeimports/tsconfig.json, test/e2e/app-dir/parallel-routes-and-interception/tsconfig.json, test/e2e/app-dir/parallel-routes-not-found/tsconfig.json, test/e2e/app-dir/root-layout-redirect/tsconfig.json, test/e2e/app-dir/router-stuck-dynamic-static-segment/tsconfig.json, test/e2e/app-dir/searchparams-static-bailout/tsconfig.json, test/e2e/app-dir/typed-routes-validator/tsconfig.json, test/e2e/app-dir/typed-routes/tsconfig.json, test/e2e/app-dir/types/tsconfig.json, test/e2e/app-dir/underscore-ignore-app-paths/tsconfig.json, test/e2e/app-dir/use-params/tsconfig.json, test/e2e/filesystem-cache/tsconfig.json, test/e2e/instrumentation-hook-src/tsconfig.json, test/e2e/jsconfig-baseurl/jsconfig.json, test/e2e/jsconfig-paths/jsconfig.json, test/e2e/typescript-paths/tsconfig.json, test/e2e/typescript-workspaces-paths/packages/www/tsconfig.json, test/e2e/typescript-workspaces-paths/tsconfig.json, test/lib/tsconfig.json, test/production/app-dir/actions-tree-shaking/use-effect-actions/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/app/tsconfig.json, test/production/app-dir/tsconfig-no-relative-resolve/tsconfig.json, test/production/app-dir/types-gen-nounuselocal/tsconfig.json, test/production/deployment-id-handling/app/tsconfig.json, test/production/emit-decorator-metadata/app/jsconfig.json, test/production/graceful-shutdown/src/tsconfig.json, test/production/jest/relay/app/tsconfig.json, test/production/jest/remove-react-properties/app/tsconfig.json, test/production/jsconfig-empty/jsconfig.json, test/production/jsconfig/jsconfig.json, test/production/middleware-typescript/app/tsconfig.json, test/production/supports-module-resolution-nodenext/tsconfig.json, test/production/terser-class-static-blocks/tsconfig.json, test/production/typescript-basic/typechecking/tsconfig.json, test/production/typescript-checked-side-effect-imports/tsconfig.json, test/production/typescript-paths-baseUrl/fixtures/inherited/web/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/config-dir/project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-project/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/default-tsconfig-package/tsconfig.json, test/unit/typescript-cli-config-origin/fixture/project/tsconfig.json, tsconfig.json, turbopack/crates/turbopack-cli/js/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/dev/hmr-client/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/dom/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/self-contained/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/nodejs/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared-node/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime/tsconfig.json, turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/tsconfig.json, turbopack/crates/turbopack-node/js/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-fallback/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-nodenext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/execution/turbopack/resolving/tsconfig-paths-dynamic/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/node_modules/tsconfig-mod/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/jsconfig-baseurl/input/jsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-baseurl/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module-full-path/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-module/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/ts/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/config/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-relative-dir/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends-without-ext/input/tsconfig.json, turbopack/crates/turbopack-tests/tests/snapshot/typescript/tsconfig-extends/input/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-extends/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package-from-js/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-package/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/ts-paths/tsconfig.json, turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/ts-input-esm/tsconfig.json, turbopack/packages/devlow-bench/tsconfig.json, turbopack/packages/turbo-tracing-next-plugin/tsconfig.json, turbopack/packages/webpack-nmt/tsconfig.json, turbopack/tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "189/22452 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22452,
"oversized": 189
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "excellent",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"example_dirs": [
"demos",
"example",
"examples",
"samples"
],
"has_mcp_signal": true,
"api_schema_files": [
"examples/with-grafbase/grafbase/schema.graphql",
"examples/with-relay-modern/schema/init-schema.graphql",
"test/e2e/relay-graphql-swc-multi-project/schema.graphql",
"test/e2e/relay-graphql-swc-single-project/schema.graphql",
"test/production/jest/relay/app/main.graphql"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "examples/with-grafbase/grafbase/schema.graphql, examples/with-relay-modern/schema/init-schema.graphql, test/e2e/relay-graphql-swc-multi-project/schema.graphql, test/e2e/relay-graphql-swc-single-project/schema.graphql, test/production/jest/relay/app/main.graphql",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/with-grafbase/grafbase/schema.graphql, examples/with-relay-modern/schema/init-schema.graphql, test/e2e/relay-graphql-swc-multi-project/schema.graphql, test/e2e/relay-graphql-swc-single-project/schema.graphql, test/production/jest/relay/app/main.graphql"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "demos, example, examples, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demos, example, examples, samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-13T01:23:06.805717Z",
"schema_version": "0.9.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vercel/next.js.svg",
"full_name": "vercel/next.js",
"license_state": "standard",
"license_spdx": "MIT"
}