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
67
Versions published
18
First published
Apr 2026
Publisher
evo-brooks

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherevo-brooks
Artifact bytes128,532
Previous version0.4.1
Published2026-06-08T22:46:25.806Z
SHA-256f990a9df6e97f1dff4326d59d53e344077ef5701593e339d6168c3eb17011672

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/create-evolve.jsmatched ".npmrc"5
lowCredential file accesspackage/src/commands/ecr.jsmatched ".aws/"5

Manifest

Package metadata

Scripts8
  • check:preflightnode .evo/scripts/preflight.mjs
  • devnode .evo/bin/runtime start
  • dev:fullnode .evo/bin/runtime start --full
  • dev:litenode .evo/bin/runtime start --lite
  • seednode .evo/scripts/seed.mjs
  • startnode .evo/bin/runtime start
  • statusnode .evo/bin/runtime status
  • stopnode .evo/bin/runtime stop