PkgRadar

Package evidence

@kmmao/[email protected]

Credential file access: matched ".azure"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherkmmao
Artifact bytes100,899
Previous version0.22.4
Published2026-05-24T18:49:37.992Z
SHA-256cd75f89a4e6e28376e8a6c8e41f47b8f6423861acc3661ec2bb5afd285b473f4

Why flagged

What the scanner saw

Credential file access: matched ".azure"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
66Score
0.22.5Version
Status history (1 event)
  1. newavailable · risk high · score 66 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

kmmao

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.cjsmatched ".azure"30
highCredential file accesspackage/dist/index.mjsmatched ".azure"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.cjsmatched ".azure"30
highCredential file accesspackage/dist/index.mjsmatched ".azure"30
lowObfuscationpackage/dist/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/index.mjsmatched "\\u2014"3

Manifest

Package metadata

Scripts5
  • buildshx rm -rf dist && npx tsc --noEmit && pkgroll
  • prepublishOnly$npm_execpath run build && $npm_execpath run test
  • releasenpx --no-install release-it
  • test$npm_execpath run build && vitest run
  • typechecktsc --noEmit
Dependencies2
  • @paralleldrive/cuid2^2.2.2
  • zod4