PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherhandshake-npm
Artifact bytes1,473,901
Previous versionnone
Published2026-05-24T12:30:15.890Z
SHA-2564d293a4260a10ae971ae2170d2118de801f4603dbfa50776b71213dd0e4b0147

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

high
Last checked
highRisk
51Score
0.2.4Version
Status history (1 event)
  1. newavailable · risk high · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin/handshake-mcp.mjsmatched "raw.githubusercontent.com"12
Show all 14 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
lowObfuscationpackage/src/adapters/auth-md/profiles.tsmatched "atob("3
lowObfuscationpackage/src/protocol/areas/credential-custody/schemas.tsmatched "atob("3
lowObfuscationpackage/src/protocol/areas/authority-certificate/signing.tsmatched "fromCharCode"3
lowObfuscationpackage/src/adapters/x402-payment/upstream-evidence.tsmatched "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