PkgRadar

Package evidence

@synity/[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.

Versions published
34
First published
May 2026
Publisher
chinhdang

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":["@synity/[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":["@synity/[email protected]"],"fail_on":"review"}'
Publisherchinhdang
Artifact bytes288,808
Previous version1.15.0
Published2026-06-01T09:03:15.154Z
SHA-256015aafa2dda55e958afe29c22d158340bdf1940f397d74aba64165996a1ae7c1

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
24Score
1.15.1Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/features/bx-task/assets/lib/bx-api.shmatched "curl "12
mediumRemote Payloadpackage/src/features/bx-task/assets/lib/bx-tasks.shmatched "curl "12

Manifest

Package metadata

Scripts11
  • buildtsup --config tsup.config.ts
  • changesetchangeset
  • devtsup --config tsup.config.ts --watch
  • linteslint src --ext .ts
  • lint:versionsnode scripts/lint-versions.mjs
  • prebuildnode scripts/prebuild-bash-sync.mjs && node scripts/sync-assets.mjs
  • pretestnode scripts/prebuild-bash-sync.mjs && node scripts/sync-assets.mjs
  • releasepnpm build && changeset publish
  • testvitest run
  • test:watchvitest
  • versionchangeset version
Dependencies5
  • chalk^5.6.2
  • clipanion4.0.0-rc.4
  • deepmerge^4.3.1
  • execa^9.0.0
  • kleur^4.1.5