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
- 325
- Versions published
- 13
- First published
- Jan 2026
- Publisher
- microsoft1es
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh/"
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 review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/clients/cli/custom_evaluators/security_scanner.py | matched ".ssh/" | 10 |
Manifest
Package metadata
Scripts16
buildnpm run prettier:check && npm run clean && npm run lintcleanrimraf node_modules/.cache dist coverageinstall-credproviderartifacts-npm-credprovider && npm cilintnpm run lint:eslintlint:eslinteslint --quiet "src/clients/node-js/**/*.js"lint:eslint:fixnpm run lint:eslint -- --fixlint:eslint:loudeslint "src/clients/node-js/**/*.js"prebuildnode scripts/generate-defaults.jspreparehuskyprepublishOnlynode scripts/set-publish-date.jsprettier:baseprettier --parser babelprettier:checknpm run prettier:base -- --check "src/clients/node-js/**/*.js"prettier:writenpm run prettier:base -- --write "src/clients/node-js/**/*.js"set-publish-datenode scripts/set-publish-date.jstestnode --test tests/clients/node-js/**/*.test.jstest:coveragec8 --reporter=cobertura --reporter=text node --test tests/clients/node-js/**/*.test.js
Dependencies5
commander^15.0.0dotenv^17.4.2https-proxy-agent^9.0.0node-fetch^3.3.2tar^7.5.4