PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
3,621Niche · −30% score
Versions published
254
First published
Mar 2026
Publisher
ericswann

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publisherericswann
Artifact bytes2,021,516
Previous version4.10.21-rc.1
Published2026-05-24T01:32:33.950Z
SHA-256b9bcde4e4dc141c9b58521981d7c028e1bc783739d270a0123cf165983e64dea

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

high
Last checked
highRisk
67Score
4.10.21Version
Status history (4 events)
  1. availableavailable · risk high · score 67 · status available -> available, risk high -> high, score 108 -> 67
  2. availableavailable · risk high · score 108 · status available -> available, risk high -> high, score 133 -> 108
  3. availableavailable · risk high · score 133 · status available -> available, risk high -> high, score 315 -> 133
  4. newavailable · risk high · score 315 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Credential file access — matched "google_application_credentials"

17 members · evidence strength 90
Publisher / release actor burststale

ericswann

7 members · evidence strength 84
Repeated static TTPstale

Install-time lifecycle script — postinstall="node scripts/prune-native-binaries.mjs && node scripts/post-install-notice.mjs && node scripts/post-install-bootstrap.mjs"

7 members · evidence strength 90
Repeated static TTPstale

Credential file access — matched "GOOGLE_APPLICATION_CREDENTIALS"

80 members · evidence strength 90

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 28 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/cli/spells/core/bwrap-sandbox.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/src/cli/spells/core/docker-sandbox.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/src/cli/transfer/storage/gcs.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/src/cli/spells/core/sandbox-profile.jsmatched ".npmrc"5
lowCredential file accesspackage/bin/lib/pii-scrub.mjsmatched "GITHUB_TOKEN"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/prune-native-binaries.mjs && node scripts/post-install-notice.mjs && node scripts/post-install-bootstrap.mjs"5
lowObfuscationpackage/.claude/helpers/statusline.cjsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/guidance/analyzer.jsmatched "eval("3
lowObfuscationpackage/dist/src/cli/spells/core/capability-disclosure.jsmatched "\\u2726"3
lowObfuscationpackage/dist/src/cli/movector/coverage-router.jsmatched "\\x00"3
lowObfuscationpackage/dist/src/cli/spells/core/credential-validation.jsmatched "Buffer.from(b64, 'base64"3
lowObfuscationpackage/dist/src/cli/services/daemon-dashboard.jsmatched "\\u2192"3
lowObfuscationpackage/dist/src/cli/commands/daemon.jsmatched "\\x00"3
lowObfuscationpackage/dist/src/cli/spells/connectors/graph.jsmatched "\\u0000"3
lowObfuscationpackage/dist/src/cli/init/helpers-generator.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/commands/hooks.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/hooks/statusline/index.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/shared/security/input-validation.jsmatched "\\x00"3
lowObfuscationpackage/dist/src/cli/commands/neural.jsmatched "eval("3
lowObfuscationpackage/dist/src/cli/output.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/spells/core/prerequisite-checker.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/spells/commands/prompt-command.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/prompt.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/memory/rvf-backend.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/src/cli/commands/security.jsmatched "eval("3
lowObfuscationpackage/dist/src/cli/commands/status.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/cli/aidefence/domain/services/threat-detection-service.jsmatched "\\u200B"3
lowObfuscationpackage/.claude/helpers/auto-memory-hook.mjsmatched "\\x1b"3

Manifest

Package metadata

Scripts15
  • benchvitest run --config vitest.bench.config.ts
  • buildtsc
  • devtsx watch src/cli/index.ts
  • flonode bin/cli.js
  • linteslint src/ bin/ .claude/scripts/ --ext .ts,.tsx,.mts,.cts,.js,.mjs,.cjs --max-warnings 0
  • postinstallnode scripts/prune-native-binaries.mjs && node scripts/post-install-notice.mjs && node scripts/post-install-bootstrap.mjs
  • prebuildnode scripts/sync-version.mjs && node scripts/clean-dist.mjs
  • prepublishOnlynpm run build
  • security:auditnpm audit --omit=dev --audit-level high
  • security:fixnpm audit fix
  • testnode scripts/test-runner.mjs
  • test:smokenode harness/consumer-smoke/run.mjs
  • test:smoke:populatednode harness/consumer-smoke/run-populated.mjs
  • test:uivitest --ui
  • versionnode scripts/sync-version.mjs && git add src/cli/version.ts
Dependencies8
  • @anush008/tokenizers^0.6.0
  • @modelcontextprotocol/sdk^1.0.0
  • js-yaml^4.1.1
  • lru-cache^11.3.5
  • onnxruntime-node^1.24.3
  • semver^7.7.4
  • tar^7.5.11
  • valibot^1.3.1