PkgRadar

Package evidence

[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.

Weekly downloads
150
Versions published
2
First published
Jun 2026
Publisher
windsland52

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherwindsland52
Artifact bytes249,068
Previous version0.1.0
Published2026-06-12T10:44:38.194Z
SHA-25605a01556192771de4bb09b92fe395a5e61fb3c834f5003433dcbe6b1e62c9f0c

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.0.0Version
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/templates/addons/dev-tools/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts14
  • buildnode scripts/build.mjs
  • build:seanode scripts/build-sea.mjs
  • checkpnpm format:check && pnpm typecheck && pnpm test
  • check:networktsx scripts/check-network-assets.ts
  • devtsx src/index.ts
  • formatprettier --write . --ignore-unknown
  • format:checkprettier --check . --ignore-unknown
  • pretestpnpm build
  • release:manifestnode scripts/create-release-manifest.mjs
  • release:prepare-pypinode scripts/prepare-pypi-release.mjs
  • release:sync-versionnode scripts/sync-release-version.mjs
  • sync:schemanode scripts/sync-schema.mjs
  • testvitest run && node scripts/test-python.mjs
  • typechecktsc --noEmit
Dependencies1
  • @modelcontextprotocol/sdk^1.29.0