PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
79Mature · −50% score
First published
Apr 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes4,903,167
Previous version2.6.0
Published2026-06-02T20:15:49.057Z
SHA-2565dc6d23b18c9628f9d0a75b23d7d375a1af6d2d17d594c80e0f5ce417cfa5b53

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.6.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/utils/xcodemake.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts43
  • bench:claude-uinpm run build && npx tsx benchmarks/claude-ui/run.ts
  • bench:claude-ui:privatenpm run build && npx tsx benchmarks/claude-ui/run-directory.ts benchmarks/claude-ui/local/suites private
  • bench:claude-ui:xcodebuildmcpnpm run build && npx tsx benchmarks/claude-ui/run-directory.ts benchmarks/claude-ui/suites XcodeBuildMCP
  • bench:test-simnpx tsx scripts/benchmark-simulator-test.ts
  • buildwireit
  • build:tsupnpm run generate:version && tsup
  • build:website-manifestnode scripts/build-website-manifest.mjs
  • bundle:axescripts/bundle-axe.sh
  • capture:xcodebuildnpx tsx scripts/capture-xcodebuild-wrapper.ts
  • devnpm run build:tsup && node build/cli.js mcp
  • dev:tsupnpm run build:tsup && tsup --watch
  • doctornode build/doctor-cli.js
  • formatprettier --write 'src/**/*.{js,ts}' 'benchmarks/claude-ui/**/*.{ts,md,yml}'
  • format:checkprettier --check 'src/**/*.{js,ts}' 'benchmarks/claude-ui/**/*.{ts,md,yml}'
  • generate:versionnpx tsx scripts/generate-version.ts
  • homebrew:formulascripts/create-homebrew-formula.sh
  • hooks:installnode scripts/install-git-hooks.js
  • inspectnpx @modelcontextprotocol/inspector@latest node build/cli.js mcp
  • knipknip
  • license:checknpx -y license-checker --production --onlyAllow 'MIT;ISC;BSD-2-Clause;BSD-3-Clause;Apache-2.0;Unlicense;FSL-1.1-MIT;BlueOak-1.0.0'
  • license:reportnode scripts/generate-third-party-package-licenses.mjs
  • linteslint 'src/**/*.{js,ts}' 'benchmarks/claude-ui/**/*.ts'
  • lint:fixeslint 'src/**/*.{js,ts}' 'benchmarks/claude-ui/**/*.ts' --fix
  • package:macosscripts/package-macos-portable.sh
  • package:macos:universalscripts/package-macos-portable.sh --universal
  • preparenode scripts/install-git-hooks.js
  • repro:mcp-lifecycle-leaknpm run build && npx tsx scripts/repro-mcp-lifecycle-leak.ts
  • repro:sentry-mcp-teardowncd repros/sentry-mcp-teardown && npm run harness
  • runnpm run build -s >/dev/null 2>&1 && node build/cli.js
  • testvitest run
  • …and 13 more.
Dependencies11
  • @clack/prompts^1.0.1
  • @modelcontextprotocol/sdk^1.27.1
  • @sentry/node^10.43.0
  • bplist-parser^0.3.2
  • chokidar^5.0.0
  • glob^13.0.6
  • uuid^14.0.0
  • yaml^2.4.5
  • yargs^17.7.2
  • yargs-parser^22.0.0
  • zod^4.0.0