PkgRadar

Package evidence

@xibosignage/[email protected]

Large Javascript Payload: 2629822 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
109
Versions published
29Mature · −50% score
First published
Oct 2024
Publisher
dasgarner

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

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":["@xibosignage/[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":["@xibosignage/[email protected]"],"fail_on":"review"}'
Publisherdasgarner
Artifact bytes5,160,718
Previous version1.0.26
Published2026-05-07T10:29:52.138Z
SHA-256b41db3bb79d2ee40b7a2a58ab2a5fdb069b9b50dfc0b2268501d655f148c1531

Why flagged

What the scanner saw

Large Javascript Payload: 2629822 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/xibo-layout-renderer.cjs.js2629822 bytes10
mediumLarge Javascript Payloadpackage/dist/xibo-layout-renderer.esm.js2627873 bytes10
mediumLarge Javascript Payloadpackage/dist/xibo-layout-renderer.js2773636 bytes10

Manifest

Package metadata

Scripts5
  • buildrollup --config rollup.config.prod.ts --configPlugin @rollup/plugin-typescript
  • cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true })"
  • devrollup --config rollup.config.dev.ts -w --configPlugin @rollup/plugin-typescript
  • prebuildnpm run clean
  • preparenpm run build
Dependencies3
  • @types/xml2js^0.4.14
  • nanoid^5.1.6
  • xml2js^0.6.2