PkgRadar

Package evidence

@vived/[email protected]

Large Javascript Payload: 2828188 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
518
Versions published
5
First published
May 2026
Publisher
amos.patrick

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":["@vived/[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":["@vived/[email protected]"],"fail_on":"review"}'
Publisheramos.patrick
Artifact bytes940,138
Previous version1.1.0
Published2026-05-22T17:29:21.868Z
SHA-2566863b1d4f6ac8454663edd3a911a95e9b2c011e695ad91f44a0589650405049e

Why flagged

What the scanner saw

Large Javascript Payload: 2828188 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
1.2.0Version
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/index-BuIRfp84.js2828188 bytes10

Manifest

Package metadata

Scripts8
  • buildvite build && tsc --project tsconfig.build.json --emitDeclarationOnly
  • devvite --config vite.playground.config.ts
  • dev:watchvite build --watch
  • linteslint src/
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • upload-assettsx scripts/upload-asset.ts