PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 11 day(s) ago, 8 total version(s), has lifecycle hook

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
8
First published
May 2026
Publisher
mmgonnar

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishermmgonnar
Artifact bytes68,469
Previous version0.1.6
Published2026-06-09T00:52:36.713Z
SHA-2563069cd688646716cbd4feb03cda085ac080f041525179cf9f1fa4213482db837

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.1.8 vs 0.1.6: "prisma generate --schema=./prisma/schema.prisma"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.8Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

2 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.8 vs 0.1.6: "prisma generate --schema=./prisma/schema.prisma"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 11 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.8 vs 0.1.6: "prisma generate --schema=./prisma/schema.prisma"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 11 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="prisma generate --schema=./prisma/schema.prisma"5

Manifest

Package metadata

Scripts10
  • buildprisma generate --schema=./prisma/schema.prisma && next build
  • clonebash scripts/clone.sh
  • db:generateprisma generate
  • db:pushprisma db push
  • devnext dev
  • linteslint
  • mmgnbun src/cli/index.ts
  • postinstallprisma generate --schema=./prisma/schema.prisma
  • predevkill -9 $(lsof -ti tcp:3000) || true
  • startnext start
Dependencies23
  • @clack/prompts^1.4.0
  • @hookform/resolvers^5.2.2
  • @prisma/adapter-pg^7.8.0
  • @prisma/client^7.8.0
  • @supabase/ssr^0.10.3
  • @supabase/supabase-js^2.105.4
  • @types/fs-extra^11.0.4
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • fs-extra^11.3.5
  • install^0.13.0
  • lucide-react^1.8.0
  • next15
  • next-intl3.26.5
  • next-themes^0.4.6
  • pg^8.20.0
  • picocolors^1.1.1
  • react19.2.4
  • react-dom19.2.4
  • react-hook-form^7.73.1
  • react-hot-toast^2.6.0
  • tailwind-merge^3.5.0
  • zod^4.3.6