PkgRadar

Package evidence

@wundr.io/[email protected]

Remote Payload: matched "curl "

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.

Versions published
31Established · −30% score
First published
Nov 2025
Publisher
adaptic-dev

Effective trust discount applied: 30% (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":["@wundr.io/[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":["@wundr.io/[email protected]"],"fail_on":"review"}'
Publisheradaptic-dev
Artifact bytes156,111
Previous version1.0.38
Published2026-06-12T09:25:18.712Z
SHA-25603372b6c735e22f5ef99c4ae0e365ebea81d517ad09db62ff6bfec1414dea87b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/installers/cache-manager.tsmatched "curl "12

Manifest

Package metadata

Scripts23
  • benchmarkjest tests/benchmark/quickstart-benchmark.test.ts --testTimeout=600000
  • buildtsc
  • build:watchtsc --watch
  • formatprettier --write src/**/*.ts
  • health-check./scripts/validation/health-check.sh
  • install:linux./scripts/install/linux.sh
  • install:macos./scripts/install/macos.sh
  • install:windows./scripts/install/windows.ps1
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • quickstart./bin/quickstart.js
  • quickstart:full./bin/quickstart.js --preset=full
  • quickstart:minimal./bin/quickstart.js --preset=minimal
  • quickstart:parallel./scripts/install/quickstart-parallel.sh
  • quickstart:standard./bin/quickstart.js --preset=standard
  • setup:ai-agent./scripts/setup-profile.sh ai-agent
  • setup:ci-runner./scripts/setup-profile.sh ci-runner
  • setup:human./scripts/setup-profile.sh human
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
  • validate./scripts/validation/validate-environment.sh
Dependencies9
  • chalk^5.3.0
  • commander^11.0.0
  • execa^8.0.0
  • fs-extra^11.1.0
  • inquirer^9.2.0
  • ora^7.0.0
  • semver^7.5.0
  • which^4.0.0
  • yaml^2.3.0