PkgRadar

Package evidence

@azure/[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.

Versions published
3
First published
May 2026
Publisher
microsoft1es

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":["@azure/[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":["@azure/[email protected]"],"fail_on":"review"}'
Publishermicrosoft1es
Artifact bytes121,473
Previous version0.0.2-preview
Published2026-05-27T21:36:15.543Z
SHA-256c28884056f6c3b76b2857a66a015287fb80de01e5f7f2d60beae5c6d47ed8905

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
45Score
0.0.3-previewVersion
Status history (1 event)
  1. newavailable · risk review · score 45 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/doctor/ai-analysis.jsmatched ".azure"5
lowCredential file accesspackage/bin/azure-functions-skills.jsmatched ".azure"5
lowCredential file accesspackage/lib/chat/index.jsmatched ".azure"5
lowCredential file accesspackage/lib/doctor/rules.jsmatched ".Azure"5
lowCredential file accesspackage/lib/doctor/runner.jsmatched ".azure"5
lowCredential file accesspackage/lib/setup/state.jsmatched ".azure"5
lowCredential file accesspackage/lib/setup/workspace.jsmatched ".azure"5
lowCredential file accesspackage/templates/skills/azure-functions-health-status/scripts/get-functionapp-health-status.shmatched ".azure"5
lowCredential file accesspackage/templates/skills/azure-functions-inventory/scripts/get-functionapp-inventory.shmatched ".azure"5

Manifest

Package metadata

Scripts16
  • buildnpm run compile && node lib/build/build.js
  • build:plugin-payloadnpm run compile && node lib/build/build.js --plugin-only --repo-plugin-dir .github/plugins/azure-functions-skills --marketplace-root .
  • checknpm run lint && npm run typecheck && npm run lint:security && npm run validate:skills && npm run verify:plugin-payload && npm test && npm run build
  • cinpm run check
  • compiletsc
  • linteslint .
  • lint:securitynode scripts/lint-package-scripts.mjs && node scripts/lint-skill-content.mjs && node scripts/audit-npm-token.mjs
  • new:skillnpm run compile && node lib/build/new-skill.js
  • prepacknpm run compile && node scripts/strip-sourcemaps.mjs
  • release:localnode scripts/release-local.mjs
  • setupnode bin/azure-functions-skills.js setup
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit -p tsconfig.typecheck.json
  • validate:skillsnpm run compile && node lib/build/validate-skills.js
  • verify:plugin-payloadnpm run compile && node lib/build/verify-plugin-payload.js