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
1
First published
Jun 2026
Publisher
lachaib

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"}'
Publisherlachaib
Artifact bytes944,290
Previous versionnone
Published2026-06-10T16:34:39.039Z
SHA-2563c00c406da99380ee7391e88173761c6232648674a195b1a7d069e7ff7caee42

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
10Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/action.cjsmatched "AWS_ACCESS_KEY"10

Manifest

Package metadata

Scripts11
  • buildtsup
  • checkbiome check .
  • check:cibiome ci --diagnostic-level error
  • check:fixbiome check --write .
  • formatbiome format .
  • format:fixbiome format --write .
  • lintbiome lint .
  • lint:fixbiome lint --write .
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @actions/core^3.0.1
  • @actions/github^9.1.1
  • adm-zip^0.5.17
  • commander14.0.3
  • diff^9.0.0
  • lockdelta^0.1.3
  • tar^7.5.16