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 bytes1,253,059
Previous version1.2.7
Published2026-06-10T17:43:33.021Z
SHA-2564f6e4d06992aac1b76916e3000f3d0655d971c0bc146b7df8495c106e10eced8

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.12.0Version
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

Scripts41
  • asktsx server/cli/index.ts ask
  • audit:bloattsx scripts/check-file-bloat.ts
  • audit:codeql-configtsx scripts/verify-codeql-config.ts
  • audit:deploy-guidetsx scripts/check-deploy-guide-links.ts
  • audit:docstsx scripts/check-security-md-claims.ts
  • audit:sandbox-preflighttsx scripts/audit-sandbox-preflight.ts
  • audit:upstream-floorstsx scripts/check-upstream-floors.ts
  • bench:resourcetsx scripts/bench-resource.ts
  • 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:chat-visualtsx scripts/smoke-chat-visual.ts
  • smoke:delegatetsx scripts/smoke-delegate.ts
  • smoke:installtsx scripts/smoke-package-install.ts
  • smoke:install:wsltsx scripts/smoke-package-install-wsl.ts
  • …and 11 more.
Dependencies10
  • @clack/prompts^1.5.1
  • @modelcontextprotocol/sdk^1.29.0
  • cors^2.8.6
  • express^5.2.1
  • express-rate-limit^8.4.1
  • jose^6.2.3
  • openid-client^6.8.4
  • undici^8.3.0
  • zod^4.3.6
  • zustand^5.0.14