PkgRadar

Package evidence

@georgedong32/[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
24
Versions published
7
First published
Apr 2026
Publisher
georgedong32

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":["@georgedong32/[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":["@georgedong32/[email protected]"],"fail_on":"high"}'
Publishergeorgedong32
Artifact bytes3,696,706
Previous version8.0.1
Published2026-06-05T01:56:18.910Z
SHA-256d40d74ea426fa10103d6bb162c399c62fd1995b0aaadb9c1eda5c362e440e7b0

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.

1 candidate cluster(s) currently reference this release.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
70Score
8.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 70 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

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.

233 members · evidence strength 90
Repeated static TTPcandidate

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.

233 members · max score 189

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/utils/claude-detector.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
mediumCredential file accesspackage/dist/copilot/copilot-auth.jsmatched "github_token"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/utils/claude-detector.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
mediumCredential file accesspackage/dist/copilot/copilot-auth.jsmatched "github_token"10
lowCredential file accesspackage/lib/mcp/ccs-browser-server.cjsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts35
  • buildtsc && node scripts/add-shebang.js
  • build:allbun run ui:build && bun run build:server
  • build:servertsc && node scripts/add-shebang.js
  • build:watchtsc --watch
  • devbun run build:server && node dist/ccs.js config --dev
  • dev:symlinkbash scripts/dev-symlink.sh
  • dev:unlinkbash scripts/dev-symlink.sh --restore
  • formatprettier --write src/
  • format:checkprettier --check src/
  • linteslint src/
  • lint:fixeslint src/ --fix
  • postbuild:allnode scripts/verify-bundle.js
  • postinstallnode scripts/postinstall.js
  • postuninstallnode scripts/postuninstall.js
  • prebuildnode scripts/clean-dist.js
  • prebuild:allrm -rf dist tsconfig.tsbuildinfo
  • prebuild:servernode scripts/clean-dist.js
  • preinstallnode scripts/preinstall.js
  • prepackbun run build:all
  • preparehusky
  • report:hardeningnode scripts/hardening-inventory.js
  • testbun run build && bun run test:all
  • test:allbun test --timeout 15000 tests/unit tests/integration tests/npm
  • test:cibun run test:all
  • test:e2ebun test tests/e2e/ --bail --timeout 60000
  • test:nativebash tests/native/unix/edge-cases.sh
  • test:npmbun test tests/npm/
  • test:unitbun test tests/unit
  • typechecktsc --noEmit
  • ui:buildcd ui && bun run build
  • …and 5 more.
Dependencies21
  • bcrypt^6.0.0
  • boxen^5.1.2
  • chalk^4.1.2
  • chokidar^3.6.0
  • cli-table3^0.6.5
  • express^4.18.2
  • express-rate-limit^8.2.1
  • express-session^1.18.2
  • get-port^5.1.1
  • gradient-string^2.0.2
  • http-proxy-agent^7.0.2
  • https-proxy-agent^7.0.6
  • js-yaml^4.1.1
  • listr2^3.14.0
  • multer^2.1.1
  • open^8.4.2
  • ora^5.4.1
  • proper-lockfile^4.1.2
  • smol-toml^1.6.1
  • undici^5.29.0
  • ws^8.16.0