PkgRadar

Package evidence

@mlightcad/[email protected]

Large Javascript Payload: 8688446 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
4,354Niche · −30% score
Versions published
127Established · −30% score
First published
Jul 2025
Publisher
mlight.li

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

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":["@mlightcad/[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":["@mlightcad/[email protected]"],"fail_on":"review"}'
Publishermlight.li
Artifact bytes2,433,894
Previous version3.6.4
Published2026-06-13T11:02:11.390Z
SHA-256fcdd9c0699e173a22c4cbff2a84d49e9f249ac8b25bf0d2c97e35d8b0d893e4c

Why flagged

What the scanner saw

Large Javascript Payload: 8688446 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
3.7.0Version
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/libredwg-parser-worker.js8688446 bytes0

Manifest

Package metadata

Scripts10
  • analyzepnpm run analyze:lib && pnpm run analyze:worker
  • analyze:libvite build --mode analyze --config vite.config.main.ts
  • analyze:workervite build --mode analyze --config vite.config.worker.ts
  • buildtsc && vite build -c vite.config.main.ts && vite build -c vite.config.worker.ts && node ../../tools/verify-build.mjs verify-build.profile.json
  • build:mainvite build -c vite.config.main.ts && node ../../tools/verify-build.mjs verify-build.profile.json --main-only
  • build:workervite build -c vite.config.worker.ts
  • cleanrimraf dist lib tsconfig.tsbuildinfo
  • linteslint src/
  • lint:fixeslint --fix --quiet src/
  • verify:buildnode ../../tools/verify-build.mjs verify-build.profile.json
Dependencies1
  • @mlightcad/libredwg-web^0.7.2