PkgRadar

Package evidence

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

Weekly downloads
1,226Niche · −30% score
Versions published
6
First published
Mar 2026
Publisher
gluwa-bot

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":["@gluwa/[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":["@gluwa/[email protected]"],"fail_on":"review"}'
Publishergluwa-bot
Artifact bytes134,199
Previous version0.12.1
Published2026-05-15T19:57:57.674Z
SHA-25651d9168af94479b3e9d513cebd22a42d29812ccd41b0aaabda42efe0a831773d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.github/extract-release-tag.shmatched "curl "12

Manifest

Package metadata

Scripts9
  • buildtsc
  • check-formatprettier --check .
  • exectsc && node dist/index.js
  • formatprettier --write .
  • startnode dist/index.js
  • test:merklecross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest --config tests/jest.config.ts tests/smoke/merkle.test.ts --coverage=false
  • test:proofcross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest --config tests/jest.config.ts tests/smoke/proof.generator.test.ts --coverage=false
  • test:querycross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest --config tests/jest.config.ts tests/smoke/query.builder.test.ts --coverage=false
  • test:smokecross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest --config tests/jest.config.ts tests/smoke/* --coverage=false
Dependencies4
  • axios^1.13.2
  • dotenv^17.2.3
  • ethers^6.15.0
  • exponential-backoff^3.1.3