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 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":["@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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/security/env-sanitizer.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/security/exec-approvals.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/security/redact.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/security/env-sanitizer.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/security/exec-approvals.ts | matched ".ssh/" | 5 |
| low | Credential file access | package/src/security/redact.ts | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts34
buildtscbuild:watchtsc --watchcleanrm -rf distdaemon:healthnode dist/cli/daemon-cli.js health --verbosedaemon:install./scripts/install-service.shdaemon:install:system./scripts/install-service.sh --systemdaemon:restartnode dist/cli/daemon-cli.js restart --daemondaemon:startnode dist/cli/daemon-cli.js start --daemondaemon:start:fgnode dist/cli/daemon-cli.js startdaemon:statusnode dist/cli/daemon-cli.js statusdaemon:stopnode dist/cli/daemon-cli.js stopdaemon:uninstall./scripts/install-service.sh --uninstalldevtsc --watchdocker:downdocker-compose downdocker:logsdocker-compose logs -f daemondocker:updocker-compose up -dformatprettier --write 'src/**/*.{ts,tsx,js,jsx,json,md}'format:checkprettier --check 'src/**/*.{ts,tsx,js,jsx,json,md}'health-check./scripts/health-check.shlinteslint src --ext .ts,.tsx,.js,.jsx --fixstartnode bin/orchestrator-daemon.jsstart:dev./scripts/start-dev.shstart:docker./scripts/start-docker.shtestvitest runtest:civitest run --coverage --reporter=verbose --reporter=junit --outputFile=test-results.xmltest:coveragevitest run --coveragetest:e2enpx tsx scripts/test-e2e.tstest:integrationvitest run src/__tests__/integrationtest:jestjesttest:securityvitest run src/__tests__/security- …and 4 more.
Dependencies13
@adaptic/lumic-utils^1.0.6@wundr.io/ai-integration^1.0.39axios^1.13.2commander^14.0.2dotenv^16.4.5eventemitter3^5.0.1openai^4.74.1pg^8.19.0prom-client^15.1.0redis^4.6.13ws^8.16.0yaml^2.3.4zod^3.22.4