PkgRadar

Package evidence

@crystalgames/[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
1
First published
Jun 2026
Publisher
crystalgs

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":["@crystalgames/[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":["@crystalgames/[email protected]"],"fail_on":"review"}'
Publishercrystalgs
Artifact bytes52,941
Previous versionnone
Published2026-06-04T18:00:59.093Z
SHA-256be8c68ec86deea2f65c7dc2b974166b8171ef47fd62438b70b4f24ac324a321f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/installer/node-installer.jsmatched "curl "12
mediumRemote Payloadpackage/src/installer/system-packages.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/installer/node-installer.jsmatched "curl "12
mediumRemote Payloadpackage/src/installer/system-packages.jsmatched "curl "12
lowCredential file accesspackage/src/utils/dotfiles-sync.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts6
  • prepublishOnlynpm test
  • startnode ./bin/adm
  • testjest --config=jest.config.js
  • test:integrationjest tests/integration --runInBand
  • test:shellecho 'Install bats separately to run shell tests' && exit 0
  • test:unitjest tests/unit --runInBand
Dependencies9
  • @octokit/rest^20.0.2
  • chalk^4.1.2
  • commander^11.1.0
  • execa^7.1.1
  • ink^5.2.1
  • inquirer^8.2.6
  • ora^5.4.1
  • react^18.3.1
  • react-dom^18.3.1