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
- 2,910Niche · −30% score
- Versions published
- 211
- First published
- Mar 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@nathapp/[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":["@nathapp/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 4376095 bytes
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 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/nax.js | 4376095 bytes | 10 |
Manifest
Package metadata
Scripts34
buildbun build bin/nax.ts --outdir dist --target bun --define "GIT_COMMIT=\"$(git rev-parse --short HEAD)\""check-dead-testsbun run scripts/check-dead-tests.tscheck-test-overlapbun run scripts/check-test-overlap.tscheck:alias-internalsbun run scripts/check-alias-internals.tscheck:deep-relativesbun run scripts/check-deep-relatives.tscheck:deep-relatives:updatebun run scripts/check-deep-relatives.ts --update-baselinecheck:dispatch-contextbash scripts/check-dispatch-context.shcheck:logger-storyidbun run scripts/check-logger-storyid.tscheck:logger-storyid:updatebun run scripts/check-logger-storyid.ts --update-baselinecheck:nax-errorbun run scripts/check-nax-error.tscheck:nax-error:updatebun run scripts/check-nax-error.ts --update-baselinecheck:no-adapter-wrapbash scripts/check-no-adapter-wrap.shcheck:no-real-global-naxbun run scripts/check-no-real-global-nax.tscheck:process-cwdbash scripts/check-process-cwd.shcheck:test-mocksbun scripts/check-inline-test-mocks.ts --strictcheck:test-sizesbun run scripts/check-test-sizes.tsdevbun run bin/nax.tslintbun x biome check src/ bin/ && bun run check:no-real-global-nax && bun run check:alias-internals && bun run check:deep-relatives && bun run check:nax-error && bun run check:logger-storyidlint:fixbun x biome check --write src/ bin/lint:jsonbun x biome check src/ bin/ --reporter json && bun run check:nax-error 1>&2 && bun run check:logger-storyid 1>&2preparegit config core.hooksPath .githooksprepublishOnlybun run buildreleasebun scripts/release.tstestAGENT=1 bun run scripts/run-tests.tstest:bailAGENT=1 bun run scripts/run-tests.ts --bailtest:bail-verbosebun run scripts/run-tests.ts --bailtest:fullFULL=1 NAX_PRECHECK=1 bun test test/ --timeout=60000test:integrationbun test ./test/integration/ --timeout=60000test:no-wrapbun test test/unit/ --timeout=5000 && bun test test/integration/ --timeout=5000 && bun test test/ui/ --timeout=5000test:uibun test ./test/ui/ --timeout=60000- …and 4 more.
Dependencies8
@types/react^19.2.14chalk^5.6.2commander^13.1.0ink^6.7.0ink-spinner^5.0.0ink-testing-library^4.0.0react^19.2.4zod^4.3.6