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
- 4,660Niche · −30% score
- Versions published
- 94
- First published
- Mar 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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
Remote Payload: matched "curl "
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 review · score 18 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/bash-guard.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/swt-statusline.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/test-audit-upstream-prompts.sh | matched "curl " | 12 |
| medium | Large Javascript Payload | package/dist/cli.mjs | 15411752 bytes | 10 |
| medium | Large Javascript Payload | package/dist/dashboard-server.mjs | 23483832 bytes | 10 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/bash-guard.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/swt-statusline.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/test-audit-upstream-prompts.sh | matched "curl " | 12 |
| medium | Large Javascript Payload | package/dist/cli.mjs | 15411752 bytes | 10 |
| medium | Large Javascript Payload | package/dist/dashboard-server.mjs | 23483832 bytes | 10 |
| low | Credential file access | package/scripts/bash-guard.sh | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts25
buildpnpm dashboard:client:build && tsupchangesetchangesetcheck:bundle-sizenode scripts/check-bundle-size.mjscheck:offlinenode scripts/check-offline.mjscheck:tarball-shapenode scripts/check-tarball-shape.mjscoveragevitest run --coveragedashboard:client:buildpnpm --filter @swt-labs/dashboard run build:clientdocs:gentsx scripts/docs-gen.tsformatprettier --write .format:checkprettier --check .gen:apply-patch-parsertsx scripts/codegen/apply-patch-from-lark.ts --in-placelinteslint .prepublishOnlypnpm buildprompt:budgetnode scripts/measure-prompt-budgets.mjs --checkpublic-benchmarknode scripts/public-benchmark.mjsrecordpnpm --filter @swt-labs/test-utils recordreleasepnpm build && changeset publishrelease:preflightpnpm typecheck && pnpm lint && pnpm format:check && pnpm prompt:budget && pnpm test && pnpm build && pnpm check:tarball-shapetestvitest runtest:chaosvitest run test/chaos/test:provider-matrixvitest run test/provider-matrix/test:regressionvitest run --config vitest.regression.config.tstest:watchvitesttypechecktsc --buildversionchangeset version
Dependencies1
@napi-rs/keyring1.3.0