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.

Weekly downloads
168
Versions published
1
First published
May 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 bytes391,334
Previous versionnone
Published2026-05-10T22:34:29.037Z
SHA-256ddc9ef760da50118f2645ac7475790509f3fe55ae30ed3f3a4f15c05a78d550d

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts8
  • buildbun run build.ts
  • checkbun run typecheck && bun run test
  • cleanrm -rf dist .turbo
  • devbun --hot build.ts
  • lintecho "Lint skipped"
  • lint:checkbun run lint
  • testvitest run
  • typecheckbunx tsc --noEmit -p tsconfig.json
Dependencies4
  • @elizaos/core2.0.0-beta.1
  • @elizaos/shared2.0.0-beta.1
  • @vscode/ripgrep^1.15.9
  • zod^4.4.3