BEACON

← candidates

npm create-fullstack-scaffold @0.4.13

score
0.7053 high
flagged 2026-05-20 20:35
signals by category
content 1 cadence 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
cadence
rapid_release 0.8 4 versions in last 24h: ['0.4.10', '0.4.11', '0.4.12', '0.4.13']

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "dyyz1993"
  ],
  "versions": 18
}

Evidence (package doc at flag time)

{
  "dependencies_count": 23,
  "dist": {
    "integrity": "sha512-QGoo8aA2YFweDNorob9a33OqgYr8dPrY14m/nJpdtVU4zyGJxWQRXjxy4jZ5UxMmPCP0rTS60h8bbyx354P3KQ==",
    "tarball": "https://registry.npmjs.org/create-fullstack-scaffold/-/create-fullstack-scaffold-0.4.13.tgz",
    "unpackedSize": 3479877
  },
  "dist-tags": {
    "latest": "0.4.13"
  },
  "latest_version": "0.4.13",
  "maintainers": [
    {
      "email": "dyyz1993@qq.com",
      "name": "dyyz1993"
    }
  ],
  "num_versions": 18,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dyyz1993/fullstack-scaffold.git"
  },
  "scripts": {
    "ai:context": "node --import tsx/esm lint-scripts/ai-context-generator.ts",
    "build": "npm run build:client && npm run build:server",
    "build:all": "npm run build:client && npm run build:server && npm run build:cli",
    "build:cli": "tsup --config tsup.cli.config.ts",
    "build:client": "vite build",
    "build:cloudflare": "npm run build:client && tsup --config tsup.config.ts",
    "build:server": "tsup",
    "check:refs": "node --import tsx/esm lint-scripts/check-refs.ts",
    "cli": "node dist/cli/index.js",
    "coverage": "vitest --coverage",
    "create:module": "node --import tsx/esm scripts/create-template.ts",
    "db:generate": "drizzle-kit generate",
    "db:migrate": "drizzle-kit migrate",
    "db:push": "drizzle-kit push",
    "db:studio": "drizzle-kit studio",
    "deploy:cf": "npm run build:cloudflare && wrangler deploy",
    "dev": "vite",
    "dev:cf": "wrangler dev",
    "dev:context": "node --import tsx/esm lint-scripts/dev-context-analyzer.ts",
    "dev:guide": "node --import tsx/esm lint-scripts/dev-guide-generator.ts",
    "format": "prettier --write .",
    "framework:check": "node --import tsx/esm lint-scripts/framework/check-modify.ts",
    "framework:init": "node --import tsx/esm lint-scripts/framework/init-baseline.ts",
    "framework:update": "node --import tsx/esm lint-scripts/framework/update-baseline.ts",
    "lint": "eslint .",
    "lint:template": "cd template && npx eslint src/ --max-warnings=0",
    "postinstall": "node -e \"try{require.resolve('patch-package')&&require('child_process').execSync('npx patch-package',{stdio:'pipe'})}catch(e){}\"",
    "prepare": "husky",
    "preview": "vite preview",
    "start": "NODE_ENV=production node dist/server/node.js",
    "start:dev": "NODE_ENV=development node --import tsx src/server/entries/node.ts",
    "test": "vitest",
    "test:all": "node --import tsx/esm lint-scripts/smart-test.ts --all",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:ui": "playwright test --ui",
    "test:full": "npm run test:all && npm run test:integration && npm run test:e2e",
    "test:history": "node --import tsx/esm lint-scripts/test-history.ts",
    "test:history:compare": "node --import tsx/esm lint-scripts/test-history.ts compare",
    "test:history:failed": "node --import tsx/esm lint-scripts/test-history.ts failed",
    "test:history:list": "node --import tsx/esm lint-scripts/test-history.ts list",
    "test:history:show": "node --import tsx/esm lint-scripts/test-history.ts show",
    "test:infrastructure": "node --import tsx/esm lint-scripts/smart-test.ts --infrastructure",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:smart": "node --import tsx/esm lint-scripts/smart-test.ts",
    "test:smart:staged": "node --import tsx/esm lint-scripts/smart-test.ts --staged",
    "test:template": "cd template && npx vitest run",
    "test:track": "node --import tsx/esm lint-scripts/test-tracker.ts",
    "test:ui": "vitest run --ui",
    "turbo:all": "turbo lint typecheck test build",
    "turbo:build": "turbo build",
    "turbo:lint": "turbo lint",
    "turbo:test": "turbo test",
    "turbo:typecheck": "turbo typecheck",
    "typecheck": "tsc --noEmit && eslint . --max-warnings=0",
    "typecheck:template": "cd template && npx tsc --noEmit",
    "validate:all": "node --import tsx/esm lint-scripts/validate-all.ts",
    "validate:modules": "npx tsx src/server/core/module-loader.ts",
    "validate:template": "npm run typecheck:template && npm run lint:template",
    "validate:vite-routes": "node --import tsx/esm lint-scripts/validate-vite-routes.ts",
    "validate:watch": "node --import tsx/esm lint-scripts/watch-validator.ts"
  },
  "signal_details": {
    "install_script_payload": "install/lifecycle script matches payload regex",
    "rapid_release": "4 versions in last 24h: ['0.4.10', '0.4.11', '0.4.12', '0.4.13']"
  },
  "time": {
    "created": "2026-05-08T19:59:29.026Z",
    "modified": "2026-05-21T01:19:20.774Z"
  }
}