PkgRadar

Package evidence

@erpsquad/[email protected]

Large Javascript Payload: 2003368 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,581Niche · −30% score
Versions published
405Established · −30% score
First published
Nov 2025
Publisher
vivek_kan

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

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":["@erpsquad/[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":["@erpsquad/[email protected]"],"fail_on":"review"}'
Publishervivek_kan
Artifact bytes11,066,830
Previous version1.10.24
Published2026-05-28T09:14:34.777Z
SHA-256695d9252244c0809b2d3ecefc57eb0b5ed34adc39b325a3384f0bd79d9ed7d23

Why flagged

What the scanner saw

Large Javascript Payload: 2003368 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
14Score
1.10.25Version
Status history (1 event)
  1. newavailable · risk review · score 14 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/chunks/images-BY6aQF32.esm.js2003368 bytes10
mediumLarge Javascript Payloadpackage/dist/chunks/images-Cmybjd2S.js2003708 bytes10

Manifest

Package metadata

Scripts22
  • add:named-exportsnode scripts/add-named-exports.js
  • analyze:exportsnode scripts/analyze-exports.js
  • buildnpm run clean && vite build && node scripts/fix-declaration-files.js
  • build:analyzenpm run build && node scripts/analyze-bundle.js
  • build:validatenpm run build && node scripts/validate-package.js
  • cleanrimraf dist
  • devvite build --watch --mode development
  • fix:exportsnode scripts/fix-all-exports.js
  • generate:exportsnode scripts/generate-exports.js
  • linteslint src --ext .ts,.tsx --max-warnings 0
  • lint:fixeslint src --ext .ts,.tsx --fix
  • prepublishOnlynpm run build && npm run validate:package
  • size-checksize-limit
  • testjest
  • test:cijest --ci --coverage --watchAll=false
  • test:integrationjest --testPathPattern=integration --runInBand
  • test:integration:fullnode scripts/run-integration-tests.js
  • type-checktsc --noEmit --skipLibCheck
  • validatenpm run lint && npm run type-check && npm run test:ci
  • validate:packagenode scripts/validate-package.js
  • validate:prepublishnode scripts/prepublish-validation.js
  • validate:publish-dry-runnode scripts/publish-dry-run.js
Dependencies2
  • flatted^3.3.1
  • normalize.css^8.0.1