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
5
Versions published
8
First published
May 2026
Publisher
aleks7732

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"}'
Publisheraleks7732
Artifact bytes787,456
Previous version1.2.6
Published2026-05-18T02:40:50.298Z
SHA-2563b9a644b255fe3b3454de7e8179041aa1f2402fa7efab29d1df33019d92d0aca

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
100Score
1.2.7Version
Status history (1 event)
  1. newavailable · risk high · score 100 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist-node/server/cli/cmd-install.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
highWebhook Exfil Endpointpackage/dist-node/server/middleware/egress.jsmatched "requestbin.com"40
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist-node/server/cli/cmd-install.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
highWebhook Exfil Endpointpackage/dist-node/server/middleware/egress.jsmatched "requestbin.com"40
lowCredential file accesspackage/dist-node/server/services/agent-runtimes/hermes-state.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist-node/server/services/nyx-credential-proxy.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist-node/server/routes/workspace.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts30
  • asktsx server/cli/index.ts ask
  • buildvite build && npm run build:runtime
  • build:runtimetsc -p tsconfig.runtime.json && node scripts/copy-runtime-assets.mjs
  • chattsx server/cli/index.ts chat
  • clitsx server/cli/index.ts
  • devtsc --watch
  • doctortsx scripts/doctor.ts
  • formatprettier --write "src/**/*.{ts,tsx}" "server/**/*.ts" "shared/**/*.ts"
  • format:checkprettier --check "src/**/*.{ts,tsx}" "server/**/*.ts" "shared/**/*.ts"
  • linteslint .
  • lint:fixeslint . --fix
  • migratetsx scripts/migrate-openclaw.ts
  • onboardtsx server/cli/index.ts onboard
  • pack:checktsx scripts/validate-package.ts && npm pack --dry-run
  • prepacknpm run build
  • previewvite preview
  • release:npm:checknpm run typecheck && npm run lint && npm test && npm audit --audit-level=moderate && npm run pack:check && npm run smoke:install
  • release:npm:dry-runnpm publish --dry-run --access public
  • setuptsx scripts/setup.ts
  • smoke:delegatetsx scripts/smoke-delegate.ts
  • smoke:installtsx scripts/smoke-package-install.ts
  • smoke:install:wsltsx scripts/smoke-package-install-wsl.ts
  • smoke:local-runtimetsx scripts/smoke-local-runtime.ts
  • smoke:runtime-workflowstsx scripts/smoke-runtime-workflows.ts
  • smoke:web-searchtsx scripts/smoke-web-search.ts
  • starttsx server.ts
  • testtsx server/services/nyx-redteam.ts
  • test:unitvitest run
  • typechecktsc --noEmit
  • uninstalltsx scripts/uninstall.ts
Dependencies6
  • @clack/prompts^1.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • cors^2.8.6
  • express^5.2.1
  • express-rate-limit^8.4.1
  • zod^4.3.6