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.

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 bytes868,151
Previous version2.8.2
Published2026-05-19T02:13:34.654Z
SHA-256ddd43f314f3eedcb5d0a659f2dab8c93c5bf9f3554873115952949f86e5a8a82

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
87Score
2.8.3Version
Status history (2 events)
  1. availableavailable · risk high · score 87 · status available -> available, risk high -> high, score 29 -> 87
  2. newavailable · risk high · score 29 · 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
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.mjs || exit 0"20
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
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.mjs || exit 0"20
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 || exit 0"5

Manifest

Package metadata

Scripts24
  • 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 || exit 0
  • 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
Dependencies11
  • async-mutex^0.5.0
  • dotenv^17.4.2
  • fastmcp^4.0.1
  • overmind-postgres-mcp^1.3.0
  • pg^8.20.0
  • pino^10.3.1
  • pino-pretty^13.1.3
  • pino-roll^4.0.0
  • tinyglobby^0.2.16
  • tslib^2.8.1
  • zod^4.4.3