PkgRadar

Package evidence

@cwcss/[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
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 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":["@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"}'
Publisherchrisbreuer
Artifact bytes44,861,989
Previous versionnone
Published2026-01-30T16:21:49.710Z
SHA-256ff118a31756bd1ac9ec7efdf2a9c2abbaf3f2038384d1af91777ef57d58e50bc

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.1.4Version
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
  • benchmarkbun run benchmark/framework-comparison.bench.ts
  • buildbun --bun build.ts && bun run compile
  • changelogbunx changelogen --output CHANGELOG.md
  • compilebun build ./bin/cli.ts --compile --minify --outfile bin/crosswind
  • 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/crosswind-darwin-arm64
  • compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/crosswind-darwin-x64
  • compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/crosswind-linux-arm64
  • compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/crosswind-linux-x64
  • compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/crosswind-windows-x64.exe
  • freshbunx rimraf node_modules/ bun.lock && bun i
  • lintbunx --bun pickier run --mode lint
  • lint:fixbunx --bun pickier run --mode lint --fix
  • prepublishOnlybun --bun run build && bun run compile:all && bun run zip
  • releasebun run changelog && bunx bumpp package.json --all
  • testbun test
  • 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/crosswind-darwin-arm64.zip bin/crosswind-darwin-arm64
  • zip:darwin-x64zip -j bin/crosswind-darwin-x64.zip bin/crosswind-darwin-x64
  • zip:linux-arm64zip -j bin/crosswind-linux-arm64.zip bin/crosswind-linux-arm64
  • zip:linux-x64zip -j bin/crosswind-linux-x64.zip bin/crosswind-linux-x64
  • zip:windows-x64zip -j bin/crosswind-windows-x64.zip bin/crosswind-windows-x64.exe
Dependencies2
  • @stacksjs/clapp^0.2.0
  • bunfig^0.15.0