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
120
First published
Jan 2026
Publisher
vigthoria.io

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"}'
Publishervigthoria.io
Artifact bytes311,071
Previous version1.11.2
Published2026-06-01T12:52:14.545Z
SHA-256348891c1bb0930c9c1a7e51abd3686e235b136ffd0e28da7f49451a63a4012b5

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
1.11.3Version
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/index.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

Scripts36
  • buildnpm run clean && tsc && node -e "const fs=require('fs'); try { fs.chmodSync('dist/index.js', 0o755); } catch (error) { if (!error || error.code !== 'ENOENT') throw error; }"
  • cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true })"
  • devts-node src/index.ts
  • precheck:servicesnode scripts/precheck-local-services.js
  • prepublishOnlynpm run build && npm run validate:no-go && node scripts/verify-package-hygiene.js && node scripts/test-fresh-install.js
  • proof:agentnpm run build && node scripts/proof-agent-mode.js
  • startnode dist/index.js
  • testnpm run test:cli
  • test:agent:contextnpm run build && node scripts/test-agent-context-trace-e2e.js
  • test:agent:outcomenpm run build && node scripts/test-agent-run-outcome.js
  • test:agent:routingnpm run build && node scripts/test-agent-routing-policy.js
  • test:agent:smokenpm run build && node scripts/test-agent-smoke.js
  • test:bridge:statusnpm run build && node scripts/test-devtools-bridge-status-e2e.js
  • test:capabilities:truthnpm run build && node scripts/test-capability-truth-e2e.js
  • test:clinpm run build && npm run precheck:services && node scripts/test-cli-suite.js && npm run test:agent:outcome
  • test:fresh-installnode scripts/test-fresh-install.js
  • test:frontend:previewnpm run build && node scripts/test-frontend-preview-gate-e2e.js
  • test:frontend:preview:artifactsnpm run build && node scripts/test-frontend-preview-artifacts-e2e.js
  • test:frontend:preview:requirednpm run build && node scripts/test-frontend-preview-required-e2e.js
  • test:frontend:preview:visual-requirednpm run build && node scripts/test-frontend-preview-visual-requirement-e2e.js
  • test:game:livenpm run build && node scripts/test-live-game-push.js
  • test:hyperloop:contextnpm run build && node scripts/test-hyperloop-context-trace-e2e.js
  • test:legion:billing:e2enpm run build && node scripts/test-legion-godmode-billing-e2e.js
  • test:mcp:contextnpm run build && node scripts/test-mcp-context-session-e2e.js
  • test:model:governancenpm run build && node scripts/test-model-governance-no-agent.js
  • test:operator:contextnpm run build && node scripts/test-operator-context-trace-e2e.js
  • test:operator:vigflownpm run build && node scripts/test-operator-plan-save-e2e.js
  • test:package:hygienenpm run build && node scripts/verify-package-hygiene.js
  • test:regressionnpm run build && node scripts/test-regression-1.6.22.js
  • test:repo:livenpm run build && node scripts/test-live-repo-e2e.js
  • …and 6 more.
Dependencies15
  • archiver^6.0.1
  • axios^1.6.0
  • chalk^5.3.0
  • chokidar^5.0.0
  • commander^11.1.0
  • conf^12.0.0
  • diff^5.1.0
  • glob^10.3.10
  • inquirer^9.2.12
  • marked^11.0.0
  • marked-terminal^6.2.0
  • ora^7.0.1
  • rxjs^7.8.2
  • simple-git^3.21.0
  • ws^8.14.2