PkgRadar

Package evidence

@enbox/[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":["@enbox/[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":["@enbox/[email protected]"],"fail_on":"review"}'
Publisheritsliran
Artifact bytes919,556
Previous version0.1.0
Published2026-05-25T03:26:39.422Z
SHA-25616b20d4dd154a389be1c178a62733ab0af1a100ec011548539417ce582f61771

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/esm/methods/did-web.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/methods/did-web.tsmatched "cUrl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/esm/methods/did-web.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/methods/did-web.tsmatched "cUrl "12
lowObfuscationpackage/dist/browser.mjsmatched "fromCharCode"3
lowObfuscationpackage/dist/utils.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts10
  • buildbun run clean && bun run build:esm && bun run build:browser
  • build:browserrm -rf dist/browser.mjs && bun ../../build/browser-bundle.js --extra-entry src/utils.ts:dist/utils.js
  • build:esmrm -rf dist/esm dist/types && bun tsc -p tsconfig.json
  • cleanrm -rf dist
  • linteslint . --max-warnings 0
  • lint:fixeslint . --fix
  • test:browserbunx --bun vitest --config vitest.browser.config.ts --run
  • test:browser:coveragebunx --bun vitest --config vitest.browser.config.ts --run --coverage --coverage.provider=istanbul
  • test:nodebun test tests/
  • test:node:coveragebun test --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage tests/
Dependencies8
  • @decentralized-identity/ion-sdk1.0.4
  • @dnsquery/dns-packet6.1.1
  • @enbox/common0.1.1
  • @enbox/crypto0.1.1
  • abstract-level1.0.4
  • bencode4.0.0
  • level8.0.1
  • ms2.1.3