PkgRadar

Package evidence

@imtbl/[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":["@imtbl/[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":["@imtbl/[email protected]"],"fail_on":"review"}'
Publisherplatform-sa
Artifact bytes135,640
Previous version2.20.0
Published2026-05-25T04:59:15.246Z
SHA-25659040946c5460da77afea68590471c34aeb645977c0e2763841fa2b86d6d5fea

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/config.tsmatched "cUrl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/config.tsmatched "cUrl "12
lowObfuscationpackage/dist/node/index.cjsmatched "fromCharCode"3
lowObfuscationpackage/dist/browser/index.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/node/index.jsmatched "fromCharCode"3
lowObfuscationpackage/src/utils/string.tsmatched "fromCharCode"3
lowObfuscationpackage/src/zkEvm/walletHelpers.tsmatched "\\x19"3

Manifest

Package metadata

Scripts7
  • buildpnpm transpile && pnpm typegen
  • linteslint ./src --ext .ts,.jsx,.tsx --max-warnings=0
  • pack:rootpnpm pack --pack-destination $(dirname $(pnpm root -w))
  • testjest
  • transpiletsup src/index.ts --config ../../tsup.config.js
  • typechecktsc --customConditions default --noEmit --jsx preserve
  • typegentsc --customConditions default --emitDeclarationOnly --outDir dist/types
Dependencies4
  • @imtbl/auth2.20.1-alpha.0
  • @imtbl/generated-clients2.20.1-alpha.0
  • @imtbl/metrics2.20.1-alpha.0
  • viem~2.18.0