PkgRadar

Package evidence

@neardefi/[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
18Established · −30% score
First published
Jun 2025
Publisher
pivortex

Effective trust discount applied: 30% (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":["@neardefi/[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":["@neardefi/[email protected]"],"fail_on":"review"}'
Publisherpivortex
Artifact bytes40,198
Previous version2.2.1
Published2026-05-11T05:29:07.697Z
SHA-2566ce05abcedd1c474bed263d37cd97a70162bd5111ac4d1fea076be96c1e32d7c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/utils/phala-cloud-prelaunch.shmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/utils/phala-cloud-prelaunch.shmatched "curl "12
lowCredential file accesspackage/dist/src/utils/phala-cloud-prelaunch.shmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts5
  • buildrm -rf dist && mkdir -p dist/src && cp -r src/* dist/src/
  • prepublishOnlynpm run build
  • publishnpm publish --access public
  • testvitest run tests/unit
  • test:coveragevitest run --coverage tests/unit
Dependencies16
  • @inquirer/confirm6.0.12
  • @inquirer/input5.0.12
  • @inquirer/password5.0.12
  • @inquirer/select5.1.4
  • @napi-rs/keyring1.3.0
  • @near-js/accounts2.5.1
  • @near-js/crypto2.5.1
  • @near-js/providers2.5.1
  • @near-js/signers2.5.1
  • @near-js/tokens2.5.1
  • @phala/cloud0.2.9
  • bs586.0.0
  • chalk5.6.2
  • commander14.0.3
  • random-words2.0.1
  • yaml2.8.3