PkgRadar

Package evidence

@skybridge/[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.

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":["@skybridge/[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":["@skybridge/[email protected]"],"fail_on":"review"}'
Artifact bytes444,604
Previous version0.0.0-dev.70c1983
Published2026-05-24T20:17:24.072Z
SHA-2562bf54c635dc8f568cdd3afe0879f3e42f6532d0fb5ee308438a7b8675efcb511

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
27Score
0.0.0-dev.70cc5c5Version
Status history (1 event)
  1. newavailable · risk review · score 27 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/assets/index-CGlTN_o7.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/dist/assets/index-CGlTN_o7.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/assets/index-CGlTN_o7.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/dist/assets/index-CGlTN_o7.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/assets/index-CGlTN_o7.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts11
  • buildtsc -b && vite build && pnpm run build:server
  • build:servertsc -p tsconfig.server.json
  • devvite
  • e2e:fixturetsx ./e2e/fixtures/server.ts
  • formatbiome check --write --error-on-warnings
  • previewvite preview
  • testpnpm run test:format && pnpm run test:types
  • test:e2eplaywright test --config e2e/playwright.config.ts
  • test:e2e:installplaywright install --with-deps chromium
  • test:formatbiome ci
  • test:typestsc --noEmit -p e2e/tsconfig.json
Dependencies4
  • @t3-oss/env-core^0.13.11
  • cors^2.8.6
  • express^5.2.1
  • zod^4.4.3