原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 247,
"has_wiki": true,
"homepage": "https://nextstepjs.com",
"languages": {
"TypeScript": 69962
},
"pushed_at": "2026-07-20T18:24:39Z",
"created_at": "2024-09-14T05:32:54Z",
"owner_type": "User",
"updated_at": "2026-07-24T13:50:47Z",
"description": "Lightweight onboarding library for Next.js",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://nextstepjs.com",
"name": "Alex Enes Zorlu",
"type": "User",
"login": "enszrlu",
"company": null,
"location": "United Kingdom",
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/65814876?v=4",
"created_at": "2020-05-23T12:18:28Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 2255
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.3.1-beta.0",
"kind": "prerelease",
"published_at": "2026-07-20T18:24:39Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-20T18:20:06Z"
},
{
"tag": "v2.3.0-beta.0",
"kind": "prerelease",
"published_at": "2026-06-14T14:32:48Z"
},
{
"tag": "v.2.1.1",
"kind": "other",
"published_at": "2025-05-21T08:30:32Z"
},
{
"tag": "v.2.1.0",
"kind": "other",
"published_at": "2025-05-11T20:36:31Z"
},
{
"tag": "v.2.0.0",
"kind": "other",
"published_at": "2025-02-28T00:40:55Z"
},
{
"tag": "v.2.0.0-beta.9",
"kind": "other",
"published_at": "2025-02-09T11:32:56Z"
},
{
"tag": "v.2.0.0-beta.6",
"kind": "other",
"published_at": "2024-12-22T10:44:25Z"
},
{
"tag": "v.1.3.0",
"kind": "other",
"published_at": "2024-12-19T17:38:23Z"
},
{
"tag": "v.1.2.2",
"kind": "other",
"published_at": "2024-10-30T17:12:15Z"
},
{
"tag": "v.1.2.1",
"kind": "other",
"published_at": "2024-10-24T15:10:25Z"
},
{
"tag": "v.1.2.0-beta.3",
"kind": "other",
"published_at": "2024-10-11T15:36:35Z"
},
{
"tag": "v.1.2.0-beta.2",
"kind": "other",
"published_at": "2024-10-10T18:39:43Z"
},
{
"tag": "v.1.2.0-beta.1",
"kind": "other",
"published_at": "2024-10-10T17:29:04Z"
},
{
"tag": "v.1.2.0-beta.0",
"kind": "other",
"published_at": "2024-10-05T11:24:35Z"
},
{
"tag": "v.1.1.0",
"kind": "other",
"published_at": "2024-10-05T11:14:43Z"
},
{
"tag": "v.1.1.0-beta.1",
"kind": "other",
"published_at": "2024-09-24T19:13:02Z"
},
{
"tag": "v.1.0.5",
"kind": "other",
"published_at": "2024-09-16T19:41:01Z"
},
{
"tag": "v.1.0.4",
"kind": "other",
"published_at": "2024-09-15T10:57:53Z"
},
{
"tag": "v.1.0.3",
"kind": "other",
"published_at": "2024-09-15T10:43:53Z"
},
{
"tag": "v.1.0.2",
"kind": "other",
"published_at": "2024-09-15T07:26:19Z"
},
{
"tag": "v.1.0.1",
"kind": "other",
"published_at": "2024-09-14T20:34:10Z"
},
{
"tag": "v.1.0.0",
"kind": "other",
"published_at": "2024-09-14T20:16:50Z"
}
],
"recent_commits": [
{
"oid": "50379a13180de706804242851e72f285c7e3ab14",
"body": "Promote the soaked 2.3.0-beta.0 improvements to stable.",
"is_bot": false,
"headline": "release: v2.3.0",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-07-20T18:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9386420b488d7a45189b7ec1473042e5320df9",
"body": "feat: beta improvements (cardOffset, scrollOffset, selector retry, side-swap, custom arrow, caret alignment, optional icon)",
"is_bot": false,
"headline": "Merge pull request #77 from enszrlu/feat/beta-improvements",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2026-06-14T14:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee99ffea5ea918144ae936ba07de08a9d50e17c6",
"body": "Opt-in additions with behavior-preserving defaults:\n- Step.icon is now optional (#75)\n- NextStepProps is a discriminated union: showControls/showSkip are typed\n out when a custom cardComponent is provided (#75)\n- Step.cardOffset controls the card<->spotlight gap; the caret scales with it\n (adopted\n[…]\nt (#74)\n- the caret centers on the anchor for corner placements (#71)\n\nVerified against the monorepo Playwright suite (website React 19 + remix\nReact 18, desktop + mobile) and the public-API snapshot.",
"is_bot": false,
"headline": "feat: backward-compatible beta improvements (v2.3.0-beta.0)",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-06-14T14:04:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d33a4955ea9d9eb9aca4e377441359ac839f5d89",
"body": "chore: harden build/publish for monorepo consumption",
"is_bot": false,
"headline": "Merge pull request #76 from enszrlu/chore/build-publish-hardening",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2026-06-14T12:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27125f35bc9e95b7c01fce836df90c66a2139d83",
"body": "- add prepack script so dist is rebuilt from src on npm publish\n- add dev (tsc --watch) script for live-linked development\n- add files allowlist (dist, README, LICENSE) for a slim npm tarball\n- stop tracking dist/ (build artifact, now rebuilt via prepack)",
"is_bot": false,
"headline": "chore: harden build/publish for monorepo consumption",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-06-14T09:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35eee5d5125712c975a317fd60c1e0d165204ec2",
"body": "feat: Add customizable z-index, step interaction control, and fix default card completion",
"is_bot": false,
"headline": "Merge pull request #68 from enszrlu/fix-collector",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T12:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9bfa2d506aab810ae786b6dc84222a9de22265",
"body": "…nto fix-collector",
"is_bot": false,
"headline": "Merge branch 'fix-collector' of https://github.com/enszrlu/NextStep i…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T12:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c12179d2d943a85472ae1f5fc954ba5dbbff25",
"body": "…tion",
"is_bot": false,
"headline": "feat(Selector-Interaction): Add step optional prop to disable interac…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T12:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d077eb1e9cdc65bb51be4056199e7af2d9546e56",
"body": "…tion",
"is_bot": false,
"headline": "feat(Selector-Interaction): Add step optional prop to disable interac…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T12:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d95fbaba1d74b2f63447322182c3131ecc2d5259",
"body": null,
"is_bot": false,
"headline": "feat(overlay-z-index): Enable custom Z index for Nextstep components",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T11:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2ab34c5784374b077066856a83f8432b437d3d3",
"body": "…tStep instead of skipTour to trigger correct event\n\n#43",
"is_bot": false,
"headline": "fix(default-card-on-complete): Default card finish button to call nex…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2026-01-02T11:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d50417a5cbdd91383b06836fd72e80dfb747c2",
"body": null,
"is_bot": false,
"headline": "update readme with vite information",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-08-26T10:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd808ebbd254f132d69214fbed8b6f2b30c2c862",
"body": "Update README with workaround for next/navigation dependency in Vite apps",
"is_bot": false,
"headline": "Merge pull request #53 from blake-infab/patch-1",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-08-26T10:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14eb04acd2422816a229d977da6789cd1c81e12",
"body": "… in Vite apps\n\nAdded steps under special considerations for Vite that includes requirements to get nextstepjs working with Vite.",
"is_bot": false,
"headline": "Update README.md to include workaround for next/navigation dependency…",
"author_name": "blake-infab",
"author_login": "blake-infab",
"committed_at": "2025-08-11T16:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7591161cdff9537f9372a4007803b643d56622d0",
"body": null,
"is_bot": false,
"headline": "publish v2.1.1 for MIT Licence",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-05-21T08:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52530bd9657085d64baede5699cf89e9da4abd82",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-05-21T08:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5753ad133234f76669a1cf8f2abd6d1cd3ff19a",
"body": "Implement SmoothSpotlight to avoid gpu issues in google chrome and im…",
"is_bot": false,
"headline": "Merge pull request #33 from enszrlu/implement-smooth-spotlight",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-05-11T20:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70573e1b5033c434883964703ba47b788f0dbf09",
"body": "…prove performance",
"is_bot": false,
"headline": "Implement SmoothSpotlight to avoid gpu issues in google chrome and im…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-05-11T20:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c113df37b2290c645bc9712873414473e75f86",
"body": null,
"is_bot": false,
"headline": "remove console logs and update version for publish.",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-28T00:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7decda9c8a294626569d5507047c709ba66dab",
"body": "241219 support other react libraries",
"is_bot": false,
"headline": "Merge pull request #27 from enszrlu/241219-support-other-react-libraries",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-02-28T00:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9901824b0147ea10d0e3485ce158d850a0892802",
"body": "250223 back version compability",
"is_bot": false,
"headline": "Merge pull request #26 from enszrlu/250223-back-version-compability",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T21:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95364f9269b2774b313846fa4f8c84e45c578d34",
"body": null,
"is_bot": false,
"headline": "update readme and version",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T20:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9af9203d523b9eea342e5505f675b3fd1253b4e",
"body": null,
"is_bot": false,
"headline": "add remix vite information",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T20:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c30212aab253bf5020cadeac4e53aa2a3266e9",
"body": null,
"is_bot": false,
"headline": "build latest changes",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T10:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890529d8b42f48dea03ccaa57afd72d5bffe2dfa",
"body": null,
"is_bot": false,
"headline": "add jsdocs",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T10:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b98ae5b7992263744f6abf20578f8e2db87293",
"body": "… of window to nextstepreact",
"is_bot": false,
"headline": "change default adapter of nextstep to nextjs and move default adapter…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-23T10:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19622115128e889afd57636388f400925e884c6",
"body": "add noInViewScroll to NextStep props",
"is_bot": false,
"headline": "Merge pull request #23 from enszrlu/250208-noInViewScroll",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T16:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b9ea609ba8a503f794cc802d05d6254ea5a845",
"body": null,
"is_bot": false,
"headline": "add noInViewScroll to NextStep props",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T16:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ea03b8c4549806f6287b88d39851c46e057b32e",
"body": null,
"is_bot": false,
"headline": "add scroll to top prop to NextStep",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T15:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ebfcf3c121e844df3b537ff765d66d74768daa",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T12:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01fa23818ca939310f5be64356de4b7fa461a7d7",
"body": "add disableConsoleLogs",
"is_bot": false,
"headline": "Merge pull request #22 from enszrlu/250208-add-disableConsoleLogs-prop",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T11:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d5de69caee3b485fed9984160ed0739886b50e",
"body": null,
"is_bot": false,
"headline": "add disableConsoleLogs",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2025-02-08T11:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae4df2da9dfd46925ea1a8e84bd0d95eb7853b9",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2025-01-16T17:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1828eeb4ff74e05039c9cdfe0355478ff789d4b",
"body": null,
"is_bot": false,
"headline": "fix window not defined error and update readme",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-22T10:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2cb8a30594cb1e18235d62b52265464200ebb7",
"body": "…aries\n\nFix React Router Framework Support",
"is_bot": false,
"headline": "Merge pull request #14 from Aerotalon/241219-support-other-react-libr…",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-12-22T10:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35bf8ae3c62815751ec0e3ef954dc925f08655b3",
"body": null,
"is_bot": false,
"headline": "Remove unneeded 'use no memo' & add additional dev dependency",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-21T08:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf5b295674baaab4cb168fad3a4767d0ecc5adc",
"body": null,
"is_bot": false,
"headline": "Remove optimizeDeps from vite config example",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T05:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7002be5cf095317b94088c2e9850fcfbbae168ee",
"body": null,
"is_bot": false,
"headline": "RR Dist",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T03:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eab9442c8e20755e3005a95269d4f562d7d1d1d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T03:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee533afde271356088edc5c68cb118fcd55442b2",
"body": null,
"is_bot": false,
"headline": "maybe a better readme layout?",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3debf07a3fe73ed1e2f466eafc4cd3437008dbaf",
"body": null,
"is_bot": false,
"headline": "Improve ReadMe",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced895c0af1ebbb1903bf4d1485aa6b487ab8bfe",
"body": null,
"is_bot": false,
"headline": "Add vite config to readme",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a53b34b92e8fae8fe3930fbf9ca243aa120ed5",
"body": null,
"is_bot": false,
"headline": "Fix window is not defined error",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e709676be21ecdd11ee653a5eb8ca97768f48ddd",
"body": null,
"is_bot": false,
"headline": "Fix Imports",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5c8fb18a77bc793c271b8058e5c594c35e739e8",
"body": null,
"is_bot": false,
"headline": "ignore compiler errors",
"author_name": "0ctan33",
"author_login": "0ctan33",
"committed_at": "2024-12-20T02:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5422704727099732b7b7ef0a05b7b1c2b656730",
"body": null,
"is_bot": false,
"headline": "release first test version",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T22:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79fc98e92b260642b21d76ad783b6333f606791f",
"body": null,
"is_bot": false,
"headline": "add warning message to window adapter",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T22:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74708a8ec1d0e7538f85dde8cad583e90f75b0b5",
"body": "…ndle size and fix tree shaking",
"is_bot": false,
"headline": "redesign structure of adapters to pack them separately to minimize bu…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T22:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4bb2c1c0e10a833bd082d866cf874d7ba19253a",
"body": null,
"is_bot": false,
"headline": "update readme and add information about navigation adapters",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T21:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4fd93fc91094cdafad27cfd1703359a833e763d",
"body": "…orks",
"is_bot": false,
"headline": "abstract router and enable custom routers along with different framew…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T20:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bb974aa06bb434545a3c3def16e9c8525fa9c0",
"body": "241024 extend next step callbacks",
"is_bot": false,
"headline": "Merge pull request #12 from enszrlu/241024-Extend_NextStep_Callbacks",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T17:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e310cdd58e3494e05a357ffdb74cbd0a66fa3cb5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into 241024-Extend_NextStep_Callbacks",
"author_name": "Alex Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T17:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a45b890d6b6d8706a364e65e80ca5c2b26c3b9",
"body": null,
"is_bot": false,
"headline": "beta to production version",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-12-19T17:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8deacea329c33727b30359e33b11288365eadce4",
"body": null,
"is_bot": false,
"headline": "minor Readme fixes.",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-30T17:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3452d20ba12048869c6fc5bc73f5b6d800529adc",
"body": null,
"is_bot": false,
"headline": "minor readme fixes",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-30T17:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9b6f7a55a09f4db58d142d6566f6cc01a99bf9",
"body": "…d step and tourName to onSkip.",
"is_bot": false,
"headline": "add onStart callback, add tourName to onStepChange and onComplete, ad…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-24T15:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da64bac84a3f5d1e02fdb25fcb66806ba583f7f5",
"body": null,
"is_bot": false,
"headline": "remove tailwindcss instructions from readme",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-24T15:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e012780be01be6d1b101b00f934ef9ff4c46cf",
"body": null,
"is_bot": false,
"headline": "release version 1.2.0 stable",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-24T15:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d72bf5a8ec2122f632091a44f3b0f7cc49d0d39",
"body": "…viewport.",
"is_bot": false,
"headline": "fix minor bug related to step 0 returning false and not working with …",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-18T07:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d604f0c73037a0cf24cc03b3af849dd88e28d4d",
"body": null,
"is_bot": false,
"headline": "fix mobile not working properly in scrollable areas",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-15T21:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0487c05fca7e856dcb669a5d324ef04cdecf49f4",
"body": "add data-name to scroll blocker overlays",
"is_bot": false,
"headline": "fix issue with bottom overlay getting negative height.",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-15T19:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d59687902b7557878c39669dbf0d24fcd963820",
"body": null,
"is_bot": false,
"headline": "update viewport as well on selector resize",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-12T19:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9624d27c0c5c0125d2f40566094229db8537c2ff",
"body": null,
"is_bot": false,
"headline": "update to v.1.2.0-beta.3",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-11T15:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf02b51d21b811b1a6c4eae1abbdf833b268152",
"body": null,
"is_bot": false,
"headline": "observe selector for resize and update on resize",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-11T15:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48048d4cf067ecd089b446f77086ee6c6ea2f489",
"body": null,
"is_bot": false,
"headline": "add popstate event listener to close nextStep when page is changed",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-11T14:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04632b2d04589b108c461463e782540f1b68ec95",
"body": null,
"is_bot": false,
"headline": "remove width height from viewport",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-10T17:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c9ca2d113d3b7124405177c1f5ab20812701406",
"body": null,
"is_bot": false,
"headline": "fix NextStepViewport height and width",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-10T17:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54955149c8e607d46f018573b33057dee4bbcbef",
"body": "20240924 remove tailwind css dependency",
"is_bot": false,
"headline": "Merge pull request #7 from enszrlu/20240924-RemoveTailwindCSS",
"author_name": "Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-10-05T11:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a8cbdcece7febe385324e7ffe154ea18ba25a46",
"body": "… readme.",
"is_bot": false,
"headline": "update package.json with new version and add non-tailwindcss notes to…",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-05T11:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce624b1b9d44d5911235e9ccdc297a402587881",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into 20240924-RemoveTailwindCSS",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-05T11:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f57ae5a287e1667ca1a5868c6f03b85241e621",
"body": null,
"is_bot": false,
"headline": "minor fix",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-05T11:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa616537e7a9e8144637d010faa78b32305f2b1d",
"body": null,
"is_bot": false,
"headline": "add https://nextstepjs.com/ and release v1.1.0",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-10-05T11:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b815c03c85ebdde33b0395d3a4850aa46376ad62",
"body": "20240918 support in element tours",
"is_bot": false,
"headline": "Merge pull request #4 from enszrlu/20240918-SupportInElementTours",
"author_name": "Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-09-24T19:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853ee4cd289226ea97e94e1496fe04c4765fa902",
"body": null,
"is_bot": false,
"headline": "Remove tailwindcss classes and replace with inline CSS",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-24T19:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82b879b541c7097b8ccaf58dd01527e452fc38b",
"body": null,
"is_bot": false,
"headline": "BUG FIX: window is not defined on server side or initial render",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T20:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f62e598bf1f30310021dfe52102103c7cfdf09",
"body": null,
"is_bot": false,
"headline": "build beta and publish",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T19:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5cd47b64663cd04b0913757dd7963f6fa49c79d",
"body": null,
"is_bot": false,
"headline": "fix pages router code",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T16:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972ccb6996a6d7ebf7b38e5f0e79ca0a89f92cd9",
"body": null,
"is_bot": false,
"headline": "add instructions for pages router",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T15:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a0c13762e3bb2ebc0b3a6e64392b881281dee1",
"body": null,
"is_bot": false,
"headline": "Add NextStepViewport and update Readme",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T15:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cf4ea205f96150dbf28f37b2db7ec8a28b947e",
"body": null,
"is_bot": false,
"headline": "add space between two sections for readability",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T15:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4dc37067900ffd9a8d8455681757feb0e76071",
"body": null,
"is_bot": false,
"headline": "Improve mobile on defaultcard",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-22T15:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09dc56974a06639330dced42a08cf4f76b37d495",
"body": null,
"is_bot": false,
"headline": "Support when viewport is itself also scrollable",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-21T13:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d03f145a3e57129ab46490d453d76310cce507",
"body": null,
"is_bot": false,
"headline": "Fix error with overlay getting bigger than wrapper",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-21T12:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81e3a41bb86a548efa66bb12b229272fc2854af",
"body": null,
"is_bot": false,
"headline": "Fix issue with resize not recognizing right wrapper",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-21T11:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c8e2e254be3711ad3b9ca78fd5783bfa20007c",
"body": "…overlay taking more space than wrapper.",
"is_bot": false,
"headline": "Fix scroll X not being detected as scrollable parent. Fix issue with …",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-21T11:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67587cb3fea87d2323764c014f162f7e795ee2e",
"body": null,
"is_bot": false,
"headline": "Fix x position error on resize",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-21T11:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204f303d7245ac76bee9972a0aee11bbb61bfde2",
"body": null,
"is_bot": false,
"headline": "fix issue when parent is not scrollable",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-20T17:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f59e30706b0df6b55b491a85c0e358f286f29847",
"body": null,
"is_bot": false,
"headline": "Fix mismatch on reset pointer logic",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-20T17:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0e28fda37f04ede318dcedf3640f0ec91f5f23",
"body": null,
"is_bot": false,
"headline": "Add support for wrapperID on steps for custom viewports",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-20T16:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88687966830d8f38fa4572a8367aef5d02e68678",
"body": null,
"is_bot": false,
"headline": "add Dynamic Portal",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-19T18:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee6b1fb3d6c7a82528d9ff770b4e22bff79fd63",
"body": null,
"is_bot": false,
"headline": "revert back refactoring on NextStep",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-19T18:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7579c4d5617606fdd369aa5378d9103b605c921",
"body": null,
"is_bot": false,
"headline": "add react-dom types",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-19T16:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e10cbd082c54d0f11544a493302960ad341cbe4",
"body": null,
"is_bot": false,
"headline": "gitignore cursorrules",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-19T16:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b5dde17dada1c3735d1b2a7525a6b9928568fe",
"body": null,
"is_bot": false,
"headline": "add prettier",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-19T16:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22063aa98a4dbc53f1ba7587723606d6ef597a16",
"body": null,
"is_bot": false,
"headline": "refactor code to remove unnessarry useEffect",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-18T15:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0cb00d5f3f8f5e177712ce6382d8789e6aa7778",
"body": "…rd_animation\n\n20240916 fix undefined side and card animation",
"is_bot": false,
"headline": "Merge pull request #2 from enszrlu/20240916_Fix-undefined-side_and_ca…",
"author_name": "Enes Zorlu",
"author_login": "enszrlu",
"committed_at": "2024-09-16T19:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37322e716e5b7fab75df992c0339c1d5c8c72ead",
"body": null,
"is_bot": false,
"headline": "rebuild and update version",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-16T19:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014f84503068882e62b1fbd4672e12d3e56862ff",
"body": null,
"is_bot": false,
"headline": "add star note to readme",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-16T19:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a459cc9e32fdac2895164a1a60c83153f28c43",
"body": null,
"is_bot": false,
"headline": "Fix Card Animation",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-16T19:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "371b50cbc661902541ed93f5828733c4f6cca903",
"body": null,
"is_bot": false,
"headline": "Fix undefined side",
"author_name": "enszrlu",
"author_login": "enszrlu",
"committed_at": "2024-09-16T18:44:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 14,
"latest_release_at": "2026-07-20T18:24:39Z",
"latest_release_tag": "v2.3.1-beta.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 5,
"days_since_latest_release": 6,
"mean_days_between_releases": 69.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "nextstepjs",
"exists": true,
"license": "MIT",
"keywords": [
"react-onboarding",
"react-nextstep",
"nextjs-onboarding",
"nextjs-onboard",
"onboarding-wizard",
"onboarding",
"nextstep",
"wizard",
"react",
"nextjs",
"product-tour",
"tour",
"demo",
"product-demo",
"onboarding-library",
"onboarding-component",
"onboarding-flow",
"onboarding-tutorial",
"onboarding-guide"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/nextstepjs",
"is_deprecated": false,
"latest_version": "2.3.0",
"repository_url": "https://github.com/enszrlu/NextStep",
"versions_count": 41,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 199563,
"first_published_at": "2024-09-14T20:32:57.111000Z",
"latest_published_at": "2026-07-20T18:20:02.917000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 42,
"stars": 1024,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-09-16",
"count": 2
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-06",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-12-20",
"count": 3
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-06-16",
"count": 3
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-11-03",
"count": 2
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-22",
"count": 2
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
}
],
"complete": true,
"collected": 42,
"total_forks": 42
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 49064,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "@remix-run/react",
"direct": false,
"version": "2.17.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.2,
"advisory_ids": [
"GHSA-8v8x-cx79-35w7"
],
"fixed_version": "7.12.0",
"advisory_count": 1,
"oldest_advisory_days": 199
},
{
"name": "@remix-run/router",
"direct": false,
"version": "1.23.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8,
"advisory_ids": [
"GHSA-2w69-qvjg-hvjx"
],
"fixed_version": "7.12.0",
"advisory_count": 1,
"oldest_advisory_days": 199
},
{
"name": "@remix-run/server-runtime",
"direct": false,
"version": "2.17.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8x6r-g9mw-2r78",
"GHSA-h5cw-625j-3rxh"
],
"fixed_version": "7.15.0",
"advisory_count": 2,
"oldest_advisory_days": 199
},
{
"name": "next",
"direct": false,
"version": "14.2.35",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.6,
"advisory_ids": [
"GHSA-36qx-fr4f-26g5",
"GHSA-3g8h-86w9-wvmq",
"GHSA-3x4c-7xq6-9pq8",
"GHSA-4633-3j49-mh5q",
"GHSA-4c39-4ccg-62r3",
"GHSA-68g3-v927-f742",
"GHSA-89xv-2m56-2m9x",
"GHSA-8h8q-6873-q5fj",
"GHSA-955p-x3mx-jcvp",
"GHSA-9g9p-9gw9-jx7f"
],
"fixed_version": "16.2.11",
"advisory_count": 21,
"oldest_advisory_days": 180
},
{
"name": "postcss",
"direct": false,
"version": "8.4.31",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 93
},
{
"name": "react-router",
"direct": false,
"version": "6.30.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2j2x-hqr9-3h42",
"GHSA-337j-9hxr-rhxg",
"GHSA-9jcx-v3wj-wh4m",
"GHSA-wrjc-x8rr-h8h6"
],
"fixed_version": "7.18.0",
"advisory_count": 4,
"oldest_advisory_days": 199
},
{
"name": "react-router",
"direct": false,
"version": "7.11.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.2,
"advisory_ids": [
"GHSA-2j2x-hqr9-3h42",
"GHSA-2w69-qvjg-hvjx",
"GHSA-337j-9hxr-rhxg",
"GHSA-49rj-9fvp-4h2h",
"GHSA-8646-j5j9-6r62",
"GHSA-8v8x-cx79-35w7",
"GHSA-8x6r-g9mw-2r78",
"GHSA-chx6-hx7r-mcp5",
"GHSA-f22v-gfqf-p8f3",
"GHSA-h5cw-625j-3rxh"
],
"fixed_version": "7.18.0",
"advisory_count": 14,
"oldest_advisory_days": 199
},
{
"name": "turbo-stream",
"direct": false,
"version": "2.4.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-rxv8-25v2-qmq8"
],
"fixed_version": "7.14.0",
"advisory_count": 1,
"oldest_advisory_days": 52
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 8
},
"advisory_count": 47,
"affected_count": 8,
"assessed_count": 52,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@next/env",
"direct": false,
"version": "14.2.35",
"ecosystem": "npm"
},
{
"name": "@next/swc-darwin-arm64",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-darwin-x64",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-linux-arm64-gnu",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-linux-arm64-musl",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-linux-x64-gnu",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-linux-x64-musl",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-win32-arm64-msvc",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-win32-ia32-msvc",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@next/swc-win32-x64-msvc",
"direct": false,
"version": "14.2.33",
"ecosystem": "npm"
},
{
"name": "@remix-run/react",
"direct": false,
"version": "2.17.2",
"ecosystem": "npm"
},
{
"name": "@remix-run/router",
"direct": false,
"version": "1.23.0",
"ecosystem": "npm"
},
{
"name": "@remix-run/server-runtime",
"direct": false,
"version": "2.17.2",
"ecosystem": "npm"
},
{
"name": "@swc/counter",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@swc/helpers",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "@types/cookie",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@types/history",
"direct": false,
"version": "4.7.11",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.15",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "18.3.27",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "18.3.7",
"ecosystem": "npm"
},
{
"name": "@types/react-router",
"direct": false,
"version": "5.1.20",
"ecosystem": "npm"
},
{
"name": "@web3-storage/multipart-parser",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "busboy",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001762",
"ecosystem": "npm"
},
{
"name": "client-only",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "framer-motion",
"direct": false,
"version": "12.23.26",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "motion",
"direct": false,
"version": "12.23.26",
"ecosystem": "npm"
},
{
"name": "motion-dom",
"direct": false,
"version": "12.23.23",
"ecosystem": "npm"
},
{
"name": "motion-utils",
"direct": false,
"version": "12.23.6",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "next",
"direct": false,
"version": "14.2.35",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.4.31",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "19.2.3",
"ecosystem": "npm"
},
{
"name": "react-compiler-runtime",
"direct": false,
"version": "19.0.0-beta-201e55d-20241215",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": false,
"version": "19.2.3",
"ecosystem": "npm"
},
{
"name": "react-router",
"direct": false,
"version": "6.30.0",
"ecosystem": "npm"
},
{
"name": "react-router",
"direct": false,
"version": "7.11.0",
"ecosystem": "npm"
},
{
"name": "react-router-dom",
"direct": false,
"version": "6.30.0",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "streamsearch",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "styled-jsx",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "turbo-stream",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 52,
"direct_count": 0,
"indirect_count": 52
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 14,
"open_issues": 2,
"closed_ratio": 0.963,
"closed_issues": 52,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "enszrlu",
"commits": 113,
"avatar_url": "https://avatars.githubusercontent.com/u/65814876?v=4"
},
{
"type": "User",
"login": "0ctan33",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/76810766?v=4"
},
{
"type": "User",
"login": "blake-infab",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/156713808?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.911
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "5 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "39 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "50379a13180de706804242851e72f285c7e3ab14",
"ran_at": "2026-07-27T09:10:38Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T18:20:05Z",
"oldest_open_prs": [
{
"number": 80,
"created_at": "2026-07-20T18:24:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-14T14:05:08Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 64,
"created_at": "2025-11-19T17:08:49Z",
"last_comment_at": "2026-06-14T14:07:14Z",
"last_comment_author": "enszrlu"
},
{
"number": 72,
"created_at": "2026-02-26T20:02:08Z",
"last_comment_at": "2026-06-14T14:52:32Z",
"last_comment_author": "enszrlu"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/enszrlu/NextStep",
"host": "github.com",
"name": "NextStep",
"owner": "enszrlu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 39,
"vitality": 69,
"community": 66,
"governance": 55,
"engineering": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v2.3.1-beta.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 69.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~69.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 69.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 42,
"stars": 1024,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,024 stars",
"points": 48.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1024
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "42 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 42
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": [
"nextstepjs"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 199563
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "199,563 downloads/month across npm",
"points": 70.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 199563,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.911
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 14,
"open_issues": 2,
"closed_issues": 52,
"issue_closed_ratio": 0.963,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 45,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/25 decided PRs merged",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "enszrlu",
"public_repos": 50,
"account_age_days": 2255
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of enszrlu",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "enszrlu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~6 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"nextstepjs"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "41 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 41
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 27,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://nextstepjs.com",
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nextstepjs.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "39 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 52 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 52
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 47,
"affected_packages": 8,
"assessed_packages": 52,
"unassessed_packages": 0,
"affected_by_severity": "high 8",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 52,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "22 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 49064,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T09:10:53.079422Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/enszrlu/NextStep.svg",
"full_name": "enszrlu/NextStep",
"license_state": "standard",
"license_spdx": "MIT"
}