BEACON

← candidates

npm adhdev @0.9.81

score
0.75 high
flagged 2026-06-14 23:21
signals by category
content 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
topology
dist_tag_anomaly 0.5 dist-tags.latest=0.9.81 but max published is 0.9.82-rc.1

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "vilmire"
  ],
  "versions": 776
}

Evidence (package doc at flag time)

{
  "dependencies_count": 14,
  "dist": {
    "integrity": "sha512-vYEvf00bDIBWOEDoGnqHa5z+oTdGiVcWdj0eYuUGLauXEVkNf7NyclCD6IEW410t+XA56/w9+O+YaCXVRYMVwA==",
    "tarball": "https://registry.npmjs.org/adhdev/-/adhdev-0.9.81.tgz",
    "unpackedSize": 24738481
  },
  "dist-tags": {
    "latest": "0.9.81",
    "next": "0.9.82-rc.271"
  },
  "latest_version": "0.9.81",
  "maintainers": [
    {
      "email": "vilmire@gmail.com",
      "name": "vilmire"
    }
  ],
  "num_versions": 776,
  "repository": {
    "directory": "packages/daemon-cloud",
    "type": "git",
    "url": "git+https://github.com/vilmire/adhdev-cloud.git"
  },
  "scripts": {
    "build": "tsup",
    "bundle:vendor": "node ./scripts/vendor-runtime-deps.mjs",
    "dev": "tsx src/cli/index.ts",
    "preinstall": "node -e \"const major=Number.parseInt(process.versions.node.split('.')[0],10); if (process.platform === 'win32' && major >= 24) { console.error('\\n\u2717 ADHDev does not currently support Node.js 24+ on Windows.\\n  Install Node.js 22.x on Windows, then retry.\\n'); process.exit(1); }\"",
    "prepublishOnly": "npm run build && npm run bundle:vendor",
    "start": "node dist/cli/index.js",
    "test": "node --import tsx --test test/*.test.ts",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=0.9.81 but max published is 0.9.82-rc.1",
    "install_script_payload": "install/lifecycle script matches payload regex"
  },
  "time": {
    "created": "2026-03-03T17:43:34.800Z",
    "modified": "2026-06-15T01:59:45.114Z"
  }
}