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
10
First published
Apr 2026
Publisher
tseka_luk

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"}'
Publishertseka_luk
Artifact bytes2,283,832
Previous version0.3.3
Published2026-06-08T05:50:48.905Z
SHA-2565735c332b31aca10495d708f687bbe16f2c4defbf274d5cb0739fc4f13093e3a

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-FBRPUQSU.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-M3QJPQWS.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/dist-es-7VTHVGQ3.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/index.jsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/dist/chunk-UU4YUKYZ.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/query_compiler_fast_bg.postgresql.wasm-base64-JU7X67WB.js4899692 bytes0
lowObfuscation Densitypackage/dist/sts-RJ2HDNHF.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsup --watch
  • preparemkdir -p dist && test -f dist/index.js || echo '#!/usr/bin/env node' > dist/index.js
  • startnode dist/index.js
  • testpnpm build && vitest run
  • test:watchvitest
Dependencies5
  • @clack/prompts^0.7.0
  • commander^12.1.0
  • node-fetch^3.3.2
  • p-timeout^6.1.4
  • picocolors^1.1.0