PkgRadar

Package evidence

@microsoft/[email protected]

Credential file access: matched ".npmrc"

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
574
Versions published
179Mature · −50% score
First published
Jan 2023
Publisher
microsoft1es

Effective trust discount applied: 50% (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":["@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 bytes114,253
Previous version2.3.4-dev.2579022.0
Published2026-06-06T01:19:47.097Z
SHA-256ca90a675d24a222dd622f37f3e6dfbef15ccdc88abbff4e7b60ede7e569f5abe

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
2.3.4-dev.2579476.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/main.jsmatched ".npmrc"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildtsc
  • coveragejest --coverage
  • dprintdprint fmt
  • preparehusky install
  • prepublishOnlytsc
  • startts-node src/cli.ts
  • testts-node node_modules/jest/bin/jest.js
  • test:unitts-node node_modules/jest/bin/jest.js --silent --findRelatedTests tests/type2docfx.test.ts
  • validatenode tasks/check.js
Dependencies7
  • commander^9.4.1
  • fs-extra^11.1.0
  • js-yaml^4.1.1
  • lodash^4.17.23
  • prettier^2.8.7
  • shell-quote^1.8.2
  • typedoc^0.23.28