PkgRadar

Package evidence

@goatnetwork/[email protected]

no findings

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
47
Versions published
6
First published
Mar 2026
Publisher
goatnetwork

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,620
Previous version0.2.1
Published2026-06-11T09:11:13.619Z
SHA-256c3da5911e9980d9ca7037f01ad13e747d5e0eb6a3b6f9f7b8f65b0ea4ec4226f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.2.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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