PkgRadar

Package evidence

@azure-tools/[email protected]

no findings

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,329Niche · −30% score
Versions published
762Mature · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes665,587
Previous version0.54.0-alpha.20260609.1
Published2026-06-10T16:57:58.442Z
SHA-256d2548db2fbae746b7f6604d5e5686b1b8baa58e321aefd82415a9bc6836d31bd

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.54.0-alpha.20260610.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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.54.0-alpha.20260610.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