Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 42 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cjs/configFile/buildBrowserConfiguration.cjs | matched "cURL " | 12 |
| medium | Remote Payload | package/dist/esm/configFile/buildBrowserConfiguration.mjs | matched "cURL " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cjs/configFile/buildBrowserConfiguration.cjs | matched "cURL " | 12 |
| medium | Remote Payload | package/dist/esm/configFile/buildBrowserConfiguration.mjs | matched "cURL " | 12 |
| low | Obfuscation | package/dist/cjs/bundle/logBundle.cjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/cjs/colors.cjs | matched "\\x1B" | 3 |
| low | Obfuscation | package/dist/cjs/logger.cjs | matched "\\x1B" | 3 |
| low | Obfuscation | package/dist/esm/bundle/logBundle.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/esm/colors.mjs | matched "\\x1B" | 3 |
| low | Obfuscation | package/dist/esm/logger.mjs | matched "\\x1B" | 3 |
Manifest
Package metadata
Scripts15
buildbun --bun tsdown --config tsdown.config.tsbuild:cibun --bun tsdown --config tsdown.config.tscleanbun --bun rimraf ./dist .turbodevbun --bun tsdown --config tsdown.config.ts --watchformatbun --bun biome format . --checkformat:fixbun --bun biome format --write .lintbun --bun biome lint .lint:fixbun --bun biome lint --write .prepublishcp -f ../../../README.md ./README.mdpublishbun publish || truepublish:canarybun publish --access public --tag canary || truepublish:latestbun publish --access public --tag latest || truetestbun --bun vitest runtest:watchbun --bun vitesttypechecktsc --noEmit --project tsconfig.types.json
Dependencies6
@intlayer/types8.10.1defu6.1.7dotenv17.4.2esbuild0.28.0json52.2.3zod4.4.3