BEACON

← candidates

npm @pixeldesigns/nexus @0.3.3

score
0.7306 high
flagged 2026-06-05 04:55
signals by category
content 2

maintainers added:

package profile →

amplifiers co-occurring signal pairs that lift the final score

Signals fired

signalweightrationale
content
new_install_script 1.0 first time ['preinstall'] present
install_script_payload 1.0 install/lifecycle script matches payload regex

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "pixeldesigns"
  ],
  "versions": 3
}

Evidence (package doc at flag time)

{
  "dependencies_count": 6,
  "dist": {
    "integrity": "sha512-R7KBs6TSR2JHH1ZNHNi4BEj5ZcUZ4UY8VOrVgQ4Pze9O5aCIVI/AfhNDhB2F32hB9+jg+WkjiIBhTsB9HhrGpA==",
    "tarball": "https://registry.npmjs.org/@pixeldesigns/nexus/-/nexus-0.3.3.tgz",
    "unpackedSize": 150825
  },
  "dist-tags": {
    "latest": "0.3.3"
  },
  "latest_version": "0.3.3",
  "maintainers": [
    {
      "email": "scott@shapiro.net",
      "name": "pixeldesigns"
    }
  ],
  "num_versions": 7,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scottshapiro142/nexuscli.git"
  },
  "scripts": {
    "build": "next build",
    "build:cli": "tsup",
    "dev": "next dev -p 3003",
    "env:pull": "bash scripts/pull-env.sh",
    "eval:spec": "node --env-file=.env.local --import tsx lib/spec/eval.ts",
    "lint": "eslint",
    "nexus": "node --env-file=.env.local --import tsx cli/index.ts",
    "preinstall": "node -e \"const m=parseInt(process.versions.node);if(m===23){console.error('\\n  Nexus does not support Node 23 (odd-numbered, no LTS).\\n  You are on Node '+process.versions.node+', which has no prebuilt better-sqlite3 binary and triggers a node-gyp build that often fails.\\n\\n  Fix: use an LTS version.\\n    nvm install 22 && nvm use 22\\n    npm i -g @pixeldesigns/nexus\\n');process.exit(1);}\"",
    "prepublishOnly": "npm run build:cli",
    "start": "next start -p 3003",
    "test": "node --import tsx --test tests/**/*.test.ts"
  },
  "signal_details": {
    "_amplifiers": [
      "install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)"
    ],
    "install_script_payload": "install/lifecycle script matches payload regex",
    "new_install_script": "first time ['preinstall'] present"
  },
  "time": {
    "created": "2026-05-26T17:25:20.175Z",
    "modified": "2026-06-04T05:29:11.085Z"
  }
}