PkgRadar

Package evidence

@agentlayer.tech/[email protected]

Remote Payload: matched "curl\n"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
312
Versions published
39
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@agentlayer.tech/[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":["@agentlayer.tech/[email protected]"],"fail_on":"review"}'
Artifact bytes384,023
Previous version0.1.44
Published2026-06-16T13:35:25.534Z
SHA-25615baab0b199729e91ad6bb4bef6c1184e605e17595da24877569cf2f5ecf012f

Why flagged

What the scanner saw

Remote Payload: matched "curl\n"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.1.47Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install-from-github.shmatched "curl\n"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install-from-github.shmatched "curl\n"12
lowObfuscation Densitypackage/wdk-evm-wallet/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts10
  • bootstrapsh ./bootstrap.sh
  • checknode --check src/server.js && node --check src/wdk_evm_wallet.js && node --check src/config.js && node --check src/json.js && node --check src/local_vault.js && node --check src/network_state.js
  • startnode src/server.js
  • start:localsh ./run-local.sh
  • test:aave-runtimenode --test --test-concurrency=1 tests/smoke_aave_runtime.mjs
  • test:lido-runtimenode --test --test-concurrency=1 tests/smoke_lido_runtime.mjs
  • test:morpho-runtimenode --test --test-concurrency=1 tests/smoke_morpho_runtime.mjs
  • test:swap-runtimenode --test --test-concurrency=1 tests/smoke_swap_runtime.mjs
  • test:uniswap-runtimenode --test --test-concurrency=1 tests/smoke_uniswap_runtime.mjs
  • test:unitnode --test tests/unit_uniswap_helpers.mjs
Dependencies7
  • @morpho-org/morpho-sdk^3.2.0
  • @morpho-org/wdk-protocol-lending-morpho-evm^0.0.5
  • @tetherto/wdk^1.0.0-beta.9
  • @tetherto/wdk-protocol-lending-aave-evm^1.0.0-beta.4
  • @tetherto/wdk-protocol-swap-velora-evm^1.0.0-beta.4
  • @tetherto/wdk-wallet-evm^1.0.0-beta.12
  • dotenv^16.4.5