PkgRadar

Package evidence

@wundr.io/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
Dec 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 bytes2,573,440
Previous version1.0.38
Published2026-06-12T09:24:04.215Z
SHA-256a8cb90571753377fdf4b6058ab606e18b24f71470337d0827190e1365151b888

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/security/env-sanitizer.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/security/exec-approvals.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/security/redact.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/security/env-sanitizer.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/security/exec-approvals.tsmatched ".ssh/"5
lowCredential file accesspackage/src/security/redact.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts34
  • buildtsc
  • build:watchtsc --watch
  • cleanrm -rf dist
  • daemon:healthnode dist/cli/daemon-cli.js health --verbose
  • daemon:install./scripts/install-service.sh
  • daemon:install:system./scripts/install-service.sh --system
  • daemon:restartnode dist/cli/daemon-cli.js restart --daemon
  • daemon:startnode dist/cli/daemon-cli.js start --daemon
  • daemon:start:fgnode dist/cli/daemon-cli.js start
  • daemon:statusnode dist/cli/daemon-cli.js status
  • daemon:stopnode dist/cli/daemon-cli.js stop
  • daemon:uninstall./scripts/install-service.sh --uninstall
  • devtsc --watch
  • docker:downdocker-compose down
  • docker:logsdocker-compose logs -f daemon
  • docker:updocker-compose up -d
  • formatprettier --write 'src/**/*.{ts,tsx,js,jsx,json,md}'
  • format:checkprettier --check 'src/**/*.{ts,tsx,js,jsx,json,md}'
  • health-check./scripts/health-check.sh
  • linteslint src --ext .ts,.tsx,.js,.jsx --fix
  • startnode bin/orchestrator-daemon.js
  • start:dev./scripts/start-dev.sh
  • start:docker./scripts/start-docker.sh
  • testvitest run
  • test:civitest run --coverage --reporter=verbose --reporter=junit --outputFile=test-results.xml
  • test:coveragevitest run --coverage
  • test:e2enpx tsx scripts/test-e2e.ts
  • test:integrationvitest run src/__tests__/integration
  • test:jestjest
  • test:securityvitest run src/__tests__/security
  • …and 4 more.
Dependencies13
  • @adaptic/lumic-utils^1.0.6
  • @wundr.io/ai-integration^1.0.39
  • axios^1.13.2
  • commander^14.0.2
  • dotenv^16.4.5
  • eventemitter3^5.0.1
  • openai^4.74.1
  • pg^8.19.0
  • prom-client^15.1.0
  • redis^4.6.13
  • ws^8.16.0
  • yaml^2.3.4
  • zod^3.22.4