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 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 (1 event)
- new → available · risk high · score 100 · 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-node/server/cli/cmd-install.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 | Webhook Exfil Endpoint | package/dist-node/server/middleware/egress.js | matched "requestbin.com" | 40 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/dist-node/server/cli/cmd-install.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 | Webhook Exfil Endpoint | package/dist-node/server/middleware/egress.js | matched "requestbin.com" | 40 |
| low | Credential file access | package/dist-node/server/services/agent-runtimes/hermes-state.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist-node/server/services/nyx-credential-proxy.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist-node/server/routes/workspace.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts41
asktsx server/cli/index.ts askaudit:bloattsx scripts/check-file-bloat.tsaudit:codeql-configtsx scripts/verify-codeql-config.tsaudit:deploy-guidetsx scripts/check-deploy-guide-links.tsaudit:docstsx scripts/check-security-md-claims.tsaudit:sandbox-preflighttsx scripts/audit-sandbox-preflight.tsaudit:upstream-floorstsx scripts/check-upstream-floors.tsbench:resourcetsx scripts/bench-resource.tsbuildvite build && npm run build:runtimebuild:runtimetsc -p tsconfig.runtime.json && node scripts/copy-runtime-assets.mjschattsx server/cli/index.ts chatclitsx server/cli/index.tsdevtsc --watchdoctortsx scripts/doctor.tsformatprettier --write "src/**/*.{ts,tsx}" "server/**/*.ts" "shared/**/*.ts"format:checkprettier --check "src/**/*.{ts,tsx}" "server/**/*.ts" "shared/**/*.ts"linteslint .lint:fixeslint . --fixmigratetsx scripts/migrate-openclaw.tsonboardtsx server/cli/index.ts onboardpack:checktsx scripts/validate-package.ts && npm pack --dry-runprepacknpm run buildpreviewvite previewrelease:npm:checknpm run typecheck && npm run lint && npm test && npm audit --audit-level=moderate && npm run pack:check && npm run smoke:installrelease:npm:dry-runnpm publish --dry-run --access publicsetuptsx scripts/setup.tssmoke:chat-visualtsx scripts/smoke-chat-visual.tssmoke:delegatetsx scripts/smoke-delegate.tssmoke:installtsx scripts/smoke-package-install.tssmoke:install:wsltsx scripts/smoke-package-install-wsl.ts- …and 11 more.
Dependencies10
@clack/prompts^1.5.1@modelcontextprotocol/sdk^1.29.0cors^2.8.6express^5.2.1express-rate-limit^8.4.1jose^6.2.3openid-client^6.8.4undici^8.3.0zod^4.3.6zustand^5.0.14