PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/prisma-postinstall.cjs || 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
8
First published
Jun 2026
Publisher
daisuke-ito

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"}'
Publisherdaisuke-ito
Artifact bytes236,331
Previous version1.3.1
Published2026-06-12T12:13:30.246Z
SHA-256faaa5620c3c7cbfbc6e516e7a5607108d9b94d02eb2d5cc3f958fc116fccaebf

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/prisma-postinstall.cjs || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/prisma-postinstall.cjs || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/prisma-postinstall.cjs || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/prisma-postinstall.cjs || true"5

Manifest

Package metadata

Scripts11
  • buildnpm run clean && prisma generate && tsc && node -e "require('fs').mkdirSync('dist/skill',{recursive:true}); require('fs').copyFileSync('src/skill/SKILL.md','dist/skill/SKILL.md')" && node scripts/copy-prisma-generated.cjs
  • cleannode -e "const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('tsconfig.tsbuildinfo',{force:true})"
  • db:deployprisma migrate deploy
  • db:generateprisma generate
  • db:statusprisma migrate status
  • devtsx src/mcp/server.ts
  • postinstallnode scripts/prisma-postinstall.cjs || true
  • prepublishOnlynpm run build && chmod +x dist/mcp/server.js dist/http/server.js dist/cli/chest-index.js dist/bin/*.js
  • startnode dist/mcp/server.js
  • testnode --import tsx --test --test-concurrency=1 "test/**/*.test.ts"
  • typechecktsc --noEmit
Dependencies10
  • @babel/parser^7.29.7
  • @hono/node-server^1.14.0
  • @huggingface/transformers^3.5.0
  • @js-temporal/polyfill^0.5.1
  • @modelcontextprotocol/sdk^1.29.0
  • @prisma/client^6.16.0
  • @prisma/engines^6.16.0
  • hono^4.12.18
  • pino^10.3.1
  • zod^4.4.3