PkgRadar

Package evidence

@anvil-works/[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
331
Versions published
44
First published
Jan 2026
Publisher
s-cork

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":["@anvil-works/[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":["@anvil-works/[email protected]"],"fail_on":"review"}'
Publishers-cork
Artifact bytes371,465
Previous version0.7.0-canary.9
Published2026-05-22T16:47:29.820Z
SHA-256840d1b9344300d64ab240056e42a470bbe96c8a4f0634723bb18b8827a2e3edf

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.7.0-canary.10Version
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/cli.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

Scripts6
  • buildrslib build
  • clinode dist/cli.js
  • devrslib --env-mode development build --watch
  • testrstest
  • test:watchrstest --watch
  • typechecktsc --noEmit
Dependencies19
  • @napi-rs/keyring^1.2.0
  • @types/inquirer^9.0.9
  • @types/js-yaml^4.0.9
  • @types/node-forge^1.3.14
  • @types/ws^8.18.1
  • axios^1.13.2
  • chalk^5.6.2
  • chokidar^4.0.3
  • commander^14.0.2
  • inquirer^12.10.0
  • js-yaml^4.1.0
  • mime-types^3.0.1
  • node-forge^1.3.1
  • open^10.1.0
  • ora^9.0.0
  • semver^7.7.3
  • valibot^1.1.0
  • ws^8.18.3
  • yaml^2.8.1