PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3312967 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
May 2026
Publisher
unchidev

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherunchidev
Artifact bytes1,148,522
Previous version0.1.0
Published2026-05-27T15:06:41.082Z
SHA-25685291b101fd99a7f8c5d81a1432ecbc3a4876c5d0fd18b42a284bf8bb1cd1c09

Why flagged

What the scanner saw

Large Javascript Payload: 3312967 bytes

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.2.0Version
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
mediumLarge Javascript Payloadpackage/assets/vendor/mermaid.min.js3312967 bytes10

Manifest

Package metadata

Scripts7
  • buildtsc
  • demonode dist/cli.js --schema docs/demo.sql --out docs/index.html --title "mermaid-erd-cli — live demo"
  • e2enode --import tsx scripts/e2e.ts
  • formatbiome check --write src test scripts
  • lintbiome check src test scripts
  • prepacknpm run build
  • testvitest run
Optional dependencies3
  • better-sqlite3^11.3.0
  • mysql2^3.22.4
  • pg^8.12.0