PkgRadar

Package evidence

[email protected]

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

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.

Weekly downloads
32
Versions published
22
First published
Apr 2026
Publisher
velimir.mueller

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"}'
Artifact bytes4,229,682
Previous version1.2.0
Published2026-06-09T13:30:27.737Z
SHA-25628488b71523a1f7cdab8529622d93e5e913f9f573884d005f389e3f5ed0f3d21

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.2.1Version
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.js"5

Manifest

Package metadata

Scripts21
  • buildtsc && cp src/dashboard/dashboard.html dist/dashboard/ && cd src/dashboard/app && npx vite build
  • dashboardtsx src/dashboard/dashboard.ts
  • dashboard:buildcd src/dashboard/app && npx vite build
  • dashboard:devcd src/dashboard/app && npx vite --port 5173
  • devtsx src/dashboard/dashboard.ts
  • formatprettier --check .
  • format:fixprettier --write .
  • linteslint .
  • lint:fixeslint . --fix
  • postinstallnode scripts/postinstall.js
  • preparehusky
  • prepublishOnlynpm run build
  • setupnode dist/server/setup.js
  • startnode dist/server/index.js
  • start-gemmanpx gemma-brain start
  • sync:skillsnode scripts/sync-skills.mjs
  • testvitest run
  • test:allvitest run && cd src/dashboard/app && node ../../../node_modules/.bin/vitest run
  • test:coveragevitest run --coverage
  • test:frontendcd src/dashboard/app && node ../../../node_modules/.bin/vitest run
  • test:watchvitest
Dependencies10
  • @modelcontextprotocol/sdk^1.28.0
  • @remotion/cli^4.0.441
  • @remotion/player^4.0.441
  • @remotion/renderer^4.0.441
  • better-sqlite3^12.8.0
  • chokidar^5.0.0
  • dayjs^1.11.20
  • gemma-brain^1.0.0
  • remotion^4.0.441
  • zod^4.3.6