npm create-fullstack-scaffold @0.4.18
score
0.7277
high
flagged
2026-05-20 23:21
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| install_script_payload | 1.0 | install/lifecycle script matches payload regex |
| cadence | ||
| rapid_release | 0.8 | 9 versions in last 24h: ['0.4.14', '0.4.15', '0.4.16', '0.4.17', '0.4.18'] |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"dyyz1993"
],
"versions": 22
}
Evidence (package doc at flag time)
{
"dependencies_count": 23,
"dist": {
"integrity": "sha512-x45yux5i6KBj6XjPYxIr4PhRMijc49l/OBJVHIbSSFSb0vTRIta2//yMdZiNsC1ijJcoA4RNj3C1FV1PYsueHw==",
"tarball": "https://registry.npmjs.org/create-fullstack-scaffold/-/create-fullstack-scaffold-0.4.18.tgz",
"unpackedSize": 3489528
},
"dist-tags": {
"latest": "0.4.18"
},
"latest_version": "0.4.18",
"maintainers": [
{
"email": "dyyz1993@qq.com",
"name": "dyyz1993"
}
],
"num_versions": 23,
"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": "9 versions in last 24h: ['0.4.14', '0.4.15', '0.4.16', '0.4.17', '0.4.18']"
},
"time": {
"created": "2026-05-08T19:59:29.026Z",
"modified": "2026-05-21T04:12:36.022Z"
}
}