npm @adhdev/daemon-standalone @0.9.81
score
0.7333
high
flagged
2026-06-19 01:25
Signals fired
| signal | weight | rationale |
|---|---|---|
| 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 |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 93d ago but package has 781 versions (expect >= 173d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"vilmire"
],
"versions": 780
}
Evidence (package doc at flag time)
{
"dependencies_count": 9,
"dist": {
"integrity": "sha512-5cpO4mNmUfW9bBMyZZMtinFrjQLgRK6rAsL/u7oPvx95ng1ahdeDp7W17J+6L4vICl7j26iv/7PL4FWX0LKsSw==",
"tarball": "https://registry.npmjs.org/@adhdev/daemon-standalone/-/daemon-standalone-0.9.81.tgz",
"unpackedSize": 10968418
},
"dist-tags": {
"latest": "0.9.81",
"next": "0.9.82-rc.322"
},
"latest_version": "0.9.81",
"maintainers": [
{
"email": "vilmire@gmail.com",
"name": "vilmire"
}
],
"num_versions": 781,
"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}=require('fs');mkdirSync('public',{recursive:true});cpSync('../web-standalone/dist','public',{recursive:true});console.log('bundled web-standalone \u2192 public/')\"",
"dev": "tsx src/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 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",
"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",
"repo_too_new_for_version_history": "claimed repo created 93d ago but package has 781 versions (expect >= 173d for that history)"
},
"time": {
"created": "2026-03-18T18:15:46.222Z",
"modified": "2026-06-19T05:42:53.618Z"
}
}