PkgRadar

Package evidence

@mirage-cli/[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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":["@mirage-cli/[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":["@mirage-cli/[email protected]"],"fail_on":"high"}'
Publisheralexbruf
Artifact bytes35,447
Previous version0.1.7
Published2026-05-24T16:48:23.749Z
SHA-256ef2bf75c4faae3af0eea5d02d986011a03864913cbafbec3f16a1fa8592dd813

Why flagged

What the scanner saw

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

alexbruf

8 members · evidence strength 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/cli.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/cli.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
lowObfuscationpackage/dist/bin.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/cli.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/index.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts5
  • buildbun build src/bin.ts src/cli.ts src/index.ts --target=node --outdir=dist --external commander && bun run scripts/postbuild.ts && bun run build:types
  • build:typestsc -p tsconfig.build.json
  • devbun run src/cli.ts
  • testbun test --reporter=dots
  • typechecktsc --noEmit
Dependencies1
  • commander^14.0.3