PkgRadar

Package evidence

@microsoft/[email protected]

Credential file access: matched ".azure"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
6,369Niche · −30% score
Versions published
39Mature · −50% score
First published
Jun 2023
Publisher
microsoft1es

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@microsoft/[email protected]"],"fail_on":"review"}'

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":["@microsoft/[email protected]"],"fail_on":"review"}'
Publishermicrosoft1es
Artifact bytes33,652
Previous version6.0.0-alpha.7
Published2026-03-26T21:44:53.607Z
SHA-2569692f74b75b25a29c3d01f9cb8f87be181a2a6156b43238d9e595b5880e03440

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

review
Last checked
reviewRisk
5Score
6.0.0-alpha.8Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/src/utils/BearerChallengePolicy.jsmatched ".azure"5
lowCredential file accesspackage/dist/esm/src/utils/BearerChallengePolicy.jsmatched ".azure"5

Manifest

Package metadata

Scripts7
  • buildnpm run build:esm && npm run build:cjs
  • build:cjstsc -p ./ --outDir ./dist/cjs --module nodenext --moduleResolution nodenext --declaration false
  • build:esmtsc -p ./
  • l10nnpx @vscode/l10n-dev export --outDir ./l10n ./src
  • linteslint --max-warnings 0
  • packagenpm pack
  • testmocha
Dependencies4
  • @azure/arm-resources-subscriptions^2.1.0
  • @azure/core-rest-pipeline^1.22.2
  • @azure/identity^4.13.0
  • @azure/ms-rest-azure-env^2.0.0