PkgRadar

Package evidence

@harbour-enterprises/[email protected]

Large Javascript Payload: 5640521 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
21,685Mainstream · −50% score
Versions published
2,250Mature · −50% score
First published
Jun 2024
Publisher
caio-pizzol

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

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":["@harbour-enterprises/[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":["@harbour-enterprises/[email protected]"],"fail_on":"review"}'
Publishercaio-pizzol
Artifact bytes15,659,750
Previous version1.39.0-next.16
Published2026-06-04T03:53:43.793Z
SHA-25699fa2736605ef89f555a9084293635f1eaa4241e9d05bf330d5db439b8be17a5

Why flagged

What the scanner saw

Large Javascript Payload: 5640521 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
1.39.0-next.17Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/superdoc.min.js5640521 bytes0

Manifest

Package metadata

Scripts19
  • audit:declarationsnode ./scripts/audit-declarations.cjs
  • audit:declarations:informationalnode ./scripts/audit-declarations.cjs --informational
  • buildvite build && pnpm run build:cdn
  • build:cdnvite build --config vite.config.cdn.js
  • build:devSUPERDOC_SKIP_DTS=1 vite build
  • build:esvite build && pnpm run postbuild
  • check:jsdocnode ./scripts/check-jsdoc.cjs
  • cleanrm -rf dist
  • collab-serverpnpm --filter @superdoc-dev/superdoc-yjs-collaboration build && tsx src/dev/collab-server.ts
  • devconcurrently -k -n VITE,WORD -c cyan,magenta "vite" "node ../../devtools/word-benchmark-sidecar/server.js --stay-alive-on-reuse"
  • dev:collabconcurrently -k -n VITE,COLLAB,WORD -c cyan,green,magenta "vite" "pnpm run collab-server" "node ../../devtools/word-benchmark-sidecar/server.js --stay-alive-on-reuse"
  • packpnpm run build:es && pnpm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz
  • pack:espnpm run build:es && pnpm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz
  • pack:localpnpm run pack:es
  • postbuildnode ./scripts/check-tsconfig-type-surface.cjs && node ./scripts/ensure-types.cjs && node ./scripts/audit-bundle.cjs && node ./scripts/audit-declarations.cjs && node ./scripts/check-export-coverage.cjs && node ./scripts/verify-public-facade-emit.cjs && node ./scripts/report-declaration-reachability.cjs
  • testvitest
  • watch:cdnvite build --watch --config vite.config.cdn.js
  • watch:esvite build --watch
  • word-benchmark-sidecarnode ../../devtools/word-benchmark-sidecar/server.js
Dependencies11
  • @types/mdast^4.0.4
  • @types/ws^8.18.1
  • buffer-crc32^1.0.0
  • eventemitter3^5.0.1
  • jsdom^27.3.0
  • konva^10.2.0
  • pinia^2.1.7
  • rollup-plugin-copy^3.5.0
  • uuid^9.0.1
  • vue^3.5.0
  • y-websocket^3.0.0