PkgRadar

Package evidence

@eka-care/[email protected]

Credential file access: matched ".AWS"

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
13
Versions published
34Established · −30% score
First published
Dec 2025
Publisher
geethanjali.s

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@eka-care/[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":["@eka-care/[email protected]"],"fail_on":"review"}'
Publishergeethanjali.s
Artifact bytes3,035,275
Previous version3.0.1
Published2026-05-27T13:05:43.921Z
SHA-2567dd91f7e3461b727430696afe4545ad0877a5d7d1fd89be2eaa12c07c92f760e

Why flagged

What the scanner saw

Credential file access: matched ".AWS"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

Manifest

Package metadata

Scripts3
  • buildyarn clean && node build.mjs && dts-bundle-generator --project ./tsconfig.json --no-check -o dist/index.d.ts ../../eka-sdk/ekascribe-v2rx/index.ts
  • cleanrm -rf dist
  • prepublishOnlyyarn build
Dependencies2
  • core-js^3.38.0
  • med-scribe-alliance-ts-sdk^2.0.25