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
8,626Niche · −30% score
Versions published
2,094Mature · −50% score
First published
Jul 2014
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes33,868,203
Previous version9.1.0-dev.2026-06-14-27492390552
Published2026-06-16T14:32:01.756Z
SHA-256bbe73987b033261eb4f3ef55c66460eeb4bec83b8e20eb50b2f37462e5993fcb

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
18Score
9.1.0-dev.2026-06-16-27624885927Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/lib/services/doctor-service.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
mediumRemote Payloadpackage/setup/mac-startup-shell-script.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/lib/services/doctor-service.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
mediumRemote Payloadpackage/setup/mac-startup-shell-script.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.js"5

Manifest

Package metadata

Scripts15
  • buildgrunt
  • build.allgrunt test
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s
  • cleannpx rimraf node_modules package-lock.json && npm run setup
  • devtsc --watch
  • mochamocha
  • postinstallnode postinstall.js
  • postpackgrunt set_dev_ga_id
  • prepackgrunt prepare
  • prettierprettier --write ./lib/**/*{.ts,.d.ts} ./test/**/*{.ts,.d.ts}
  • preuninstallnode preuninstall.js
  • setupnpm i --ignore-scripts && npx husky
  • testnpm run tsc && mocha --config=test/.mocharc.yml
  • test-watchnode ./dev/tsc-to-mocha-watch.js
  • tsctsc
Dependencies56
  • @foxt/js-srp0.0.3-patch2
  • @nativescript/doctor2.0.17
  • @nativescript/hook3.0.5
  • @npmcli/arborist9.1.8
  • @nstudio/trapezedev-project7.2.3
  • @rigor789/resolve-package-path1.0.7
  • axios1.13.5
  • byline5.0.0
  • chokidar^3.6.0
  • cli-table30.6.5
  • color4.2.3
  • convert-source-map2.0.0
  • detect-newline3.1.0
  • email-validator2.0.4
  • esprima4.0.1
  • font-finder1.1.0
  • ios-device-lib0.9.4
  • ios-mobileprovision-finder1.2.1
  • ios-sim-portable4.5.1
  • jimp1.6.0
  • lodash4.17.23
  • log4js6.9.1
  • marked15.0.12
  • marked-terminal7.3.0
  • minimatch10.2.4
  • mkdirp3.0.1
  • mute-stream2.0.0
  • nativescript-dev-xcode0.8.1
  • open8.4.2
  • ora5.4.1
  • …and 26 more.
Optional dependencies1
  • fsevents*