PkgRadar

Package evidence

@kmmao/[email protected]

Credential file access: matched "AWS_SECRET_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
44
Versions published
27
First published
Feb 2026
Publisher
kmmao

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":["@kmmao/[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":["@kmmao/[email protected]"],"fail_on":"review"}'
Publisherkmmao
Artifact bytes133,077
Previous version0.7.1
Published2026-05-30T06:11:10.344Z
SHA-256047b580c5bbba6ccd9c3a8c97b96fa04578389db2119f57e3b1f41028015b8cd

Why flagged

What the scanner saw

Credential file access: matched "AWS_SECRET_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.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.cjsmatched "AWS_SECRET_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.mjsmatched "AWS_SECRET_ACCESS_KEY"5

Manifest

Package metadata

Scripts6
  • buildshx rm -rf dist && npx tsc --noEmit && pkgroll
  • devtsx src/index.ts
  • prepublishOnly$npm_execpath run build && $npm_execpath test
  • releasenpx --no-install release-it
  • test$npm_execpath run build && vitest run
  • typechecktsc --noEmit
Dependencies8
  • @kmmao/happy-wire^0.24.0
  • axios^1.15.2
  • chalk^5.6.2
  • commander^14.0.0
  • qrcode-terminal^0.12.0
  • socket.io-client^4.8.1
  • tweetnacl^1.0.3
  • zod4