PkgRadar

Package evidence

@exodus/[email protected]

Credential file access: matched ".aws"

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
8
Versions published
2
First published
Jun 2024
Publisher
matias.la

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":["@exodus/[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":["@exodus/[email protected]"],"fail_on":"review"}'
Publishermatias.la
Artifact bytes74,871
Previous version4.0.0-exodus.0
Published2024-06-06T17:55:40.872Z
SHA-256e7146f23195b5dfc6f915a840947092fdbd954ed5bbe3f380f7b2e6ae055e5cf

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
4.0.0Version
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/build/main/src/algorithm_suites.jsmatched ".aws"5
lowCredential file accesspackage/build/module/src/algorithm_suites.jsmatched ".aws"5

Manifest

Package metadata

Scripts8
  • buildtsc -b tsconfig.json && tsc -b tsconfig.module.json
  • coveragenyc -e .ts npm run mocha
  • lintrun-s lint-*
  • lint-eslinteslint src/*.ts test/**/*.ts
  • lint-prettierprettier -c src/*.ts test/**/*.ts
  • mochamocha --require ts-node/register test/**/*test.ts
  • prepublishOnlynpm run build
  • testnpm run lint && npm run coverage
Dependencies3
  • asn1.js^5.3.0
  • bn.js^5.1.1
  • tslib^2.2.0