npm terminal-driver-mcp @0.2.0
score
0.6403
med
flagged
2026-07-23 20:58
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": 5,
"dist": {
"integrity": "sha512-ATiMDZERXeqgw9mdORPGIURgwiIyLp46ET2aKeEH7CsTt8EpfGbkEkfql+6f4q+YG0g1zh+Qi90SQa/JUICNfA==",
"tarball": "https://registry.npmjs.org/terminal-driver-mcp/-/terminal-driver-mcp-0.2.0.tgz",
"unpackedSize": 103395
},
"dist-tags": {
"latest": "0.2.0"
},
"latest_version": "0.2.0",
"maintainers": [
{
"email": "thefunkyfunc@gmail.com",
"name": "funkyfunc"
}
],
"num_versions": 2,
"repository": {
"type": "git",
"url": "git+https://github.com/funkyfunc/terminal-driver-mcp.git"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"format": "biome format --write .",
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"postinstall": "node -e \"try{const fs=require('fs'),p=require('path').join(require('path').dirname(require.resolve('node-pty/package.json')),'prebuilds');for(const d of fs.readdirSync(p)){try{fs.chmodSync(require('path').join(p,d,'spawn-helper'),0o755)}catch{}}}catch{}\"",
"prepare": "git config core.hooksPath .githooks 2>/dev/null || true",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"test": "npm run build && node test/unit-screen.mjs && node test/e2e.mjs && node test/gauntlet.mjs",
"typecheck": "tsc --noEmit"
},
"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-07-23T00:08:21.077Z",
"modified": "2026-07-24T01:58:18.423Z"
}
}