PkgRadar

Package evidence

@yoda.digital/[email protected]

Remote Payload: matched "curl "

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.

Weekly downloads
1,256Niche · −30% score
Versions published
40Mature · −50% score
First published
Mar 2025
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":["@yoda.digital/[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":["@yoda.digital/[email protected]"],"fail_on":"review"}'
Artifact bytes376,205
Previous version0.8.1
Published2026-05-27T10:09:04.699Z
SHA-256d5d519c00c9399cff84d7bece180174725a3b5e4866daf6e2f75a85bbc46121f

Why flagged

What the scanner saw

Remote Payload: matched "curl "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
13Score
0.9.0Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.github/workflows/build.ymlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/e2e.ymlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/warm-gitlab.ymlmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.github/workflows/build.ymlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/e2e.ymlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/warm-gitlab.ymlmatched "curl "12
lowCredential file accesspackage/.github/workflows/build.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/e2e.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/warm-gitlab.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts6
  • buildtsc
  • devts-node --esm src/index.ts
  • preparenpm run build
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
Dependencies6
  • @modelcontextprotocol/sdk^1.9.0
  • cors^2.8.5
  • express^5.2.1
  • node-fetch^3.3.2
  • zod^3.22.4
  • zod-to-json-schema^3.22.3