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
1,182Niche · −30% score
Versions published
68
First published
Apr 2026
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 bytes61,786
Previous version0.24.1
Published2026-06-17T08:35:39.000Z
SHA-25637a658c829f19591f555f323f96c716b1198a1bd633e687458ee15c6eaaf424f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/detect-CRreRF5C.mjsHidden / 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/dist/detect-CRreRF5C.mjsHidden / 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/dist/color-j0wEYN6Z.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts31
  • agent-catalog:generatebun run agent-catalog:manifest && bun run agent-catalog:schema
  • agent-catalog:manifestbun run scripts/write-agent-catalog-manifest.ts
  • agent-catalog:schemabun run scripts/write-agent-catalog-schema.ts
  • buildtsdown
  • build:binbun run scripts/write-build-metadata.ts && bun run scripts/build-bin.ts
  • devbun run src/cli.ts
  • formatoxfmt
  • format:checkoxfmt --check
  • lintoxlint
  • lint:fixoxlint --fix
  • memory:checkbun run scripts/check-project-memory.ts
  • openspec:archiveopenspec archive --yes
  • openspec:archive-closurebun run scripts/openspec-archive-closure.ts
  • openspec:instructionsopenspec instructions --json
  • openspec:listopenspec list
  • openspec:newopenspec new change
  • openspec:showopenspec show --no-interactive
  • openspec:statusopenspec status --json
  • openspec:validateopenspec validate --all --no-interactive
  • package:checkbun run scripts/verify-package-distribution.ts
  • pr:body:checkbun run scripts/pr-body-policy.ts
  • prebuildbun run scripts/write-build-metadata.ts
  • preparesimple-git-hooks
  • prepublishOnlybun run build
  • release:artifactsbun run scripts/write-release-checksums.ts && bun run scripts/generate-release-manifest.ts && bun run scripts/verify-release-artifacts.ts
  • release:smokebun run scripts/verify-release-smoke.ts
  • testvitest run
  • test:containerbun run scripts/test-container.ts
  • test:sandboxbun run scripts/test-sandbox.ts
  • test:watchvitest
  • …and 1 more.
Dependencies4
  • commander^14.0.3
  • picocolors^1.1.1
  • prompts^2.4.2
  • zod^4.3.6