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 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
Scripts23
buildbun build.ts && bun run compilecompilebun build ./bin/cli.ts --compile --minify --outfile bin/bunfigcompile:allbun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64compile:darwin-arm64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunfig-darwin-arm64compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/bunfig-darwin-x64compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/bunfig-linux-arm64compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/bunfig-linux-x64compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/bunfig-windows-x64.exeformatbunx --bun pickier format . --config ../../pickier.config.tsformat:fixbunx --bun pickier format . --write --config ../../pickier.config.tsfreshbunx rimraf node_modules/ bun.lock && bun ilintbunx --bun pickier lint . --config ../../pickier.config.ts --max-warnings 9999lint:fixbunx --bun pickier lint . --fix --config ../../pickier.config.ts --max-warnings 9999prepublishOnlybun --bun run build && bun run compile:all && bun run ziptestbun testtypecheckbun --bun tsc --noEmitzipbun run zip:allzip:allbun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64zip:darwin-arm64zip -j bin/bunfig-darwin-arm64.zip bin/bunfig-darwin-arm64zip:darwin-x64zip -j bin/bunfig-darwin-x64.zip bin/bunfig-darwin-x64zip:linux-arm64zip -j bin/bunfig-linux-arm64.zip bin/bunfig-linux-arm64zip:linux-x64zip -j bin/bunfig-linux-x64.zip bin/bunfig-linux-x64zip:windows-x64zip -j bin/bunfig-windows-x64.zip bin/bunfig-windows-x64.exe
Dependencies2
@stacksjs/clapp^0.2.0@stacksjs/clarity^0.3.24