npm @adhdev/daemon-standalone @1.0.20
score
0.75
high
flagged
2026-07-23 20:21
signals by category
content
1
cadence
1
topology
1
enrichment
1
maintainers added: —
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| install_script_payload | 1.0 | install/lifecycle script matches payload regex |
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['1.0.18', '1.0.19', '1.0.20'] |
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=1.0.20 but max published is 1.0.21-rc.1 |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 128d ago but package has 1072 versions (expect >= 181d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"vilmire"
],
"versions": 1071
}
Evidence (package doc at flag time)
{
"dependencies_count": 9,
"dist": {
"integrity": "sha512-fcOOZ+636icuCY0QkBj7mtQPVV+qR1I2xdERqCzVY7ttxUHHHS95vGZaaknhL6WRU52ZXDGSdSpWzyLCatqgDw==",
"tarball": "https://registry.npmjs.org/@adhdev/daemon-standalone/-/daemon-standalone-1.0.20.tgz",
"unpackedSize": 23105782
},
"dist-tags": {
"latest": "1.0.20",
"next": "1.0.21-rc.5"
},
"latest_version": "1.0.20",
"maintainers": [
{
"email": "vilmire@gmail.com",
"name": "vilmire"
}
],
"num_versions": 1072,
"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.20 but max published is 1.0.21-rc.1",
"install_script_payload": "install/lifecycle script matches payload regex",
"rapid_release": "3 versions in last 24h: ['1.0.18', '1.0.19', '1.0.20']",
"repo_too_new_for_version_history": "claimed repo created 128d ago but package has 1072 versions (expect >= 181d for that history)"
},
"time": {
"created": "2026-03-18T18:15:46.222Z",
"modified": "2026-07-24T01:21:39.893Z"
}
}