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
- 47,814Mainstream · −50% score
- Versions published
- 9
- First published
- Jan 2026
- 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":["@cwcss/[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":["@cwcss/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts23
benchmarkbun run benchmark/framework-comparison.bench.tsbuildbun --bun build.ts && bun run compilechangelogbunx changelogen --output CHANGELOG.mdcompilebun build ./bin/cli.ts --compile --minify --outfile bin/crosswindcompile: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/crosswind-darwin-arm64compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/crosswind-darwin-x64compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/crosswind-linux-arm64compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/crosswind-linux-x64compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/crosswind-windows-x64.exefreshbunx rimraf node_modules/ bun.lock && bun ilintbunx --bun pickier run --mode lintlint:fixbunx --bun pickier run --mode lint --fixprepublishOnlybun --bun run build && bun run compile:all && bun run zipreleasebun run changelog && bunx bumpp package.json --alltestbun testzipbun 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/crosswind-darwin-arm64.zip bin/crosswind-darwin-arm64zip:darwin-x64zip -j bin/crosswind-darwin-x64.zip bin/crosswind-darwin-x64zip:linux-arm64zip -j bin/crosswind-linux-arm64.zip bin/crosswind-linux-arm64zip:linux-x64zip -j bin/crosswind-linux-x64.zip bin/crosswind-linux-x64zip:windows-x64zip -j bin/crosswind-windows-x64.zip bin/crosswind-windows-x64.exe
Dependencies2
@stacksjs/clapp^0.2.0bunfig^0.15.0