PkgRadar

Package evidence

@mehmoodqureshi/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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.

Versions published
4
First published
Jun 2026
Publisher
mehmoodqureshi

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@mehmoodqureshi/[email protected]"],"fail_on":"review"}'

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":["@mehmoodqureshi/[email protected]"],"fail_on":"review"}'
Artifact bytes160,844
Previous version0.2.0
Published2026-06-04T23:00:00.764Z
SHA-2564bd9d913575fdfd50672c888a6c64842346cc16f59c22bd3735d64c8955ab554

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts26
  • buildtsc -p tsconfig.json && npm run build:renderer
  • build:reactesbuild src/renderer/react/main.tsx --bundle --minify --jsx=automatic --format=iife --target=chrome120 --outfile=dist/renderer/connect.js && npm run copy:connect
  • build:renderertsc -p tsconfig.renderer.json && npm run copy:renderer && npm run build:react
  • build:watchtsc -p tsconfig.json --watch
  • cleanrimraf dist
  • copy:connectnode -e "const fs=require('fs');fs.mkdirSync('dist/renderer',{recursive:true});fs.copyFileSync('src/renderer/react/connect.html','dist/renderer/connect.html')"
  • copy:renderernode -e "const fs=require('fs');fs.mkdirSync('dist/renderer',{recursive:true});fs.copyFileSync('src/renderer/index.html','dist/renderer/index.html')"
  • devts-node --project tsconfig.json src/main/index.ts
  • distnpm run gen-icon && npm run build && electron-builder
  • dist:linuxnpm run gen-icon && npm run build && electron-builder --linux
  • dist:macnpm run gen-icon && npm run build && electron-builder --mac
  • dist:winnpm run gen-icon && npm run build && electron-builder --win
  • gen-iconnode scripts/gen-icon.js
  • mcpnode dist/cli.js
  • packnpm run gen-icon && npm run build && electron-builder --dir
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run clean && npm run build
  • register-mcpts-node --project tsconfig.json scripts/register-mcp.ts
  • startelectron .
  • start:connectLINKEDIN_CONNECT_UI=1 electron .
  • test:hitlts-node --project tsconfig.json test/hitl/index.ts
  • test:hitl:allts-node --project tsconfig.json test/hitl/index.ts --include-mutating
  • test:smokeelectron test/connect-smoke.js
  • typechecktsc -p tsconfig.json --noEmit
  • typecheck:reacttsc -p tsconfig.react.json
  • typecheck:testtsc -p tsconfig.test.json
Dependencies5
  • @modelcontextprotocol/sdk^1.0.4
  • playwright^1.49.1
  • react^18.3.1
  • react-dom^18.3.1
  • zod^3.24.1