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"}'
Publisherlastboy
Artifact bytes88,483
Previous version0.1.4
Published2026-04-01T17:54:36.352Z
SHA-256c3cfbe122851b1027b8cee203a8c48965e6de00658ecaf9a08a7ab5de10c2ad4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/mcp-server/dist/scanner/team-config.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/mcp-server/src/scanner/team-config.tsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts6
  • buildnpm run build --workspace=mcp-server
  • prepublishOnlynpm run build
  • startnpm run start --workspace=mcp-server
  • testnpm run test --workspace=mcp-server
  • test:integrationnpm run test:integration --workspace=mcp-server
  • test:unitnpm run test:unit --workspace=mcp-server