BEACON

← candidates

npm @adhdev/daemon-standalone @1.0.27

score
0.75 high
flagged 2026-07-24 23:11
signals by category
content 1 cadence 1 topology 1 enrichment 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 6 versions in last 24h: ['1.0.23', '1.0.24', '1.0.25', '1.0.26', '1.0.27']
topology
dist_tag_anomaly 0.5 dist-tags.latest=1.0.27 but max published is 1.0.28-rc.1
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 129d ago but package has 1085 versions (expect >= 182d for that history)

Prior profile (what it deviated from)

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

Evidence (package doc at flag time)

{
  "dependencies_count": 9,
  "dist": {
    "integrity": "sha512-DGuNvoSBl50dQ2xqZwaYauhTGNzywlm0V6gKtBv12NQNF81Z4iwXWKLiwCwtZIA74pKlqUCwq40v7xI9UcPx2g==",
    "tarball": "https://registry.npmjs.org/@adhdev/daemon-standalone/-/daemon-standalone-1.0.27.tgz",
    "unpackedSize": 23244265
  },
  "dist-tags": {
    "latest": "1.0.27",
    "next": "1.0.28-rc.2"
  },
  "latest_version": "1.0.27",
  "maintainers": [
    {
      "email": "vilmire@gmail.com",
      "name": "vilmire"
    }
  ],
  "num_versions": 1085,
  "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.27 but max published is 1.0.28-rc.1",
    "install_script_payload": "install/lifecycle script matches payload regex",
    "rapid_release": "6 versions in last 24h: ['1.0.23', '1.0.24', '1.0.25', '1.0.26', '1.0.27']",
    "repo_too_new_for_version_history": "claimed repo created 129d ago but package has 1085 versions (expect >= 182d for that history)"
  },
  "time": {
    "created": "2026-03-18T18:15:46.222Z",
    "modified": "2026-07-25T04:11:05.441Z"
  }
}