PkgRadar

Package evidence

@usereq/[email protected]

Large Javascript Payload: 4318766 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
20
First published
Apr 2026
Publisher
dylanngph

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":["@usereq/[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":["@usereq/[email protected]"],"fail_on":"review"}'
Publisherdylanngph
Artifact bytes1,234,029
Previous version0.2.8
Published2026-05-27T15:17:53.796Z
SHA-25617e89ce259400bb36ece80bc26027a408a9b80baf243f4e31d74cfb3c6a8ab73

Why flagged

What the scanner saw

Large Javascript Payload: 4318766 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.9Version
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/dist/widget.js4318766 bytes10

Manifest

Package metadata

Scripts4
  • buildbun run build:core && bun run build:embed
  • build:corebunx tsc -p tsconfig.json --noEmit
  • build:embedvite build
  • typecheckbunx tsc -p tsconfig.json --noEmit
Dependencies10
  • @streamdown/mermaid^1.0.2
  • @usereq/ui^0.2.6
  • lucide-react^0.553.0
  • motion^12.23.24
  • react^19.2.0
  • react-dom^19.2.0
  • react-markdown^10.1.0
  • remark-gfm^4.0.1
  • streamdown^2.5.0
  • use-stick-to-bottom^1.1.3