PkgRadar

Package evidence

@goatnetwork/[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
5
First published
Mar 2026
Publisher
goatnetwork

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":["@goatnetwork/[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":["@goatnetwork/[email protected]"],"fail_on":"review"}'
Publishergoatnetwork
Artifact bytes170,467
Previous version0.2.0
Published2026-05-25T08:44:14.303Z
SHA-25606f088c4554c24dfa3b1a3640723e8655636ae80d865b5b485e262e185acd291

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/networks/goat/adapter.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/bin/_lib/wallet-from-env.jsmatched "cUrl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/networks/goat/adapter.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/bin/_lib/wallet-from-env.jsmatched "cUrl "12
lowObfuscationpackage/dist/core/runtime/idempotency/redis-store.jsmatched "eval("3

Manifest

Package metadata

Scripts24
  • buildpnpm run clean && tsc && node scripts/fix-dist-extensions.mjs
  • cleanrm -rf dist
  • cli:giftcardtsx bin/_lib/cli-giftcard.ts
  • cli:gnstsx bin/_lib/cli-gns.ts
  • example:error-pathtsx examples/minimal-agent/error-path.ts
  • example:export-toolstsx examples/minimal-agent/export-tools.ts
  • example:giftcard-purchasetsx examples/giftcard-purchase/index.ts
  • example:gns-registertsx examples/gns-register/index.ts
  • example:gns-x402-registertsx examples/gns-x402-register/index.ts
  • example:metricstsx examples/minimal-agent/metrics-prometheus.ts
  • example:minimaltsx examples/minimal-agent/index.ts
  • example:runtime-storetsx examples/minimal-agent/runtime-with-store.ts
  • example:x402-eip712tsx examples/x402-payment-flow/eip712-full-flow.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • pack:smokepnpm run build && node scripts/smoke-test-pack.mjs
  • prepublishOnlypnpm run build
  • sync:skill-manifestsnode scripts/sync-skill-manifests.mjs
  • testvitest run tests
  • test:integrationvitest run tests/integration
  • test:redisnode scripts/test-redis.mjs
  • test:unitvitest run tests/unit
  • typechecktsc --noEmit
Dependencies6
  • commander^12.1.0
  • ethers^6.15.0
  • ioredis^5.7.0
  • viem^2.46.3
  • zod^3.24.2
  • zod-to-json-schema^3.24.6