PkgRadar

Package evidence

@vellumai/[email protected]

Webhook Exfil Endpoint: matched "ngrok.app"

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.

Versions published
228
First published
Feb 2026
Publisher
devops-vellum

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":["@vellumai/[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":["@vellumai/[email protected]"],"fail_on":"high"}'
Publisherdevops-vellum
Artifact bytes402,150
Previous version0.8.10
Published2026-06-11T15:23:22.462Z
SHA-256bf9549b41a7188bacba34f213208ca0f003c9e76b33f3359ce03caa4040462f8

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

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

Availability ledger

available

high
Last checked
highRisk
76Score
0.8.11-staging.1Version
Status history (1 event)
  1. newavailable · risk high · score 76 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/commands/pair.tsmatched "ngrok.app"40
mediumRemote Payloadpackage/src/adapters/install.shmatched "curl "12
mediumRemote Payloadpackage/src/lib/docker.tsmatched "curl "12
mediumRemote Payloadpackage/src/lib/local.tsmatched "curl "12

Manifest

Package metadata

Scripts7
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint
  • lint:unusedknip --include files,dependencies,unlisted
  • prepacknode ../scripts/prepack-bundled-deps.mjs
  • testbun test
  • typecheckbunx tsc --noEmit
Dependencies7
  • @vellumai/environmentsfile:../packages/environments
  • @vellumai/local-modefile:../packages/local-mode
  • chalk5.6.2
  • ink6.8.0
  • nanoid5.1.7
  • react19.2.4
  • react-devtools-core6.1.5