PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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"}'
Publisherhandshake-npm
Artifact bytes1,213,275
Previous version0.2.4
Published2026-05-24T12:43:39.826Z
SHA-256cebf1d29e61210ca3ec5fc8b2c6da8629cb8b1a9bd18d27a806bfcb9196b4399

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
39Score
0.2.5Version
Status history (1 event)
  1. newavailable · risk review · score 39 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin/handshake-mcp.mjsmatched "raw.githubusercontent.com"12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin/handshake-mcp.mjsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/experimental.mjsmatched "atob("3
lowObfuscationpackage/dist/bin/handshake-mcp.mjsmatched "atob("3
lowObfuscationpackage/dist/bin/handshake.mjsmatched "atob("3
lowObfuscationpackage/dist/cli/index.mjsmatched "atob("3
lowObfuscationpackage/dist/conformance/index.mjsmatched "atob("3
lowObfuscationpackage/dist/index.mjsmatched "\\x00"3
lowObfuscationpackage/dist/mcp/index.mjsmatched "atob("3
lowObfuscationpackage/dist/runtime/index.mjsmatched "atob("3
lowObfuscationpackage/dist/sdk/surface-clients/index.mjsmatched "atob("3

Manifest

Package metadata

Scripts18
  • buildnpm run build:types && npm run build:bundles
  • build:bundlesnode scripts/build-package-bundles.mjs
  • build:typestsc -p tsconfig.build.json
  • check:reponpm run check:types && npm run lint && npm run format:check && npm run test && npm run pack:check && git diff --check
  • check:typestsc --noEmit --pretty false
  • demo:apsbun run ./examples/x402-protected-spend/run.ts
  • demo:mcp-transcriptbun run ./examples/mcp-reference-transcript/run.ts
  • demo:self-hostedbun run ./examples/self-hosted-activation/run.ts
  • devwrangler dev
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src test --max-warnings=0
  • pack:checknpm run build && node scripts/check-package-surface.mjs && node scripts/check-published-entrypoints.mjs && node scripts/check-release-proof.mjs
  • quality:architecturenpm run test -- test/architecture/import-posture.test.ts test/architecture/naming-posture.test.ts test/architecture/package-surface.test.ts test/architecture/root-exports.test.ts test/architecture/surface-boundary-posture.test.ts test/architecture/cli-command-posture.test.ts test/architecture/mcp-surface-posture.test.ts test/conformance/protected-mutation-adapter-conformance.test.ts
  • quality:claimsnpm run test -- test/architecture/active-vocabulary.test.ts test/architecture/claim-boundary.test.ts
  • quality:storagenpm run test -- test/http/d1-http.test.ts test/protocol/kernel-*.test.ts test/protocol/transition-matrix.test.ts test/protocol/model-based-invariants.test.ts test/protocol/action-attempt-lifecycle.test.ts test/protocol/evidence-projections.test.ts test/protocol/protocol-store-atomicity-contract.test.ts test/protocol/authority-certificate.test.ts
  • testbun test
  • typechecktsc --noEmit
Dependencies7
  • @cfworker/json-schema^4.1.1
  • @modelcontextprotocol/client^2.0.0-alpha.2
  • @modelcontextprotocol/server^2.0.0-alpha.2
  • @x402/core2.12.0
  • @x402/evm2.12.0
  • hono^4.12.19
  • zod^4.4.3