PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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
7
First published
Jun 2026
Publisher
seqyuan

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"}'
Publisherseqyuan
Artifact bytes1,839,721
Previous version0.1.9
Published2026-06-03T16:40:53.106Z
SHA-25641e74b22e87b1b015bc803ed7233f9956d54aac207c2c389e7cc57a839f96339

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.10Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts24
  • add:projecthubnode bin/h5adexp.mjs projecthub add
  • buildPUBLIC_URL=/ GENERATE_SOURCEMAP=false craco build
  • build-devPUBLIC_URL=/kana-v3-dev craco build
  • build-ghpagesPUBLIC_URL=/kana craco build
  • build:ciCI=true PUBLIC_URL=/ GENERATE_SOURCEMAP=false craco build && npm run build:runtime
  • build:runtimenode scripts/build-runtime.mjs && node -e "const fs=require('fs');const path=require('path');const runtimeDir=path.join(process.cwd(),'dist','runtime');fs.rmSync(runtimeDir,{recursive:true,force:true});fs.mkdirSync(runtimeDir,{recursive:true});const cliWrapper='#!/usr/bin/env node\nimport path from \"node:path\";\nimport { pathToFileURL } from \"node:url\";\nconst isDirect=Boolean(process.argv[1])&&import.meta.url===pathToFileURL(path.resolve(process.argv[1])).href;\nif (isDirect) { const { main } = await import(\"../cli.mjs\"); await main(); }\nexport * from \"../cli.mjs\";\n';const serverWrapper='#!/usr/bin/env node\nimport path from \"node:path\";\nimport { pathToFileURL } from \"node:url\";\nconst isDirect=Boolean(process.argv[1])&&import.meta.url===pathToFileURL(path.resolve(process.argv[1])).href;\nif (isDirect) { const { startServer } = await import(\"../server.mjs\"); await startServer(); }\nexport * from \"../server.mjs\";\n';fs.writeFileSync(path.join(runtimeDir,'cli.mjs'),cliWrapper,'utf8');fs.writeFileSync(path.join(runtimeDir,'server.mjs'),serverWrapper,'utf8');fs.chmodSync(path.join(runtimeDir,'cli.mjs'),0o755);fs.chmodSync(path.join(runtimeDir,'server.mjs'),0o755);"
  • check:prodnode bin/h5adexp.mjs check
  • ejectreact-scripts eject
  • gen:jwt-secretnode bin/h5adexp.mjs jwt generate
  • init:adminnode bin/h5adexp.mjs admin init
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm run build:ci && npm run release:check
  • publish:dry-runnpm publish --dry-run --ignore-scripts
  • release:checknode scripts/check-release.mjs
  • release:fullnpm run build:ci && npm run release:check && npm run publish:dry-run
  • release:install-checknode scripts/check-install.mjs
  • servernode bin/h5adexp.mjs serve
  • smoke:projecthubnode bin/h5adexp.mjs smoke projecthub
  • startcraco start
  • start:3002PORT=3002 craco start
  • start:fullconcurrently -k "npm run server" "npm run start"
  • start:full:3002concurrently -k "npm run server" "sh -c 'sleep 8 && npm run start:3002'"
  • sync:projecthubnode bin/h5adexp.mjs projecthub sync
  • testreact-scripts test
Dependencies7
  • @earendil-works/pi-ai^0.74.2
  • bakana^2.0.22
  • bcrypt^6.0.0
  • compression^1.7.4
  • express^4.18.2
  • jsonwebtoken^9.0.3
  • scran.js^2.1.8