PkgRadar

Package evidence

@mattconnsuperdoc/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"mattconnsuperdoc","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":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.

Versions published
2
First published
Jun 2026
Publisher
mattconnsuperdoc

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":["@mattconnsuperdoc/[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":["@mattconnsuperdoc/[email protected]"],"fail_on":"review"}'
Artifact bytes11,749,543
Previous version1.39.0-pr70-preview-2
Published2026-06-15T23:16:21.081Z
SHA-256d8ba9d7eed95b78b6112c1cfda6160b335d4d65a8654388d0f3e3f78f6edaead

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"mattconnsuperdoc","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
1.39.0-pr70-preview-3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"mattconnsuperdoc","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts21
  • 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
  • postpacknode ./scripts/sanitize-pack-manifest.cjs restore
  • prepacknode ./scripts/sanitize-pack-manifest.cjs prepare
  • 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^11.1.1
  • vue^3.5.0
  • y-websocket^3.0.0