PkgRadar

Package evidence

[email protected]

Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.

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
337
Versions published
122
First published
Feb 2026
Publisher
jboner

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"}'
Publisherjboner
Artifact bytes1,041,862
Previous version2.8.27
Published2026-06-07T16:41:46.625Z
SHA-256992012bb591d0aee462c446079e3e8077a3c41f801809b3473fa3793223d391b

Why flagged

What the scanner saw

Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/lib/InstallHelper.jsHidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.45
mediumRemote Payloadpackage/bin/install-overmind-native.shmatched "curl "12
mediumRemote Payloadpackage/bin/install-overmind-unix.shmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/lib/InstallHelper.jsHidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.45
mediumRemote Payloadpackage/bin/install-overmind-native.shmatched "curl "12
mediumRemote Payloadpackage/bin/install-overmind-unix.shmatched "curl "12
lowCredential file accesspackage/dist/bin/cli.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts25
  • buildtsc
  • build:fixpnpm run clean && pnpm install && pnpm run build
  • changesetchangeset
  • check-typestsc --noEmit
  • cleanrimraf dist
  • devnode --max-old-space-size=256 --no-warnings --watch --env-file=.env dist/bin/cli.js
  • formatprettier --write .
  • linteslint .
  • lint:fixeslint . --fix
  • postgres:downovermind-postgres-mcp down
  • postgres:logsovermind-postgres-mcp logs
  • postgres:resetovermind-postgres-mcp reset
  • postgres:statusovermind-postgres-mcp status
  • postgres:upovermind-postgres-mcp up
  • postinstallnode scripts/postinstall.mjs
  • prebuildnode -e "try{require('fs').copyFileSync('bin/launch.js','dist/bin/launch.js');console.log('Copied launch.js')}catch{console.log('dist/bin not ready yet')}"
  • prepublishOnlypnpm run rebuild
  • rebuildrimraf dist && tsc
  • releasepnpm run build && changeset publish
  • setupovermind-setup
  • setup:depsnode scripts/install-dependencies.mjs
  • startnode --max-old-space-size=256 --no-warnings --env-file=.env dist/bin/cli.js
  • testvitest run
  • test:installnode scripts/test-installation.mjs
  • versionchangeset version && node scripts/auto-changelog.mjs
Dependencies9
  • async-mutex^0.5.0
  • dotenv^17.4.2
  • fastmcp^4.0.1
  • overmind-postgres-mcp^1.4.1
  • pg^8.20.0
  • pino^10.3.1
  • pino-roll^4.0.0
  • tinyglobby^0.2.16
  • zod^4.4.3