PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"mehrdad1948","burst_same_day":0,"burst_week":0,"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.

Versions published
1
First published
Jun 2026
Publisher
mehrdad1948

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"}'
Publishermehrdad1948
Artifact bytes31,481
Previous versionnone
Published2026-06-14T12:22:17.599Z
SHA-2568f53209606036d4627bd83a9feae223df2c8038e56835617c201f6ebbd5ff262

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"mehrdad1948","burst_same_day":0,"burst_week":0,"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.1.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
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"mehrdad1948","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts7
  • buildnpm run clean && tsc -p tsconfig.build.json && node scripts/copy-assets.mjs
  • checknpm run typecheck && npm run lint && npm run build
  • cleannode scripts/clean.mjs
  • linteslint src
  • prepacknpm run build
  • publish:npmnpm publish
  • typechecktsc -p tsconfig.json --noEmit
Dependencies16
  • @radix-ui/react-dropdown-menu^2.1.16
  • @radix-ui/react-label^2.1.7
  • @radix-ui/react-separator^1.1.7
  • @radix-ui/react-slot^1.2.3
  • @radix-ui/react-tooltip^1.2.8
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • eslint-config-next16.2.9
  • eslint-plugin-jsx-a11y^6.10.2
  • lucide-react^0.548.0
  • next-themes^0.4.6
  • radix-ui^1.4.3
  • react-hook-form^7.65.0
  • sonner^2.0.7
  • tailwind-merge^3.3.1
  • tw-animate-css^1.4.0