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,002Niche · −30% score
Versions published
206
First published
Feb 2026
Publisher
bitkyc08

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherbitkyc08
Artifact bytes7,063,542
Previous version2.0.16
Published2026-05-28T19:14:30.208Z
SHA-25693eaea83ec94f94f898d77bc1cda36dc23cc3a9ddb9204ff8b4aa114714ebf07

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

high
Last checked
highRisk
46Score
2.0.17-preview.20260529041409Version
Status history (2 events)
  1. availableavailable · risk high · score 46 · status available -> available, risk high -> high, score 77 -> 46
  2. newavailable · risk high · score 77 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/bin/commands/doctor.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/dist/bin/commands/skill.jsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/bin/commands/doctor.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/dist/bin/commands/skill.jsmatched "curl "12
lowMessenger Bot Endpointpackage/dist/lib/upload.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-guard.cjs"5
lowObfuscation Densitypackage/dist/bin/commands/chat.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts64
  • audit:fresh-install-evidencenode scripts/audit-fresh-install-evidence.mjs
  • buildtsc && mkdir -p dist/src/prompt && rsync -a --delete src/prompt/templates/ dist/src/prompt/templates/ && rsync -a --delete prompts/ dist/prompts/
  • build:claude-enpm run build:claude-exec
  • build:claude-execcargo build --release --manifest-path native/jaw-claude-i/Cargo.toml
  • build:frontendvite build --config vite.config.ts
  • check:copilot-gaptsx scripts/check-copilot-gap.ts
  • check:depstsx scripts/check-deps-offline.ts
  • check:deps:onlinebash scripts/check-deps-online.sh
  • check:electron-no-nativenode scripts/check-electron-no-native.cjs
  • check:frontend-build-outputtsx scripts/check-web-ui-build-output.ts
  • check:strict-baselinenode scripts/check-strict-baseline.mjs
  • clean:distnode -e "const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});"
  • collect:fresh-install-evidencebash scripts/collect-fresh-install-evidence.sh
  • devtsx --env-file=.env server.ts
  • dev:frontendvite --config vite.config.ts
  • electron:buildnpm --prefix electron run build
  • electron:devconcurrently -k -n jaw,electron "node scripts/electron-dev-manager.mjs" "npm --prefix electron run dev"
  • electron:dist:macnpm run build:frontend && npm --prefix electron run build && CSC_IDENTITY_AUTO_DISCOVERY=false npm --prefix electron run dist:mac
  • electron:startnpm --prefix electron run start
  • ensure:nativenode scripts/ensure-native-modules.cjs
  • gate:action-memory-safe-replaynode scripts/release-gates.mjs action-memory-safe-replay
  • gate:allnode scripts/release-gates.mjs
  • gate:browser-primitives-catalognode scripts/release-gates.mjs browser-primitives-catalog
  • gate:mcp-scope-frozennode scripts/release-gates.mjs mcp-scope-frozen
  • gate:model-adapter-frozennode scripts/release-gates.mjs model-adapter-frozen
  • gate:no-cloud-claimsnode scripts/release-gates.mjs no-cloud-claims
  • gate:no-experimental-in-readme-ready-sectionnode scripts/release-gates.mjs no-experimental-in-readme-ready-section
  • gate:observation-bundle-fixturesnode scripts/release-gates.mjs observation-bundle-fixtures
  • gate:observe-actions-fixturesnode scripts/release-gates.mjs observe-actions-fixtures
  • gate:testsnode scripts/release-gates.mjs tests
  • …and 34 more.
Dependencies47
  • @codemirror/autocomplete^6.20.1
  • @codemirror/lang-markdown^6.5.0
  • @codemirror/language^6.12.3
  • @codemirror/language-data^6.5.2
  • @codemirror/state^6.6.0
  • @codemirror/view^6.43.0
  • @grammyjs/runner^2.0.3
  • @grammyjs/transformer-throttler^1.2.1
  • @lezer/highlight^1.2.3
  • @lucide/icons^1.8.0
  • @milkdown/kit^7.20.0
  • @replit/codemirror-vim^6.3.0
  • @tanstack/virtual-core^3.13.23
  • @uiw/react-codemirror^4.25.9
  • @xterm/addon-fit^0.11.0
  • @xterm/xterm^6.0.0
  • better-sqlite3^12.8.0
  • d3^7.9.0
  • discord.js^14.25.1
  • dompurify^3.3.3
  • express^5.2.1
  • fast-glob^3.3.3
  • grammy^1.40.0
  • helmet^8.1.0
  • highlight.js^11.11.1
  • katex^0.16.44
  • marked^18.0.0
  • marked-highlight^2.2.3
  • mermaid^11.14.0
  • node-fetch^3.3.2
  • …and 17 more.
Optional dependencies2
  • @bitkyc08/ai-elatest
  • claude-elatest