PkgRadar

Package evidence

@ramudridhanush/[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
31
First published
May 2026
Publisher
ramudridhanush

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":["@ramudridhanush/[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":["@ramudridhanush/[email protected]"],"fail_on":"review"}'
Artifact bytes318,049
Previous version1.0.29
Published2026-05-30T06:07:17.926Z
SHA-25660fe0467ea2d0393ca16c2fa43a5de074a03c54444b92e2fc0242df87bf267de

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.0.30Version
Status history (2 events)
  1. newavailable · risk review · score 5 · status changed
  2. 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/auto-eda/autoeda/connectors/s3_connector.pymatched "aws_access_key"5

Manifest

Package metadata

Scripts6
  • backendnpm run dev --prefix backend
  • buildnpm run build --prefix frontend
  • devnode bin/autoeda.js --dev
  • frontendnpm run dev --prefix frontend
  • install-depsnpm install --prefix backend && npm install --prefix frontend
  • startnode bin/autoeda.js
Dependencies4
  • chalk^5.3.0
  • commander^11.0.0
  • open^8.4.2
  • ora^7.0.1