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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.mjs" | 5 |
Manifest
Package metadata
Scripts24
add:projecthubnode bin/h5adexp.mjs projecthub addbuildPUBLIC_URL=/ GENERATE_SOURCEMAP=false craco buildbuild-devPUBLIC_URL=/kana-v3-dev craco buildbuild-ghpagesPUBLIC_URL=/kana craco buildbuild:ciCI=true PUBLIC_URL=/ GENERATE_SOURCEMAP=false craco build && npm run build:runtimebuild: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 checkejectreact-scripts ejectgen:jwt-secretnode bin/h5adexp.mjs jwt generateinit:adminnode bin/h5adexp.mjs admin initpostinstallnode scripts/postinstall.mjsprepublishOnlynpm run build:ci && npm run release:checkpublish:dry-runnpm publish --dry-run --ignore-scriptsrelease:checknode scripts/check-release.mjsrelease:fullnpm run build:ci && npm run release:check && npm run publish:dry-runrelease:install-checknode scripts/check-install.mjsservernode bin/h5adexp.mjs servesmoke:projecthubnode bin/h5adexp.mjs smoke projecthubstartcraco startstart:3002PORT=3002 craco startstart: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 synctestreact-scripts test
Dependencies7
@earendil-works/pi-ai^0.74.2bakana^2.0.22bcrypt^6.0.0compression^1.7.4express^4.18.2jsonwebtoken^9.0.3scran.js^2.1.8