PkgRadar

Package evidence

@elizaos/[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
8
First published
Jan 2026
Publisher
shawticus

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":["@elizaos/[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":["@elizaos/[email protected]"],"fail_on":"review"}'
Publishershawticus
Artifact bytes449,089
Previous version2.0.0-alpha.4
Published2026-02-11T11:46:11.829Z
SHA-256b41745e371d30dda47d1ca135e9e79f650ac44dab43e3843bdc55116d7cf6be7

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
13Score
2.0.0-alpha.5Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/index.node.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/node/index.node.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/package.jsonmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts11
  • buildbun run build.ts
  • build:tsbun run build.ts
  • cleanrm -rf dist .turbo node_modules
  • devbun --hot build.ts
  • formatbunx @biomejs/biome format --write .
  • format:checkbunx @biomejs/biome format .
  • lintbunx @biomejs/biome check --write --unsafe .
  • lint:checkbunx @biomejs/biome check .
  • testvitest run
  • test:tsvitest run
  • typechecktsc --noEmit
Dependencies3
  • @aws-sdk/client-s3^3.705.0
  • @aws-sdk/s3-request-presigner^3.705.0
  • @elizaos/core2.0.0-alpha.3