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
866
Versions published
36Established · −30% score
First published
Oct 2025
Publisher
moesaif

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publishermoesaif
Artifact bytes673,414
Previous version0.6.31
Published2026-05-30T03:20:42.712Z
SHA-256d60cb7585c829047851d41c91cea64119c59b87e0b2782026b2c1d712007639b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/mcp/config.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

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • prepublishOnlynpm run build
  • release./scripts/release.sh
  • testtsx scripts/verify-agent-tools.ts && tsx scripts/verify-slash-commands.ts && tsx scripts/verify-slash-detection.ts && tsx scripts/verify-agent-queue.ts && tsx scripts/verify-agent-session.ts && tsx scripts/verify-session-branches.ts && tsx scripts/verify-session-compaction.ts && tsx scripts/verify-skills.ts && tsx scripts/verify-plan-panel.ts && tsx scripts/verify-composer-wrap.ts && tsx scripts/verify-composer-burst.ts && tsx scripts/verify-attachments.ts && tsx scripts/verify-message-multimodal.ts && tsx scripts/verify-error-boundary.ts && tsx scripts/verify-work-state-cleanup.ts && tsx scripts/verify-memory-bounds.ts && tsx scripts/verify-tool-output-ceiling.ts && tsx scripts/verify-copy-last-assistant.ts && tsx scripts/verify-bash-mode.ts && tsx scripts/verify-file-expansion.ts && tsx scripts/verify-output-sanitize.ts && tsx scripts/verify-fast-tool-render.ts && tsx scripts/verify-expand-last-tool.ts && tsx scripts/verify-context-window.ts && tsx scripts/verify-budget.ts && tsx scripts/verify-shell-cd.ts && tsx scripts/verify-agent-loop-limits.ts && tsx scripts/verify-error-context.ts
Dependencies39
  • @babel/parser^7.28.4
  • @babel/traverse^7.28.4
  • @inkjs/ui^2.0.0
  • @modelcontextprotocol/sdk^1.19.1
  • @types/inquirer^9.0.9
  • @types/react^19.2.2
  • ansi-escapes^7.1.1
  • boxen^8.0.1
  • chalk^5.3.0
  • cli-boxes^4.0.1
  • cli-highlight^2.1.11
  • cli-table3^0.6.5
  • commander^12.0.0
  • diff^5.2.0
  • dotenv^16.4.0
  • glob^11.0.0
  • gpt-tokenizer^3.0.1
  • ink^6.6.0
  • ink-big-text^2.0.0
  • ink-box^2.0.0
  • ink-gradient^3.0.0
  • ink-select-input^6.2.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • inquirer^12.9.6
  • marked^15.0.12
  • marked-terminal^7.3.0
  • node-fetch^3.3.2
  • open^10.2.0
  • ora^8.0.0
  • …and 9 more.