npm vidlens-mcp @1.3.0
score
0.5913
med
flagged
2026-06-18 14:31
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 |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 74d ago but package has 51 versions (expect >= 102d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [],
"versions": 0
}
Evidence (package doc at flag time)
{
"dependencies_count": 3,
"dist": {
"integrity": "sha512-A3vTpOY0ZAT8yfw6Bnw8LU3jqIoc39i3X2XcLHpNCYzVrb0lUNeYqGgx7KL7zQfNECZe2oWAUj7vQNUFAYpXfw==",
"tarball": "https://registry.npmjs.org/vidlens-mcp/-/vidlens-mcp-1.3.0.tgz",
"unpackedSize": 1495198
},
"dist-tags": {
"beta": "1.3.0-beta.0",
"latest": "1.3.0"
},
"latest_version": "1.3.0",
"maintainers": [
{
"email": "thatsrajan@gmail.com",
"name": "thatsrajan"
}
],
"num_versions": 51,
"repository": {
"type": "git",
"url": "git+https://github.com/thatsrajan/vidlens-mcp.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsx src/cli.ts",
"doctor": "npm run build --silent && node dist/cli.js doctor",
"postinstall": "node -e \"console.log('\\nVidLens MCP installed. From a checkout run: npm run setup. For the global command run: npm install -g .\\n')\"",
"release:publish": "npm test && npm publish --access public",
"release:verify": "npm test && npm pack --dry-run",
"setup": "npm run build --silent && node dist/cli.js setup",
"smoke": "node dist/scripts/smoke.js",
"smoke:dry": "node dist/scripts/smoke.js --dry-run",
"start": "node dist/cli.js",
"test": "npm run build && node --test dist/test/*.test.js",
"update-deps": "npm run build --silent && node dist/cli.js update-deps"
},
"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",
"repo_too_new_for_version_history": "claimed repo created 74d ago but package has 51 versions (expect >= 102d for that history)"
},
"time": {
"created": "2026-03-16T09:42:14.415Z",
"modified": "2026-05-28T14:26:39.256Z"
}
}