npm @threadbase-sh/streamer @1.15.1
score
0.6403
med
flagged
2026-06-18 17:35
amplifiers
co-occurring signal pairs that lift the final score
- install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| new_install_script | 1.0 | first time ['postinstall'] present |
| install_script_payload | 1.0 | install/lifecycle script matches payload regex |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [],
"versions": 0
}
Evidence (package doc at flag time)
{
"dependencies_count": 25,
"dist": {
"integrity": "sha512-RTpZ2ftgekOZzAjhjIF0swAAm1lSivU7iflNreH5GqaNQcRmEkNFZSPlWu6w4SrI90Ki7EW2WpnuSno7Mz5kIw==",
"tarball": "https://registry.npmjs.org/@threadbase-sh/streamer/-/streamer-1.15.1.tgz",
"unpackedSize": 21595669
},
"dist-tags": {
"latest": "1.15.1"
},
"latest_version": "1.15.1",
"maintainers": [
{
"email": "ronenmars@gmail.com",
"name": "ronenmars"
}
],
"num_versions": 2,
"repository": {
"type": "git",
"url": "git+https://github.com/RonenMars/threadbase-streamer.git"
},
"scripts": {
"build": "tsup && node -e \"const{cpSync}=require('fs');cpSync('src/db/migrations','dist/migrations',{recursive:true});cpSync('src/db/pg-migrations','dist/pg-migrations',{recursive:true})\"",
"check": "npx biome check --write .",
"db:validate": "tsx scripts/validate-db.ts",
"deploy": "scripts/deploy.sh deploy",
"deploy:fly": "scripts/deploy-fly.sh",
"deploy:force": "scripts/deploy.sh deploy --force",
"deploy:healthcheck": "scripts/deploy.sh healthcheck",
"deploy:linux": "scripts/deploy-linux.sh deploy",
"deploy:linux:force": "scripts/deploy-linux.sh deploy --force",
"deploy:linux:healthcheck": "scripts/deploy-linux.sh healthcheck",
"deploy:linux:rollback": "scripts/deploy-linux.sh rollback",
"deploy:linux:status": "scripts/deploy-linux.sh status",
"deploy:rollback": "scripts/deploy.sh rollback",
"deploy:status": "scripts/deploy.sh status",
"deploy:windows": "pwsh scripts/deploy.ps1 deploy",
"deploy:windows:force": "pwsh scripts/deploy.ps1 deploy -Force",
"deploy:windows:healthcheck": "pwsh scripts/deploy.ps1 healthcheck",
"deploy:windows:rollback": "pwsh scripts/deploy.ps1 rollback",
"deploy:windows:status": "pwsh scripts/deploy.ps1 status",
"dev": "tsup --watch",
"fly:secrets": "scripts/fly-secrets.sh",
"fly:secrets:list": "scripts/fly-secrets.sh --list && scripts/fly-secrets.sh --prod --list",
"format": "npx biome format --write .",
"lint": "tsc --noEmit && npx biome check .",
"migrate": "tsx scripts/migrate.ts",
"migrate:projects": "tsx scripts/migrate-projects.ts",
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(require.resolve('node-pty'),'..','..','prebuilds',process.platform+'-'+process.arch,'spawn-helper'),0o755)}catch{}\"",
"prepare": "patch-package",
"prepublishOnly": "npm run build",
"test": "vitest run",
"test:contracts": "vitest run __tests__/contracts/",
"test:e2e": "vitest run __tests__/e2e/",
"test:watch": "vitest",
"update-schema": "tsx scripts/update-schema.ts",
"update-schema:desktop": "tsx scripts/update-schema.ts --desktop",
"update-schema:mobile": "tsx scripts/update-schema.ts --mobile",
"update-schema:shared": "tsx scripts/update-schema.ts --shared"
},
"signal_details": {
"_amplifiers": [
"install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)"
],
"install_script_payload": "install/lifecycle script matches payload regex",
"new_install_script": "first time ['postinstall'] present"
},
"time": {
"created": "2026-06-18T13:07:49.342Z",
"modified": "2026-06-18T22:22:46.853Z"
}
}