PkgRadar

Package evidence

@sequenzy/[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":["@sequenzy/[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":["@sequenzy/[email protected]"],"fail_on":"review"}'
Publishersequenzy
Artifact bytes187,204
Previous version0.0.43
Published2026-05-25T01:34:30.931Z
SHA-256bb46cdf3224eb90f216045089a784dafafabf5e3ce11ffae9e40d0d84f19c71c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/index.jsmatched "\\u2028"3
lowObfuscationpackage/dist/server.jsmatched "\\u2028"3

Manifest

Package metadata

Scripts7
  • buildbun build src/index.ts src/server.ts src/runtime.ts --outdir dist --target node --minify
  • devbun --watch src/index.ts
  • prepublishOnlybun run build
  • startnode dist/index.js
  • testbun test
  • test:watchbun test --watch
  • type-checktsc --noEmit
Dependencies1
  • @modelcontextprotocol/sdk^1.0.0