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
- 1,755Mature · −50% score
- First published
- Aug 2019
- 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 monitoringNo 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/[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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts28
auditnode ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm auditbuildtsc -p . && npm run build:nodebrowser && api-extractor run --local && npm run build:typesbuild:browsertsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1build:nodetsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1build:nodebrowserrollup -c 2>&1build:samplesecho Obsolete.build:testtsc -p . && rollup -c 2>&1build:typesdownlevel-dts types/latest types/3.1check-formatprettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "*.{js,json}"cleanrimraf dist dist-* temp types *.tgz *.logdocstypedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./srcexecute:samplesdev-tool samples run samples-devextract-apitsc -p . && api-extractor run --localformatprettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "samples-dev/**/*.ts" "*.{js,json}"generate:clientautorest --typescript --v3 swaggerintegration-testnpm run integration-test:node && npm run integration-test:browserintegration-test:browserkarma start --single-runintegration-test:nodenyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace "dist-esm/test/{,!(browser)/**/}/*.spec.js"linteslint package.json api-extractor.json src test --ext .tslint:fixeslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]packnpm pack 2>&1prebuildnpm run cleantestnpm run build:test && npm run unit-test && npm run integration-testtest:browsernpm run build:test && npm run unit-test:browser && npm run integration-test:browsertest:nodenpm run build:test && npm run unit-test:node && npm run integration-test:nodeunit-testnpm run unit-test:node && npm run unit-test:browserunit-test:browserkarma start --single-rununit-test:nodemocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace "test/{,!(browser)/**/}/*.spec.ts"
Dependencies5
@azure/core-auth^1.3.0@azure/core-http^1.2.0@azure/core-tracing1.0.0-preview.11@azure/logger^1.0.0tslib^2.2.0