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
- 230
- Versions published
- 45
- First published
- Feb 2026
- Publisher
- pekeler
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts37
agent-scriptbun run scripts/agent_script.tsbench:upstreambun run scripts/bench_run_upstream.tsbench:upstream:factor-summarybun scripts/bench_upstream_factor_summary.jsbench:upstream:pocketbunbun run scripts/bench_run_upstream_pocketbun.tsbuildbun build index.ts src/cli.ts --outdir dist --target bun --format esm --packages external && bun run build:typesbuild:analyzebun build index.ts src/cli.ts --outdir=.tmp/build-analysis --target=bun --format=esm --packages external --metafile=.tmp/build-analysis/meta.json --metafile-md=.tmp/build-analysis/meta.mdbuild:typesbun x tsc -p tsconfig.types.json && bun run scripts/build_declarations.tscheck:versionsbun run scripts/check_versions.ts && bun run scripts/docs/sync_docs_version.ts --checkdocs:checkbun run scripts/docs/sync_docs_version.ts --check && bun run scripts/docs/check_generated_docs.tsdocs:patchbun run scripts/docs/apply_pocketbun_patches.tsdocs:rebuildbun run scripts/docs/rebuild_from_upstream.ts && bun run docs:patch && bun run docs:versiondocs:rebuild:fullbun run docs:sync-upstream && bun run docs:rebuild && bun run docs:checkdocs:sync-upstreambash scripts/docs/sync_upstream_site_docs.shdocs:versionbun run scripts/docs/sync_docs_version.tse2ebun run scripts/e2e_run.tse2e:installplaywright install --with-depsformatoxfmt --check src tests scriptsformat:fixoxfmt --write src tests scriptslintoxlint --type-aware src tests scriptsprepackbun run buildprofile:cpubash scripts/profile_cpu_md.shprofile:heapbash scripts/profile_heap_md.shprofile:heap:scenariobash scripts/profile_heap_scenario.shprofile:inspector:listbun run scripts/profile_inspector_records_list.tsreleasebash scripts/release.sh publish pocketbunrelease:checkbun run format:fix && bun run check:versions && bun test --concurrent && bun run typecheck && bun run typecheck:package && bun run lintrelease:createbash scripts/release.sh publish create-pocketbunrelease:create:drybash scripts/release.sh dry create-pocketbunrelease:drybash scripts/release.sh dry pocketbunstartbun run index.ts- …and 7 more.