PkgRadar

Package evidence

@lobehub/[email protected]

Large Javascript Payload: 6319730 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,457Niche · −30% score
Versions published
42
First published
Mar 2026
Publisher
arvinxx

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":["@lobehub/[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":["@lobehub/[email protected]"],"fail_on":"review"}'
Publisherarvinxx
Artifact bytes1,359,506
Previous version0.0.21
Published2026-05-27T02:37:08.469Z
SHA-256596a24497479b09c64a90cc39495916c79df55ac697136ee1a6e958952e2eec4

Why flagged

What the scanner saw

Large Javascript Payload: 6319730 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.0.22Version
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/index.js6319730 bytes10

Manifest

Package metadata

Scripts8
  • buildtsdown
  • cli:linkbun link
  • cli:unlinkbun unlink
  • devLOBEHUB_CLI_HOME=.lobehub-dev bun src/index.ts
  • man:generatebun src/man/generate.ts
  • testbunx vitest run --config vitest.config.mts --silent='passed-only'
  • test:coveragebunx vitest run --config vitest.config.mts --coverage
  • type-checktsc --noEmit