PkgRadar

Package evidence

@intlayer/[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":["@intlayer/[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":["@intlayer/[email protected]"],"fail_on":"review"}'
Publisheray.pineau
Artifact bytes181,785
Previous version8.10.0
Published2026-05-20T17:57:34.785Z
SHA-2560e8055bc0eef8a632757ef46ff1595a2a82641efdf595226a6c30a1a99cb693a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/configFile/buildBrowserConfiguration.cjsmatched "cURL "12
mediumRemote Payloadpackage/dist/esm/configFile/buildBrowserConfiguration.mjsmatched "cURL "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/configFile/buildBrowserConfiguration.cjsmatched "cURL "12
mediumRemote Payloadpackage/dist/esm/configFile/buildBrowserConfiguration.mjsmatched "cURL "12
lowObfuscationpackage/dist/cjs/bundle/logBundle.cjsmatched "\\x1b"3
lowObfuscationpackage/dist/cjs/colors.cjsmatched "\\x1B"3
lowObfuscationpackage/dist/cjs/logger.cjsmatched "\\x1B"3
lowObfuscationpackage/dist/esm/bundle/logBundle.mjsmatched "\\x1b"3
lowObfuscationpackage/dist/esm/colors.mjsmatched "\\x1B"3
lowObfuscationpackage/dist/esm/logger.mjsmatched "\\x1B"3

Manifest

Package metadata

Scripts15
  • buildbun --bun tsdown --config tsdown.config.ts
  • build:cibun --bun tsdown --config tsdown.config.ts
  • cleanbun --bun rimraf ./dist .turbo
  • devbun --bun tsdown --config tsdown.config.ts --watch
  • formatbun --bun biome format . --check
  • format:fixbun --bun biome format --write .
  • lintbun --bun biome lint .
  • lint:fixbun --bun biome lint --write .
  • prepublishcp -f ../../../README.md ./README.md
  • publishbun publish || true
  • publish:canarybun publish --access public --tag canary || true
  • publish:latestbun publish --access public --tag latest || true
  • testbun --bun vitest run
  • test:watchbun --bun vitest
  • typechecktsc --noEmit --project tsconfig.types.json
Dependencies6
  • @intlayer/types8.10.1
  • defu6.1.7
  • dotenv17.4.2
  • esbuild0.28.0
  • json52.2.3
  • zod4.4.3