PkgRadar

Package evidence

@microsoft/[email protected]

Invalid Package Json: package.json is not valid JSON

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
8
First published
May 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 bytes29,743
Previous version1.33.1
Published2026-06-12T21:44:04.909Z
SHA-2568b14b741ddb28110b967ef43c7ee670de3dc1a14eba6b0bfcb2a8069e8cbab04

Why flagged

What the scanner saw

Invalid Package Json: package.json is not valid JSON

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.33.2Version
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
mediumInvalid Package Jsonpackage/dist/site-cjs/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts5
  • buildtsc && tsc -p tsconfig.site-cjs.json && node scripts/write-site-cjs-package-json.mjs
  • build:watchtsc --watch
  • cleanrimraf dist .tsbuildinfo .tsbuildinfo.site-cjs
  • testvitest --run
  • test:watchvitest
Dependencies1
  • minisearch~7.2.0