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 bytes24,873
Previous version1.0.3
Published2026-05-24T17:58:48.694Z
SHA-256d05a3884dd7a8c2be8c372629d854b1533d2d18134d557fd71a0b249872b9985

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

kfaubel

6 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/build/AstrosphericAPI.jsmatched ".azure"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/build/AstrosphericAPI.jsmatched ".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