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 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
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
Status history (2 events)
- available → available · risk high · score 87 · status available -> available, risk high -> high, score 29 -> 87
- new → available · risk high · score 29 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/dist/lib/InstallHelper.js | 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. | 45 |
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/postinstall.mjs || exit 0" | 20 |
| medium | Remote Payload | package/bin/install-overmind-unix.sh | matched "curl " | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/dist/lib/InstallHelper.js | 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. | 45 |
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/postinstall.mjs || exit 0" | 20 |
| medium | Remote Payload | package/bin/install-overmind-unix.sh | matched "curl " | 12 |
| low | Credential file access | package/dist/bin/cli.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.mjs || exit 0" | 5 |
Manifest
Package metadata
Scripts24
buildtscbuild:fixpnpm run clean && pnpm install && pnpm run buildchangesetchangesetcheck-typestsc --noEmitcleanrimraf distdevnode --max-old-space-size=256 --no-warnings --watch --env-file=.env dist/bin/cli.jsformatprettier --write .linteslint .lint:fixeslint . --fixpostgres:downovermind-postgres-mcp downpostgres:logsovermind-postgres-mcp logspostgres:resetovermind-postgres-mcp resetpostgres:statusovermind-postgres-mcp statuspostgres:upovermind-postgres-mcp uppostinstallnode scripts/postinstall.mjs || exit 0prepublishOnlypnpm run rebuildrebuildrimraf dist && tscreleasepnpm run build && changeset publishsetupovermind-setupsetup:depsnode scripts/install-dependencies.mjsstartnode --max-old-space-size=256 --no-warnings --env-file=.env dist/bin/cli.jstestvitest runtest:installnode scripts/test-installation.mjsversionchangeset version && node scripts/auto-changelog.mjs
Dependencies11
async-mutex^0.5.0dotenv^17.4.2fastmcp^4.0.1overmind-postgres-mcp^1.3.0pg^8.20.0pino^10.3.1pino-pretty^13.1.3pino-roll^4.0.0tinyglobby^0.2.16tslib^2.8.1zod^4.4.3