PkgRadar

Package evidence

@yumgjs/[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
2
First published
Jun 2026
Publisher
yumengjh

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":["@yumgjs/[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":["@yumgjs/[email protected]"],"fail_on":"review"}'
Publisheryumengjh
Artifact bytes80,619
Previous version1.0.0
Published2026-06-17T15:39:42.245Z
SHA-2568dc1d652a516e3506970c5ce5bac939693913a169fb2ceb46a4072a0c64e749f

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
1.0.1Version
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/cli.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts12
  • buildpnpm clean && tsc
  • cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true })"
  • devtsx src/index.ts
  • prepublishOnlypnpm build
  • publish:loginnpm login --registry=https://registry.npmjs.org/
  • publish:npmnpm publish --registry=https://registry.npmjs.org/ --access public
  • publish:whoaminpm whoami --registry=https://registry.npmjs.org/
  • startnode dist/index.js
  • testnode --import tsx --test "src/**/*.test.ts"
  • typechecktsc --noEmit
  • zstd:approvepnpm approve-builds
  • zstd:checknode -e "import('@mongodb-js/zstd').then(() => console.log('zstd native module OK')).catch((err) => { console.error(err.message); process.exit(1); })"
Dependencies7
  • @aws-sdk/client-s3^3.1063.0
  • @mongodb-js/zstd^7.0.0
  • chalk^5.6.2
  • commander^15.0.0
  • inquirer^14.0.2
  • ora^9.4.0
  • p-limit^7.3.0