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"}'
Publishercveld
Artifact bytes28,052
Previous version0.5.0
Published2026-05-24T09:38:09.675Z
SHA-2561e09af35afb0d0ae9958d5f4ff51badbc56c39383d4110b5a492232ba4626ed7

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

cveld

4 members · evidence strength 76

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/api.jsmatched ".azure"30
highCredential file accesspackage/dist/cache.jsmatched ".azure"30
highCredential file accesspackage/dist/debugRetry.jsmatched ".azure"30
highCredential file accesspackage/dist/debugSignalR.jsmatched ".azure"30
highCredential file accesspackage/dist/debugWarnings.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/EnvironmentsScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelineRunScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelineRunsScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelinesScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/signalr.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/StagesScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/tui.jsmatched ".azure"30
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/api.jsmatched ".azure"30
highCredential file accesspackage/dist/cache.jsmatched ".azure"30
highCredential file accesspackage/dist/debugRetry.jsmatched ".azure"30
highCredential file accesspackage/dist/debugSignalR.jsmatched ".azure"30
highCredential file accesspackage/dist/debugWarnings.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/EnvironmentsScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelineRunScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelineRunsScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/PipelinesScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/signalr.jsmatched ".azure"30
highCredential file accesspackage/dist/screens/StagesScreen.jsmatched ".azure"30
highCredential file accesspackage/dist/tui.jsmatched ".azure"30
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/lib/format.jsmatched "\\x00"3
lowObfuscationpackage/dist/tui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts4
  • buildtsc
  • preparenpm run build
  • starttsx src/tui.ts
  • typechecktsc --noEmit
Dependencies2
  • blessed^0.1.81
  • ws^8.20.1