PkgRadar

Package evidence

@quanthermes/[email protected]

Large Javascript Payload: 7730900 bytes

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,009Niche · −30% score
Versions published
13
First published
Jun 2026
Publisher
therainclouds

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

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":["@quanthermes/[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":["@quanthermes/[email protected]"],"fail_on":"review"}'
Publishertherainclouds
Artifact bytes42,332,229
Previous version0.6.23
Published2026-06-13T10:00:46.494Z
SHA-2561eb6bb14997b3942ae00fff9bd4bd2caa3910332b6da72a137e5e14d0f921682

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":7,"publisher":"therainclouds","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.6.24Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":7,"publisher":"therainclouds","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":7,"publisher":"therainclouds","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowLarge Javascript Payloadpackage/dist/server/index.js7730900 bytes0
lowLarge Javascript Payloadpackage/dist/client/assets/js/mermaid-CWQI515T.js3187484 bytes0
lowLarge Javascript Payloadpackage/dist/client/assets/js/monaco-editor-YM0cdSGX.js4277218 bytes0
lowLarge Javascript Payloadpackage/dist/client/assets/ts.worker-M1Aw0PPZ.js8087374 bytes0

Manifest

Package metadata

Scripts29
  • buildvue-tsc -b && vite build && tsc --noEmit -p packages/server/tsconfig.json && node scripts/build-server.mjs
  • build:desktopnpm run build && npm run desktop:install && npm --prefix packages/desktop run write:runtime-release && npm --prefix packages/desktop run dist -- --publish never
  • build:desktop:linuxnpm run build && npm run desktop:install && npm --prefix packages/desktop run write:runtime-release && npm --prefix packages/desktop run dist -- --linux --publish never
  • build:desktop:macnpm run build && npm run desktop:install && npm --prefix packages/desktop run write:runtime-release && npm --prefix packages/desktop run dist -- --mac --publish never
  • build:desktop:winnpm run build && npm run desktop:install && npm --prefix packages/desktop run write:runtime-release && npm --prefix packages/desktop run dist -- --win --publish never
  • build:device-packagenode scripts/build-device-package.mjs
  • build:websitevite build --config vite.config.website.ts
  • check:release-consistencynode scripts/check-release-consistency.mjs
  • claudeclaude --dangerously-skip-permissions
  • desktop:installnpm ci --prefix packages/desktop --no-audit --no-fund
  • desktop:prepare-pythonnpm --prefix packages/desktop run prepare:python
  • desktop:prepare-runtimenpm --prefix packages/desktop run prepare:runtime
  • devconcurrently "npm run dev:server" "npm run dev:client"
  • dev:clientcross-env HERMES_WEB_UI_BACKEND_PORT=8647 vite --host --port 8649 --strictPort
  • dev:servernodemon
  • dev:websitevite --config vite.config.website.ts
  • openapi:generatenode scripts/generate-openapi.mjs
  • preparenode -e "const fs=require('fs'); process.exit(process.env.HERMES_WEB_UI_SKIP_PREPARE === '1' || fs.existsSync('dist') ? 0 : 1)" || npm run build
  • prepublishOnlynpm run build
  • previewcross-env NODE_ENV=production vite preview
  • preview:websitevite preview --config vite.config.website.ts
  • release:npmnpm publish --access public
  • startvite --host --port 8648
  • testvitest run
  • test:coveragevitest run --coverage
  • test:device-package-releasenpm run check:release-consistency && vitest run tests/server/update-manifest-client.test.ts tests/server/build-device-package-script.test.ts tests/server/device-package-strategy.test.ts tests/server/update-controller.test.ts tests/server/device-package-contract.test.ts tests/server/config.test.ts tests/server/update-task-store.test.ts
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
  • test:watchvitest
Dependencies9
  • @vscode/markdown-it-katex^1.1.2
  • adm-zip^0.5.17
  • eventsource^4.1.0
  • js-tiktoken^1.0.21
  • katex^0.17.0
  • node-edge-tts^1.2.10
  • node-pty^1.1.0
  • socket.io^4.8.3
  • socket.io-client^4.8.3