PkgRadar

Package evidence

@tubeforge/[email protected]

New Account With Lifecycle Hook: package first published 13 day(s) ago, 5 total version(s), has lifecycle hook

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
50
Versions published
5
First published
May 2026
Publisher
lukmanaviccena

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":["@tubeforge/[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":["@tubeforge/[email protected]"],"fail_on":"high"}'
Artifact bytes375,494
Previous version0.1.4
Published2026-06-12T11:44:28.654Z
SHA-256efeb143497f7e986a4e9216123d22ae6a1ddf2f584a19c8c6119bfeddb8625bd

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.0.0 vs 0.1.4: "node scripts/postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.0.0 vs 0.1.4: "node scripts/postinstall.js"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 5 total version(s), has lifecycle hook25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.0.0 vs 0.1.4: "node scripts/postinstall.js"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 5 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts23
  • buildbun run clean && tsc --noEmit false && bun run frontend:build && bun run copy:public && bun run verify:public
  • bumpbumpp
  • cleanrm -rf dist
  • clean:allbun run frontend:clean && rm -rf bun.lock dist node_modules
  • copy:publicrm -rf dist/public && cp -R public dist/
  • devconcurrently -k -n "worker,vite" -c "cyan,green" "bun run dev:api" "bun run frontend:dev"
  • dev:apinode --watch --import tsx src/cli.ts serve --host localhost --port 8080 --dev
  • formatbiome format --write
  • format:checkbiome check --write
  • frontend:buildcd frontend && bun run build
  • frontend:cleancd frontend && bun run clean
  • frontend:devcd frontend && bun run dev
  • frontend:previewcd frontend && bun run preview
  • frontend:types:checkcd frontend && bun run types:check
  • lintbiome check
  • lint:fixbiome check --write --unsafe
  • postinstallnode scripts/postinstall.js
  • startnode dist/cli.js
  • testvitest --run
  • test:coveragevitest --coverage
  • test:watchvitest --watch
  • types:checktsc --noEmit && bun run frontend:types:check
  • verify:publictest -f dist/public/index.html && echo '✓ Public directory copied successfully' || (echo '✗ ERROR: Public directory not copied!' && exit 1)
Dependencies11
  • @hono/node-server^2.0.4
  • @hono/standard-validator^0.2.2
  • @scalar/hono-api-reference^0.11.3
  • better-sqlite3^12.10.0
  • commander^15.0.0
  • ffmpeg-static^5.3.0
  • ffprobe-static^3.1.0
  • hono^4.12.25
  • hono-openapi^1.3.0
  • nanoid^5.1.11
  • zod^4.4.3