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.

Versions published
115
First published
Mar 2026
Publisher
fjpulidop

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"}'
Publisherfjpulidop
Artifact bytes4,574,884
Previous version1.65.2
Published2026-06-10T18:31:47.789Z
SHA-256bde9e3e7bf208184a5108fb1fc106a69222ae8c90e6a2305378f5cf6b1da6445

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/server/dist/plugins/prereq-installer.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
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/server/dist/plugins/prereq-installer.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
lowCredential file accesspackage/server/dist/code-explorer-router.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts20
  • assemble-runtimesnode scripts/assemble-runtimes-local.mjs
  • buildnpm run build:server && cd client && npm run build && cd .. && npm run build:cli
  • build:clitsc --project tsconfig.cli.json
  • build:desktopnpm run build:server && cd client && npm run build && cd .. && npm run build:sidecar && tauri build
  • build:desktop:localnpm run assemble-runtimes && npm run build:desktop
  • build:servernode -e "require('fs').rmSync('server/dist',{recursive:true,force:true})" && tsc --project tsconfig.json
  • build:sidecarnode scripts/build-sidecar.mjs
  • check-core-compattsx scripts/check-core-compat.ts
  • cinpm run typecheck && npm run check-core-compat && npm run test:coverage && cd client && npm run test:coverage
  • devconcurrently "npm run dev:server" "npm run dev:client"
  • dev:clientcd client && npm run dev
  • dev:desktoptauri dev
  • dev:servertsx watch server/index.ts
  • generate-iconstauri icon src-tauri/icons/icon.svg
  • testvitest run && tsx scripts/check-core-compat.ts
  • test:allvitest run && cd client && npx vitest run
  • test:clientcd client && npx vitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit && tsc -p tsconfig.cli.json --noEmit && cd client && tsc --noEmit
Dependencies14
  • @tailwindcss/typography^0.5.19
  • ajv^8.17.1
  • better-sqlite3^12.8.0
  • chokidar^5.0.0
  • cross-spawn^7.0.6
  • diff^9.0.0
  • express^5.2.1
  • multer^2.1.1
  • node-pty^1.0.0
  • pdf-parse^2.4.5
  • playwright^1.60.0
  • read-excel-file^9.0.6
  • tree-kill^1.2.2
  • ws^8.16.0