PkgRadar

Package evidence

@microsoft/[email protected]

Credential file access: matched ".ssh/"

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 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":["@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"}'
Publishermicrosoft1es
Artifact bytes154,547
Previous version1.9.0-preview.1
Published2026-06-10T23:21:55.120Z
SHA-2566bbbe3df93a359dbadf82c902412e7101cabc4c9cff255c5917042616ce107a7

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

review
Last checked
reviewRisk
10Score
1.10.0-preview.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/clients/cli/custom_evaluators/security_scanner.pymatched ".ssh/"10

Manifest

Package metadata

Scripts16
  • buildnpm run prettier:check && npm run clean && npm run lint
  • cleanrimraf node_modules/.cache dist coverage
  • install-credproviderartifacts-npm-credprovider && npm ci
  • lintnpm run lint:eslint
  • lint:eslinteslint --quiet "src/clients/node-js/**/*.js"
  • lint:eslint:fixnpm run lint:eslint -- --fix
  • lint:eslint:loudeslint "src/clients/node-js/**/*.js"
  • prebuildnode scripts/generate-defaults.js
  • preparehusky
  • prepublishOnlynode scripts/set-publish-date.js
  • prettier:baseprettier --parser babel
  • prettier: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.js
  • testnode --test tests/clients/node-js/**/*.test.js
  • test:coveragec8 --reporter=cobertura --reporter=text node --test tests/clients/node-js/**/*.test.js
Dependencies5
  • commander^15.0.0
  • dotenv^17.4.2
  • https-proxy-agent^9.0.0
  • node-fetch^3.3.2
  • tar^7.5.4