PkgRadar

Package evidence

@quanthermes/[email protected]

Large Javascript Payload: 7502172 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.

Versions published
3
First published
Jun 2026
Publisher
therainclouds

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes40,688,008
Previous version0.6.12
Published2026-06-06T10:17:03.146Z
SHA-25662138e039146b43a3997c7d115c240d433da620640ceb75b9b79b8a4fb937ae6

Why flagged

What the scanner saw

Large Javascript Payload: 7502172 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.6.13Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/server/index.js7502172 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

Scripts26
  • 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 dist -- --publish never
  • build:desktop:linuxnpm run build && npm run desktop:install && npm --prefix packages/desktop run dist -- --linux --publish never
  • build:desktop:macnpm run build && npm run desktop:install && npm --prefix packages/desktop run dist -- --mac --publish never
  • build:desktop:winnpm run build && npm run desktop:install && npm --prefix packages/desktop run dist -- --win --publish never
  • build:websitevite build --config vite.config.website.ts
  • 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: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