PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherkfaubel
Artifact bytes45,621
Previous versionnone
Published2026-05-24T01:52:33.095Z
SHA-25614233fb6ff14e9b1fc098d74b5aa4fe45a3038d7215a827d67873a6440afb86f

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
124Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 124 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

kfaubel

6 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/build/AstrosphericAPI.jsmatched ".azure"30
highCredential file accesspackage/sample-with-mocks.jsmatched ".azure"30
highCredential file accesspackage/config.jsonmatched ".azure"30
highCredential file accesspackage/config.sample.jsonmatched ".azure"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/build/AstrosphericAPI.jsmatched ".azure"30
highCredential file accesspackage/sample-with-mocks.jsmatched ".azure"30
highCredential file accesspackage/config.jsonmatched ".azure"30
highCredential file accesspackage/config.sample.jsonmatched ".azure"30
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4

Manifest

Package metadata

Scripts6
  • buildnpm run clean && tsc
  • cleanshx rm -rf build
  • linteslint src/**/*.ts
  • preparenpm run build
  • startnpm run build && node app.js
  • testnpm run build && node app.js
Dependencies3
  • axios^1.7.2
  • moment-timezone^0.5.45
  • pureimage^0.4.13