PkgRadar

Package evidence

@simonyea/[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
306
First published
Mar 2026
Publisher
simonyea

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":["@simonyea/[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":["@simonyea/[email protected]"],"fail_on":"review"}'
Publishersimonyea
Artifact bytes439,745
Previous version2.1.91
Published2026-06-08T16:01:56.836Z
SHA-256427ac3ed098feb648ba2459f9ef471a7c0bca0c061fd94e73a48f58bde9cc2fc

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
69Score
2.1.92Version
Status history (1 event)
  1. newavailable · risk review · score 69 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/index.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/dist/configure-worker.jsmatched "Invoke-WebRequest"12
mediumRemote Payloadpackage/dist/index.jsmatched "Invoke-WebRequest"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/index.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/dist/configure-worker.jsmatched "Invoke-WebRequest"12
mediumRemote Payloadpackage/dist/index.jsmatched "Invoke-WebRequest"12
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildnode scripts/build.mjs
  • prepublishOnlynpm run build && npm test && node scripts/check-tarball-size.js
  • releasenode scripts/release.mjs
  • release:minornode scripts/release.mjs minor --yes
  • release:patchnode scripts/release.mjs patch --yes
  • testnode tests/api-key-prefix.test.js && node tests/doctor-connectivity.test.js && node tests/model-catalog-opus48.test.js && node tests/droid.test.js && node tests/runtime-stale-upgrade.test.js && node tests/aionui-runtime-bundled.test.js && node tests/hermes.test.js && node tests/preflight.test.js && node tests/opencode-auth-purge.test.js && node tests/shell-winpath.test.js && node tests/openclaw-atomic-write.test.js && node tests/openclaw-disable-auth-direct.test.js && node tests/openclaw-restore-last-good.test.js && node tests/openclaw-autofix-restore-path.test.js && node tests/opencode-default-model.test.js && node tests/paths-bundled.test.js && node tests/aionui-runtime-resources.test.js && node tests/aionui-wrapper-claude-proxy.test.js && node tests/aionui-wrapper-probe.test.js && node tests/aionui-wrapper-proxy-integration.test.js && node tests/aionui-wrapper-all-clis-autoconf.test.js && node tests/aionui-wrapper-env-signal.test.js && node tests/aionui-wrapper-csp-rewrite.test.js && node tests/aionui-wrapper-banner-script-parse.test.js && node tests/aionui-wrapper-version-status.test.js && node tests/claude-proxy-daemon.test.js && node tests/claude-proxy-vscode-settings.test.js && node tests/claude-proxy-vscode-env.test.js && node tests/acptypes-patch.test.js && node tests/codex-approval-policy.test.js && node tests/codex-selfcheck.test.js && node tests/codex-desktop-config.test.js && node tests/version-check.test.js && node tests/runclaude-missing-binary.test.js && node tests/claude-timeout-hardening.test.js && node tests/claude-code-configure-preserve.test.js && node tests/webui-claude-proxy-virtual-tool.test.js && node tests/claude-code-windows-local-bin.test.js && node tests/qwen-code-config.test.js && node tests/codebuddy-config.test.js && node tests/hs-reset-routing.test.js && node tests/setup-auto-install-routing.test.js && node tests/upgrade-routing.test.js && node tests/desktop-installer-close-hook.test.js && node tests/desktop-installer-workflow.test.js && node tests/desktop-installer-aionui-default.test.js && node tests/desktop-auto-updater.test.js && node tests/aionui-wrapper-cli-bootstrap.test.js && node tests/webui-no-legacy-fallback.test.js && node tests/release-version-lockstep.test.js
Dependencies5
  • chalk^4.1.2
  • commander^11.1.0
  • inquirer^8.2.6
  • node-fetch^2.7.0
  • ora^5.4.1