PkgRadar

Package evidence

@potop/[email protected]

Large Javascript Payload: 7173519 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
1,052Niche · −30% score
Versions published
10
First published
May 2026
Publisher
potop

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":["@potop/[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":["@potop/[email protected]"],"fail_on":"review"}'
Publisherpotop
Artifact bytes3,167,684
Previous version0.1.8
Published2026-05-27T20:31:13.045Z
SHA-256bd968dbc077dacdd71efb8371da8282178aa0bce2c084a7beb054b7f6643b064

Why flagged

What the scanner saw

Large Javascript Payload: 7173519 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/redash-public-dashboard.js7173519 bytes10

Manifest

Package metadata

Scripts4
  • buildNODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --config webpack.config.js && cp index.d.ts dist/index.d.ts
  • build:devNODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack --config webpack.config.js && cp index.d.ts dist/index.d.ts
  • prepublishOnlyyarn build
  • watchNODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack --watch --config webpack.config.js