PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-guard.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
1
First published
Jun 2026
Publisher
jiayan_nan

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"}'
Publisherjiayan_nan
Artifact bytes992,950
Previous versionnone
Published2026-06-03T05:14:01.385Z
SHA-2560986b5a5236e9c005fe341657fcbe96a930a070f2b77f18006aef8be6e74d534

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-guard.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.0Version
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-guard.mjs"5

Manifest

Package metadata

Scripts27
  • buildnpm run build:backend && npm run build:frontend
  • build:backendtsc && node scripts/write-dist-pkg.mjs
  • build:clicd cli/autoviral && npm run build
  • build:frontendvite build
  • desktop:build:macnpm run build:backend && npm run build:frontend && npm run build:cli && npm run desktop:resources && npm run desktop:compile && electron-builder -c desktop/electron-builder.yml --mac
  • desktop:build:winnpm run build:backend && npm run build:frontend && npm run build:cli && npm run desktop:resources && npm run desktop:compile && electron-builder -c desktop/electron-builder.yml --win
  • desktop:compiletsc -p desktop/tsconfig.json
  • desktop:devnpm run build:backend && npm run build:frontend && npm run build:cli && npm run desktop:resources && npm run desktop:compile && electron desktop/out/main.js
  • desktop:publishnpm run build:backend && npm run build:frontend && npm run build:cli && npm run desktop:resources && npm run desktop:compile && electron-builder -c desktop/electron-builder.yml --mac --win --publish always
  • desktop:resourcesnpm run prebundle:remotion && npm run ensure:chromium
  • devtsc --watch
  • dev:frontendvite dev
  • e2eplaywright test
  • e2e:uiplaywright test --ui
  • ensure:chromiumnode scripts/ensure-chromium.mjs
  • install:clicd cli/autoviral && npm install && npm run build && npm link
  • postinstallnode scripts/postinstall-guard.mjs
  • prebundle:remotionnode scripts/bundle-remotion.mjs desktop/build-resources/remotion-bundle
  • prepublishOnlynpm run build && npm run build:cli
  • pretest:server[ -n "$CI" ] || pkill -f '[v]itest.server.config' || true
  • pretest:web[ -n "$CI" ] || pkill -f '[v]itest.*web/vitest.config' || true
  • testnpm run test:web && npm run test:server
  • test:pythonpython3 -m pytest skills/autoviral
  • test:servervitest run --config vitest.server.config.ts
  • test:server:watchvitest --config vitest.server.config.ts
  • test:webvitest --config web/vitest.config.ts run
  • test:web:watchvitest --config web/vitest.config.ts
Dependencies55
  • @dagrejs/dagre^3.0.0
  • @dnd-kit/core^6.3.1
  • @dnd-kit/modifiers^7.0.0
  • @dnd-kit/sortable^8.0.0
  • @dnd-kit/utilities^3.2.2
  • @hono/node-server^1.13.0
  • @radix-ui/react-dialog^1.1.6
  • @radix-ui/react-dropdown-menu^2.1.6
  • @radix-ui/react-slider^1.2.3
  • @radix-ui/react-switch^1.1.3
  • @radix-ui/react-tabs^1.1.3
  • @radix-ui/react-tooltip^1.1.8
  • @remotion/bundler^4.0.452
  • @remotion/cli^4.0.452
  • @remotion/player^4.0.452
  • @remotion/renderer^4.0.452
  • @remotion/transitions4.0.459
  • @tanstack/react-query^5.62.0
  • @types/dompurify^3.0.5
  • @xterm/addon-clipboard^0.1.0
  • @xterm/addon-fit^0.10.0
  • @xterm/xterm^5.5.0
  • @xyflow/react^12.10.2
  • better-sqlite3^12.10.0
  • clsx^2.1.1
  • commander^12.0.0
  • date-fns^4.1.0
  • dompurify^3.3.3
  • dotenv^16.4.0
  • electron-log^5.4.4
  • …and 25 more.