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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
2 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.0.0 vs 0.1.4: "node scripts/postinstall.js" | 40 |
| high | New Account With Lifecycle Hook | package.json | package first published 13 day(s) ago, 5 total version(s), has lifecycle hook | 25 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.0.0 vs 0.1.4: "node scripts/postinstall.js" | 40 |
| high | New Account With Lifecycle Hook | package.json | package first published 13 day(s) ago, 5 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | postinstall="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:publicbumpbumppcleanrm -rf distclean:allbun run frontend:clean && rm -rf bun.lock dist node_modulescopy: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 --devformatbiome format --writeformat:checkbiome check --writefrontend:buildcd frontend && bun run buildfrontend:cleancd frontend && bun run cleanfrontend:devcd frontend && bun run devfrontend:previewcd frontend && bun run previewfrontend:types:checkcd frontend && bun run types:checklintbiome checklint:fixbiome check --write --unsafepostinstallnode scripts/postinstall.jsstartnode dist/cli.jstestvitest --runtest:coveragevitest --coveragetest:watchvitest --watchtypes:checktsc --noEmit && bun run frontend:types:checkverify: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.3better-sqlite3^12.10.0commander^15.0.0ffmpeg-static^5.3.0ffprobe-static^3.1.0hono^4.12.25hono-openapi^1.3.0nanoid^5.1.11zod^4.4.3