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.

Weekly downloads
146
Versions published
32
First published
Feb 2026
Publisher
egglabs

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"}'
Publisheregglabs
Artifact bytes462,053
Previous version0.7.0
Published2026-06-04T10:41:07.998Z
SHA-256e9009f7486d1ba7239f8546d10f4632d326e37d3e12557e51d59e7bfc77bb306

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.7.1Version
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/infrastructure/orchestration/aider-adapter.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infrastructure/orchestration/gemini-adapter.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts17
  • buildtsc
  • cassette:record../scripts/capture-cassette.sh
  • devtsx src/index.ts
  • formatprettier --write 'src/**/*.ts' 'test/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts' 'test/**/*.ts'
  • linteslint src/ --ext .ts
  • pattern-countsnode scripts/print-pattern-counts.mjs
  • postbuildchmod +x dist/index.js
  • prebuildrm -rf dist
  • preparebash ../scripts/install-hooks.sh || true
  • prepublishOnlynpm run build && find dist -name '*.map' -delete && find dist -name '*.d.ts' -delete && find dist -name '*.d.ts.map' -delete
  • pretag:check../scripts/pretag-npm-check.sh
  • repomapnode scripts/gen-repo-map.mjs
  • sbomnpm sbom --sbom-format=spdx --omit=dev
  • startnode dist/index.js
  • testnpm run build && vitest run
  • test:watchvitest
Dependencies10
  • @mohammednagy/graphify-ts^0.22.3
  • boxen^8.0.1
  • chalk^5.3.0
  • cli-progress^3.12.0
  • cli-table3^0.6.5
  • commander^11.1.0
  • dotenv^16.3.1
  • gray-matter^4.0.3
  • ora^7.0.1
  • yaml^2.8.4