PkgRadar

Package evidence

@iqlabs-official/[email protected]

Remote Payload: matched "cUrl "

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":["@iqlabs-official/[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":["@iqlabs-official/[email protected]"],"fail_on":"review"}'
Publisherim_zo_sol
Artifact bytes57,153
Previous version0.2.1
Published2026-05-25T06:23:04.361Z
SHA-2562b903bd55916e4ce7cf104e7a71d743512d02ed246542b573373cb77f565859b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/sdk/utils/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/sdk/utils/provider.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/sdk/utils/provider.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/sdk/utils/provider.tsmatched "cUrl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/sdk/utils/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/sdk/utils/provider.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/sdk/utils/provider.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/sdk/utils/provider.tsmatched "cUrl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4

Manifest

Package metadata

Scripts5
  • buildnpm run build:cjs && npm run build:esm
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.esm.json && node scripts/fix-esm-extensions.cjs && node -e "require('fs').writeFileSync('dist/esm/package.json', JSON.stringify({type:'module'},null,2))"
  • preparenpm run build
  • testtsx test/smoke.ts
Dependencies3
  • @noble/curves^2.0.1
  • dotenv^17.4.1
  • ethers^6.16.0