PkgRadar

Package evidence

[email protected]

no findings

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
59,951Mainstream · −50% score
Versions published
34Mature · −50% score
First published
Dec 2024
Publisher
chrisbreuer

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherchrisbreuer
Artifact bytes152,836
Previous version0.15.12
Published2026-05-08T00:16:40.185Z
SHA-2564389954e1e086cbff97d0e1831fdd0043623a33673dde670a77af7e3cd774bc7

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

low
Last checked
lowRisk
0Score
0.15.13Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • buildbun build.ts && bun run compile
  • compilebun build ./bin/cli.ts --compile --minify --outfile bin/bunfig
  • compile:allbun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64
  • compile:darwin-arm64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunfig-darwin-arm64
  • compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/bunfig-darwin-x64
  • compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/bunfig-linux-arm64
  • compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/bunfig-linux-x64
  • compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/bunfig-windows-x64.exe
  • formatbunx --bun pickier format . --config ../../pickier.config.ts
  • format:fixbunx --bun pickier format . --write --config ../../pickier.config.ts
  • freshbunx rimraf node_modules/ bun.lock && bun i
  • lintbunx --bun pickier lint . --config ../../pickier.config.ts --max-warnings 9999
  • lint:fixbunx --bun pickier lint . --fix --config ../../pickier.config.ts --max-warnings 9999
  • prepublishOnlybun --bun run build && bun run compile:all && bun run zip
  • testbun test
  • typecheckbun --bun tsc --noEmit
  • zipbun run zip:all
  • zip:allbun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64
  • zip:darwin-arm64zip -j bin/bunfig-darwin-arm64.zip bin/bunfig-darwin-arm64
  • zip:darwin-x64zip -j bin/bunfig-darwin-x64.zip bin/bunfig-darwin-x64
  • zip:linux-arm64zip -j bin/bunfig-linux-arm64.zip bin/bunfig-linux-arm64
  • zip:linux-x64zip -j bin/bunfig-linux-x64.zip bin/bunfig-linux-x64
  • zip:windows-x64zip -j bin/bunfig-windows-x64.zip bin/bunfig-windows-x64.exe
Dependencies2
  • @stacksjs/clapp^0.2.0
  • @stacksjs/clarity^0.3.24