PkgRadar

Package evidence

@crazx/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 4 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
4
First published
Jun 2026
Publisher
danielzhang688

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":["@crazx/[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":["@crazx/[email protected]"],"fail_on":"high"}'
Artifact bytes26,788
Previous version0.0.2
Published2026-06-16T14:35:50.674Z
SHA-256f015bd460a468b45b8e15a69ae3dd416d1d38aa751b4785d79b093869d0e6ec5

Why flagged

What the scanner saw

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

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 0 day(s) ago, 4 total version(s), has lifecycle hook

89 members · evidence strength 90
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 0 day(s) ago, 4 total version(s), has lifecycle hook

89 members · max score 117

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 4 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"danielzhang688","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 4 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"danielzhang688","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="prisma generate"5

Manifest

Package metadata

Scripts12
  • buildtsc
  • checkbiome check --write ./src && tsc --noEmit
  • db:migrateprisma migrate dev
  • db:studioprisma studio
  • devtsx --env-file=.env src/cli/index.ts
  • formatbiome format --write ./src
  • lintbiome lint ./src
  • mcptsx --env-file=.env src/mcp/index.ts
  • postinstallprisma generate
  • prepacknpm run build
  • startnpx prisma migrate deploy && node dist/cli/index.js
  • testrm -f data/test-bookkeeper.db && sqlite3 data/test-bookkeeper.db < prisma/migrations/20260610031853_init/migration.sql && sqlite3 data/test-bookkeeper.db < prisma/migrations/20260610123833_add_client_address/migration.sql && sqlite3 data/test-bookkeeper.db < prisma/migrations/20260616210000_add_receipts/migration.sql && NODE_ENV=test DATABASE_URL=file:../data/test-bookkeeper.db node --import tsx --test tests/voucher-receipt.test.ts
Dependencies6
  • @anthropic-ai/sdk^0.104.1
  • @modelcontextprotocol/sdk^1.29.0
  • @prisma/client^5.11.0
  • commander^13.1.0
  • prisma^5.11.0
  • zod^4.4.3