PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":4,"publisher":"agrimsigdel","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
294
Versions published
4
First published
Jun 2026
Publisher
agrimsigdel

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheragrimsigdel
Artifact bytes165,186
Previous version0.3.0
Published2026-06-15T09:21:16.695Z
SHA-256a2e76ebf7a9dabb7fbb0ba85590192005f2f14afbf180603d048ca7e62f0a4ca

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":4,"publisher":"agrimsigdel","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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.3.1Version
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
mediumSuspicious Publish Contextmanifest{"package_age_days":4,"publisher":"agrimsigdel","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts23
  • buildtsc -b && vite build
  • build:libvite build --config vite.lib.config.ts
  • build:pkgnpm run build:lib && npm run build:types
  • build:sitetsc -b && vite build && node scripts/spa-fallback.mjs
  • build:typestsc -p tsconfig.lib.json
  • changesetchangeset
  • changeset:publishchangeset publish
  • changeset:versionchangeset version
  • check:nextjsnode scripts/check-nextjs.mjs
  • check:packnode scripts/check-pack.mjs
  • devvite
  • docs:effectsnode scripts/gen-effects-docs.mjs
  • measure:sizenode scripts/measure-size.mjs
  • prepublishOnlynpm run build:pkg
  • previewvite preview
  • smokenode scripts/smoke.mjs
  • smoke:noglnode scripts/smoke-nogl.mjs
  • smoke:starternode scripts/smoke-starter.mjs
  • sync:starternode scripts/sync-starter-template.mjs
  • testvitest run
  • test:watchvitest
  • typechecktsc -b --noEmit
  • verify:dogfoodE3DK_USE_DIST=1 vite build