PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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 promoting

Mixed 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"}'
Artifact bytes21,044,341
Previous version3.0.0-alpha.89
Published2026-05-25T20:00:15.025Z
SHA-2568b32eb660954647f5a65822b7d9322425a7101462b52d7e7f7a31f7130c4bc42

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

review
Last checked
reviewRisk
18Score
3.0.0-alpha.90Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

6 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/bash-guard.shmatched "curl "12
mediumRemote Payloadpackage/scripts/swt-statusline.shmatched "curl "12
mediumRemote Payloadpackage/scripts/test-audit-upstream-prompts.shmatched "curl "12
mediumLarge Javascript Payloadpackage/dist/cli.mjs15411752 bytes10
mediumLarge Javascript Payloadpackage/dist/dashboard-server.mjs23483832 bytes10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/bash-guard.shmatched "curl "12
mediumRemote Payloadpackage/scripts/swt-statusline.shmatched "curl "12
mediumRemote Payloadpackage/scripts/test-audit-upstream-prompts.shmatched "curl "12
mediumLarge Javascript Payloadpackage/dist/cli.mjs15411752 bytes10
mediumLarge Javascript Payloadpackage/dist/dashboard-server.mjs23483832 bytes10
lowCredential file accesspackage/scripts/bash-guard.shmatched ".npmrc"5

Manifest

Package metadata

Scripts25
  • buildpnpm dashboard:client:build && tsup
  • changesetchangeset
  • check:bundle-sizenode scripts/check-bundle-size.mjs
  • check:offlinenode scripts/check-offline.mjs
  • check:tarball-shapenode scripts/check-tarball-shape.mjs
  • coveragevitest run --coverage
  • dashboard:client:buildpnpm --filter @swt-labs/dashboard run build:client
  • docs:gentsx scripts/docs-gen.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • gen:apply-patch-parsertsx scripts/codegen/apply-patch-from-lark.ts --in-place
  • linteslint .
  • prepublishOnlypnpm build
  • prompt:budgetnode scripts/measure-prompt-budgets.mjs --check
  • public-benchmarknode scripts/public-benchmark.mjs
  • recordpnpm --filter @swt-labs/test-utils record
  • releasepnpm build && changeset publish
  • release:preflightpnpm typecheck && pnpm lint && pnpm format:check && pnpm prompt:budget && pnpm test && pnpm build && pnpm check:tarball-shape
  • testvitest run
  • test:chaosvitest run test/chaos/
  • test:provider-matrixvitest run test/provider-matrix/
  • test:regressionvitest run --config vitest.regression.config.ts
  • test:watchvitest
  • typechecktsc --build
  • versionchangeset version
Dependencies1
  • @napi-rs/keyring1.3.0