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
14
First published
May 2026
Publisher
alycesome

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheralycesome
Artifact bytes650,921
Previous version0.2.2
Published2026-05-16T08:39:29.152Z
SHA-2568c483d72f6b11c1d771d470db19ff340dff66039ce10c21109f3c0311d04e203

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/tools/internal/commandSafety.test.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
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/tools/internal/commandSafety.test.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
lowCredential file accesspackage/dist/tools/internal/filePermissions.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • devnpm run build && node --disable-warning=DEP0040 dist/index.js
  • startnode --disable-warning=DEP0040 dist/index.js
  • testnode scripts/run-tests.mjs
  • test:fail-fastnode scripts/run-tests.mjs --fail-fast
Dependencies31
  • @lydell/node-pty^1.2.0-beta.12
  • @modelcontextprotocol/sdk^1.29.0
  • auto-bind^5.0.1
  • bidi-js^1.0.3
  • chalk^5.6.2
  • cli-boxes^4.0.1
  • code-excerpt^4.0.0
  • dotenv^16.4.5
  • emoji-regex^10.6.0
  • fast-json-patch^3.1.1
  • get-east-asian-width^1.5.0
  • indent-string^5.0.0
  • ink^5.1.0
  • lodash-es^4.18.1
  • marked^14.1.4
  • openai^4.104.0
  • react^18.3.1
  • react-reconciler^0.29.2
  • ripgrep^0.3.1
  • semver^7.7.4
  • signal-exit^4.1.0
  • slice-ansi^9.0.0
  • stack-utils^2.0.6
  • strip-ansi^7.2.0
  • supports-hyperlinks^4.4.0
  • type-fest^5.5.0
  • typescript^5.7.3
  • usehooks-ts^3.1.1
  • wrap-ansi^10.0.0
  • zod^3.24.1
  • …and 1 more.