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
- 845
- Versions published
- 112
- First published
- Apr 2026
- Publisher
- bom0792
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":["[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"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 15 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/runtime/async-runner.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/utils/env-filter.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/runtime/sensitive-paths.ts | matched ".config/gcloud" | 5 |
Manifest
Package metadata
Scripts17
benchnode scripts/run-bench.mjsbench:capturenode scripts/run-bench.mjs && node -e "require('node:fs').copyFileSync('test/bench/results.json','test/bench/baseline.json')"bench:checknode scripts/bench-check.mjsbuild:bundlenode scripts/build-bundle.mjschecknpm run cicheck:lazy-importsnode scripts/check-lazy-imports.mjscinpm run typecheck && npm run check:lazy-imports && npm test && npm pack --dry-runprofile:startupnode scripts/profile-startup.mjssmoke:pipi install .smoke:releasenode scripts/release-smoke.mjstestnpm run test:unit && npm run test:integrationtest:changednode scripts/test-changed.mjstest:integrationnode scripts/test-runner.mjs --test-concurrency=1 --test-timeout=120000 test/integration/*.test.tstest:newtsx --test --test-concurrency=4 --test-timeout=30000 --test-force-exit test/unit/*.test.tstest:unitnode scripts/test-runner.mjs --test-concurrency=4 --test-timeout=180000 --test-force-exit test/unit/*.test.tstest:watchtsx --watch --test --test-concurrency=4 --test-timeout=30000 --test-force-exit test/unit/*.test.tstypechecktsc --noEmit && node --experimental-strip-types -e "await import('./index.ts'); console.log('strip-types import ok')"
Dependencies7
@sinclair/typebox^0.34.49acorn^8.16.0ajv^8.20.0cli-highlight^2.1.11diff^5.2.0jiti^2.7.0typebox^1.1.38