PkgRadar

Package evidence

@azure-tools/[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
3,224Niche · −30% score
Versions published
742Mature · −50% score
First published
Mar 2023
Publisher
azure-sdkTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@azure-tools/[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-tools/[email protected]"],"fail_on":"review"}'
Publisherazure-sdk
Artifact bytes663,969
Previous version0.53.3-alpha.20260526.1
Published2026-05-27T17:04:01.306Z
SHA-2561731ea64b3d584df1c38bd37b2844a964d15557a3c3e099c430d95c7cf7d9c94

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
7Score
0.53.3-alpha.20260527.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/rlc-common/metadata/buildReadmeFile.jsmatched ".azure"5
lowCredential file accesspackage/dist/src/utils/modelUtils.jsmatched ".Azure"5
lowCredential file accesspackage/src/rlc-common/metadata/buildReadmeFile.tsmatched ".azure"5
lowCredential file accesspackage/static/static-helpers/cloudSettingHelpers.tsmatched ".azure"5
lowCredential file accesspackage/src/utils/modelUtils.tsmatched ".Azure"5

Manifest

Package metadata

Scripts45
  • buildtsc -p .
  • check-formatnpm run prettier -- --check
  • check:treenode --loader ts-node/esm ./test/commands/check-clean-tree.ts
  • cleanrimraf ./dist ./typespec-output
  • copy:typespecrm -rf temp && mkdirp -p temp/specs && mkdirp -p temp/assets && cp -r ./node_modules/@typespec/http-specs/specs/* ./temp/specs && cp -r ./node_modules/@azure-tools/azure-http-specs/specs/* ./temp/specs && cp -r ./test/integration/typespec/* ./temp/specs && cp -r ./node_modules/@typespec/http-specs/assets/* ./temp/assets
  • formatnpm run -s prettier -- --write
  • generate-and-run:azure-modularnpm run generate-tsp-only:azure-modular && npm run integration-test:alone:azure-modular && npm run stop-test-server -- -p 3002
  • generate-and-run:azure-rlcnpm run generate-tsp-only:azure-rlc && npm run integration-test:alone:azure-rlc && npm run stop-test-server -- -p 3000
  • generate-and-run:modularnpm run generate-tsp-only:modular && npm run integration-test:alone:modular && npm run stop-test-server -- -p 3002
  • generate-and-run:rlcnpm run generate-tsp-only:rlc && npm run integration-test:alone:rlc && npm run stop-test-server -- -p 3000
  • generate-tsp-onlynpm run generate-tsp-only:azure-rlc && npm run generate-tsp-only:rlc &&npm run generate-tsp-only:azure-modular && npm run generate-tsp-only:modular
  • generate-tsp-only:azure-modularnpx tsx ./test/commands/gen-spector.js --tag=azure-modular
  • generate-tsp-only:azure-rlcnpx tsx ./test/commands/gen-spector.js --tag=azure-rlc
  • generate-tsp-only:modularnpx tsx ./test/commands/gen-spector.js --tag=modular
  • generate-tsp-only:rlcnpx tsx ./test/commands/gen-spector.js --tag=rlc
  • integration-test-cinpm-run-all copy:typespec integration-test-ci:rlc integration-test-ci:azure-rlc integration-test-ci:modular integration-test-ci:azure-modular
  • integration-test-ci:azure-modularnpm-run-all --silent -p start-test-server:azure-modular --race generate-and-run:azure-modular
  • integration-test-ci:azure-rlcnpm-run-all --silent -p start-test-server:azure-rlc --race generate-and-run:azure-rlc
  • integration-test-ci:modularnpm-run-all --silent -p start-test-server:modular --race generate-and-run:modular
  • integration-test-ci:rlcnpm-run-all --silent -p start-test-server:rlc --race generate-and-run:rlc
  • integration-test-ci:sequentialnpm-run-all --serial copy:typespec integration-test-ci:modular && npm run integration-test-ci:modular
  • integration-test:alonenpm run integration-test:alone:rlc && npm run integration-test:alone:azure-rlc && npm run integration-test:alone:modular && npm run integration-test:alone:azure-modular
  • integration-test:alone:azure-modularvitest run --project integration-azure-modular
  • integration-test:alone:azure-rlcvitest run --project integration-azure-rlc
  • integration-test:alone:modularvitest run --project integration-modular
  • integration-test:alone:rlcvitest run --project integration-rlc
  • linteslint src --ext .ts --max-warnings=0
  • lint:fixeslint src --fix --ext .ts
  • prettierprettier --config ./.prettierrc "{src,test,static}/**/*.ts" "!test/**/generated/**/*.ts"
  • regen-docsnpm run build && tspd doc . --enable-experimental --output-dir ./website/src/content/docs/docs/emitters/clients/typespec-ts/reference --skip-js
  • …and 15 more.
Dependencies8
  • @azure-tools/rlc-common0.53.3-alpha.20260527.1
  • fast-xml-parser^4.5.0
  • fs-extra^11.1.0
  • handlebars^4.7.7
  • lodash^4.17.21
  • prettier^3.3.3
  • ts-morph^23.0.0
  • tslib^2.3.1