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
3
First published
Jul 2025
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 bytes81,222
Previous versionnone
Published2025-07-11T18:01:36.518Z
SHA-2563e85f5409610366f7f88b0c540eb663a5e6c174137bb5c5c6f46afe0f75b96f0

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
1.2.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

Scripts13
  • buildbun run build.ts
  • check-typestsc --noEmit
  • demo:interactivebun run scripts/demo-interactive.ts
  • devbun run build.ts --watch
  • formatprettier --check .
  • format:fixprettier --write .
  • linteslint --max-warnings 0 .
  • lint:fixeslint --fix .
  • testbun test && elizaos test
  • test:interactivebun run build && bun run src/interactive-test.ts
  • test:sandboxbun run build && node scripts/verify-sandbox.js
  • typecheckbun run check-types
  • verify-sandboxnode scripts/verify-sandbox.js
Dependencies24
  • @anthropic-ai/claude-code^1.0.0
  • @elizaos/core^1.2.1
  • @elizaos/plugin-bootstrap^1.2.1
  • @elizaos/plugin-e2b^1.2.0
  • @elizaos/plugin-forms^1.2.0
  • axios^1.6.5
  • bip32^4.0.0
  • bip39^3.1.0
  • bitcoinjs-lib^6.1.3
  • chokidar^4.0.1
  • discord.js^14.17.0
  • dockerode^4.0.2
  • express^4.18.3
  • fs-extra^11.2.0
  • ioredis^5.6.1
  • lighthouse^11.4.0
  • lru-cache^11.0.2
  • qrcode^1.5.4
  • stripe^14.10.0
  • tiny-secp256k1^2.2.3
  • typescript5.8.3
  • uuid^11.1.0
  • ws^8.18.0
  • zod3.25.67