PkgRadar

Package evidence

@elvatis_com/[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
Feb 2026
Publisher
elvatis_com

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":["@elvatis_com/[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":["@elvatis_com/[email protected]"],"fail_on":"review"}'
Publisherelvatis_com
Artifact bytes18,274
Previous versionnone
Published2026-02-27T15:54:26.232Z
SHA-2560e2a20dfdae792e9e9a2ff64ce6cfc4fff9ba58e9a38003f36e8f77660d8c2df

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.1.0Version
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/redaction.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • cinpm run typecheck && npm run build && npm run test && npm run scan-secrets
  • linttsc --noEmit
  • prepublishOnlynpm run build
  • scan-secretsbash scripts/scan-secrets.sh
  • testvitest run
  • typechecktsc --noEmit