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
30
First published
Mar 2026
Publisher
runwork-oytun

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"}'
Publisherrunwork-oytun
Artifact bytes406,571
Previous version0.13.3
Published2026-06-02T22:21:44.935Z
SHA-2569676f7157a6d3669a14221e2827883f843d80c41fc19bb72971c1f9e04d8bf80

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/commands/upgrade.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

Scripts13
  • buildbun run prebuild && tsc
  • build:binariesbun run scripts/build-binaries.ts
  • build:binarybun run prebuild && bun build src/index.ts --compile --outfile dist/runwork
  • devtsc --watch
  • prebuildcd ../framework && bun run build && cd ../runwork-cli && mkdir -p bundled-types && cp ../framework/dist/*.d.ts bundled-types/ && cp -r ../framework/dist/shared bundled-types/shared 2>/dev/null; cp -r ../framework/dist/task-delegation bundled-types/task-delegation 2>/dev/null; bun run scripts/embed-types.ts
  • prepublishOnlybun run prebuild && tsc
  • releasenpm publish && npm dist-tag add runwork@$(node -p "require('./package.json').version") next
  • release:binariesbun run scripts/release-binaries.ts
  • release:binaries:uploadbun run scripts/release-binaries.ts --skip-build
  • release:fullbun run release && bun run scripts/release-binaries.ts
  • testvitest run
  • test:localRUNWORK_TEST_LOCAL_AGENTS=1 vitest run
  • typechecktsc --noEmit
Dependencies7
  • @clack/prompts^1.1.0
  • chokidar^4.0.0
  • commander^13.0.0
  • fflate^0.8.2
  • open^10.0.0
  • picocolors^1.1.1
  • smol-toml^1.6.1