PkgRadar

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 update

Static 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"}'
Publisherfadnavismehul
Artifact bytes2,539,145
Previous versionnone
Published2026-02-16T08:55:19.282Z
SHA-256e9edda4121920cee8a873ac2a03ea84c61f2de577ed0215cbc92a04412c8a070

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

high
Last checked
highRisk
35Score
0.5.11Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="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)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}\""5
lowLarge Javascript Payloadpackage/out/server/Daemon.js2300019 bytes0
lowLarge Javascript Payloadpackage/out/server/standalone.js3503738 bytes0

Manifest

Package metadata

Scripts34
  • buildnpm run esbuild-base -- --minify && npm run esbuild-daemon -- --minify && npm run esbuild-standalone -- --minify
  • build-devnpm run esbuild-base -- --sourcemap && npm run esbuild-daemon -- --sourcemap
  • check-changelognode scripts/check-changelog.js
  • compiletsc -p ./
  • esbuild-baseesbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node
  • esbuild-daemonesbuild ./src/server/Daemon.ts --bundle --outfile=out/server/Daemon.js --platform=node --format=cjs --external:vscode
  • esbuild-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 ts
  • lint:fixeslint src --ext ts --fix
  • packagevsce package
  • postinstallnode -e "try { require('child_process').execSync('bash scripts/install-hooks.sh', {stdio:'inherit'}) } catch(e) {}"
  • preparehusky install
  • pretestnpm run quality-check
  • probenode scripts/probe-presto.mjs
  • probe:extensionnode scripts/probe-extension-path.mjs
  • publish:allnpm run publish:vscode && npm run publish:ovsx
  • publish:ovsxnpm run verify-package && npx ovsx publish
  • publish:ovsx:envnpm run verify-package && dotenv -e .env.local -- npx ovsx publish -p $OVSX_PAT
  • publish:vscodenpm run verify-package && npx vsce publish
  • publish:vscode:envnpm run verify-package && dotenv -e .env.local -- npx vsce publish -p $VSCE_PAT
  • quality-checknpm run type-check && npm run lint && npm run format:check
  • quality-fixnpm run lint:fix && npm run format
  • testjest --config jest.config.js
  • test:allnpm run test && npm run test:integration
  • test:coveragejest --config jest.config.js --coverage
  • test:integrationnode ./out/test/runTest.js
  • test:watchjest --config jest.config.js --watch
  • type-checktsc --noEmit
  • …and 4 more.
Dependencies9
  • @modelcontextprotocol/sdk^1.23.0
  • @types/json-bigint^1.0.4
  • ajv^8.17.1
  • axios^1.8.4
  • body-parser^2.2.1
  • cors^2.8.5
  • express^5.1.0
  • json-bigint^1.0.0
  • trino-client^0.2.6