Package evidence
[email protected]
Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\""
Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 51
- Versions published
- 5
- First published
- Feb 2026
- Publisher
- fadnavismehul
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\""
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 35 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\"" | 30 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\"" | 30 |
| low | Install-time lifecycle script | package.json | postinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\"" | 5 |
| low | Large Javascript Payload | package/out/server/Daemon.js | 2300019 bytes | 0 |
| low | Large Javascript Payload | package/out/server/standalone.js | 3503738 bytes | 0 |
Manifest
Package metadata
Scripts34
buildnpm run esbuild-base -- --minify && npm run esbuild-daemon -- --minify && npm run esbuild-standalone -- --minifybuild-devnpm run esbuild-base -- --sourcemap && npm run esbuild-daemon -- --sourcemapcheck-changelognode scripts/check-changelog.jscompiletsc -p ./esbuild-baseesbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=nodeesbuild-daemonesbuild ./src/server/Daemon.ts --bundle --outfile=out/server/Daemon.js --platform=node --format=cjs --external:vscodeesbuild-standaloneesbuild ./src/server/standalone.ts --bundle --outfile=out/server/standalone.js --platform=node --format=cjs --external:vscode --banner:js="#!/usr/bin/env node"formatprettier --write "src/**/*.{ts,js,json}"format:checkprettier --check "src/**/*.{ts,js,json}"linteslint src --ext tslint:fixeslint src --ext ts --fixpackagevsce packagepostinstallnode -e "try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}"preparehusky installpretestnpm run quality-checkprobenode scripts/probe-presto.mjsprobe:extensionnode scripts/probe-extension-path.mjspublish:allnpm run publish:vscode && npm run publish:ovsxpublish:ovsxnpm run verify-package && npx ovsx publishpublish:ovsx:envnpm run verify-package && dotenv -e .env.local -- npx ovsx publish -p $OVSX_PATpublish:vscodenpm run verify-package && npx vsce publishpublish:vscode:envnpm run verify-package && dotenv -e .env.local -- npx vsce publish -p $VSCE_PATquality-checknpm run type-check && npm run lint && npm run format:checkquality-fixnpm run lint:fix && npm run formattestjest --config jest.config.jstest:allnpm run test && npm run test:integrationtest:coveragejest --config jest.config.js --coveragetest:integrationnode ./out/test/runTest.jstest:watchjest --config jest.config.js --watchtype-checktsc --noEmit- …and 4 more.
Dependencies9
@modelcontextprotocol/sdk^1.23.0@types/json-bigint^1.0.4ajv^8.17.1axios^1.8.4body-parser^2.2.1cors^2.8.5express^5.1.0json-bigint^1.0.0trino-client^0.2.6