PkgRadar

Package evidence

@usejarvis/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)"

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
704
Versions published
24
First published
Mar 2026
Publisher
projectjarvis

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":["@usejarvis/[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":["@usejarvis/[email protected]"],"fail_on":"high"}'
Publisherprojectjarvis
Artifact bytes15,026,162
Previous version0.5.3
Published2026-05-19T11:35:01.268Z
SHA-25620aa67afa74a40fbec29d8d9f427c3b81b24662b2273081e773bbbe97d9c768e

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
30Score
0.5.4Version
Status history (2 events)
  1. availableavailable · risk high · score 30 · status available -> available, risk high -> high, score 65 -> 30
  2. newavailable · risk high · score 65 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)"20
lowMessenger Bot Endpointpackage/src/comms/channels/telegram.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)"5
lowLarge Javascript Payloadpackage/ui/dist/index-zsbbmhny.js4495895 bytes0

Manifest

Package metadata

Scripts14
  • build:uibun build ui/index.html --outdir ui/dist
  • copy:modelsmkdir -p ui/public/openwakeword/models ui/public/ort && cp node_modules/openwakeword-wasm-browser/models/melspectrogram.onnx node_modules/openwakeword-wasm-browser/models/embedding_model.onnx node_modules/openwakeword-wasm-browser/models/silero_vad.onnx node_modules/openwakeword-wasm-browser/models/hey_jarvis_v0.1.onnx ui/public/openwakeword/models/ && cp node_modules/onnxruntime-web/dist/ort-wasm-simd-threaded.jsep.wasm node_modules/onnxruntime-web/dist/ort-wasm-simd-threaded.wasm node_modules/onnxruntime-web/dist/ort-wasm-simd-threaded.jsep.mjs node_modules/onnxruntime-web/dist/ort-wasm-simd-threaded.mjs ui/public/ort/
  • db:initbun run src/vault/schema.ts
  • devbun --hot run src/daemon/index.ts
  • examplesbun run examples/llm-integration.ts
  • postinstallnode scripts/ensure-bun.cjs && (bun run copy:models 2>/dev/null || true)
  • prebuild:uibun run copy:models
  • preparegit config core.hooksPath .githooks 2>/dev/null || true
  • prepublishOnlybun run copy:models && bun run build:ui
  • setupbun run scripts/setup-config.ts
  • setup:googlebun run src/scripts/google-setup.ts
  • startbun run src/daemon/index.ts
  • testbun test
  • test:llmbun run src/llm/test.ts
Dependencies29
  • @codemirror/lang-css^6.3.1
  • @codemirror/lang-html^6.4.11
  • @codemirror/lang-javascript^6.2.5
  • @codemirror/lang-json^6.0.2
  • @codemirror/lang-markdown^6.5.0
  • @codemirror/lang-python^6.2.1
  • @codemirror/state^6.6.0
  • @codemirror/theme-one-dark^6.1.3
  • @codemirror/view^6.40.0
  • @types/react^19.2.14
  • @types/react-dom^19.2.3
  • @xenova/transformers^2.17.2
  • @xyflow/react^12.10.1
  • codemirror^6.0.2
  • discord.js^14.25.1
  • edge-tts-universal^1.4.0
  • fuse.js^7.3.0
  • highlight.js^11.11.1
  • jose^6.2.0
  • lucide-react^1.9.0
  • onnxruntime-web^1.20.1
  • openwakeword-wasm-browser^0.1.1
  • react^19.2.4
  • react-dom^19.2.4
  • react-markdown^10.1.0
  • rehype-highlight^7.0.2
  • remark-gfm^4.0.1
  • tailwindcss^4.2.1
  • yaml^2.7.0