BEACON

← candidates

npm @adhdev/daemon-standalone @1.0.17

score
0.75 high
flagged 2026-07-21 19:48
signals by category
content 1 topology 2 enrichment 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=1.0.17 but max published is 1.0.18-rc.1
mass_publish_burst 0.8 publisher 'vilmire' pushed 5 packages in the last 15min on npm
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 126d ago but package has 1049 versions (expect >= 181d for that history)

Prior profile (what it deviated from)

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

Evidence (package doc at flag time)

{
  "dependencies_count": 9,
  "dist": {
    "integrity": "sha512-9KVS/KCvD6UplWY/h4Pzl3KP+oacLncSH13AiZN534SWYjGPjR8VlsRGcZcv1688vMRzBVSY65nkhqt0g+hgoQ==",
    "tarball": "https://registry.npmjs.org/@adhdev/daemon-standalone/-/daemon-standalone-1.0.17.tgz",
    "unpackedSize": 22262692
  },
  "dist-tags": {
    "latest": "1.0.17",
    "next": "1.0.18-rc.5"
  },
  "latest_version": "1.0.17",
  "maintainers": [
    {
      "email": "vilmire@gmail.com",
      "name": "vilmire"
    }
  ],
  "num_versions": 1049,
  "repository": {
    "directory": "packages/daemon-standalone",
    "type": "git",
    "url": "git+https://github.com/vilmire/adhdev.git"
  },
  "scripts": {
    "build": "tsup",
    "bundle:vendor": "node ./scripts/vendor-runtime-deps.mjs",
    "bundle:web": "node -e \"const{cpSync,mkdirSync,rmSync}=require('fs');rmSync('public',{recursive:true,force:true});mkdirSync('public',{recursive:true});cpSync('../web-standalone/dist','public',{recursive:true});console.log('bundled web-standalone \u2192 public/ (clean)')\"",
    "dev": "tsx src/index.ts",
    "preinstall": "node -e \"const major=Number.parseInt(process.versions.node.split('.')[0],10); if (process.platform === 'win32' && major >= 24 && !process.env.ADHDEV_BOOTSTRAP && !process.env.CI) { console.error('\\n\u2717 ADHDev standalone does not currently support Node.js 24+ on Windows.\\n  Install Node.js 22.x on Windows, then retry.\\n'); process.exit(1); }\"",
    "prepublishOnly": "cd ../.. && npm run build -w packages/session-host-daemon && npm run build -w packages/mcp-server && npm run build -w packages/daemon-core && npm run build -w packages/web-standalone && cd packages/daemon-standalone && npm run bundle:web && npm run bundle:vendor && npm run build",
    "start": "node dist/index.js",
    "test": "node --import tsx --test test/*.test.ts && vitest run",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=1.0.17 but max published is 1.0.18-rc.1",
    "install_script_payload": "install/lifecycle script matches payload regex",
    "mass_publish_burst": "publisher 'vilmire' pushed 5 packages in the last 15min on npm",
    "repo_too_new_for_version_history": "claimed repo created 126d ago but package has 1049 versions (expect >= 181d for that history)"
  },
  "time": {
    "created": "2026-03-18T18:15:46.222Z",
    "modified": "2026-07-22T00:36:40.674Z"
  }
}