PkgRadar

Package evidence

[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
2
First published
Jun 2026
Publisher
avenassh

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"}'
Publisheravenassh
Artifact bytes374,632
Previous version0.2.0-beta.0
Published2026-06-06T16:28:22.377Z
SHA-2562a15e962ccc85f980720154d2d8f2352ca4e0e25f6be7307978cb10141722c5d

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
0.2.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/index.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts6
  • build:binpkg . --out-path dist
  • build:bin:macpkg . --targets node18-macos-x64,node18-macos-arm64 --no-bytecode --public --public-packages "*" --out-path dist
  • build:bin:winpkg . --targets node18-win-x64 --out-path dist
  • demo:resetnode reset-demo.js
  • scannode index.js
  • testvitest run --globals
Dependencies12
  • @modelcontextprotocol/sdk^1.29.0
  • chalk^4.1.2
  • commander^12.1.0
  • dotenv^17.4.2
  • fast-glob^3.3.3
  • openai^6.41.0
  • pgsql-ast-parser^12.0.1
  • picocolors^1.1.1
  • tree-sitter-javascript^0.25.0
  • tree-sitter-typescript^0.23.2
  • web-tree-sitter^0.26.9
  • zod^4.4.3