PkgRadar

Package evidence

@vigil-guard/[email protected]

Webhook Exfil Endpoint: matched "webhook.site"

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
11
First published
May 2026
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":["@vigil-guard/[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":["@vigil-guard/[email protected]"],"fail_on":"review"}'
Artifact bytes346,144
Previous version0.9.0-beta.10
Published2026-06-08T08:53:39.007Z
SHA-256e8d8db0648869a02c207afe3496fd2c32fce2ab955a9de7b375081831ba22d35

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/daemon/url-access-baseline.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/daemon/url-access-baseline.jsmatched "oast.pro"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/daemon/url-access-baseline.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/daemon/url-access-baseline.jsmatched "oast.pro"30
lowCredential file accesspackage/dist/daemon/path-deny.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts13
  • benchVGE_CC_GUARD_BENCH=1 vitest run tests/integration/pretool-latency.bench.test.ts
  • buildpnpm clean && tsc -p tsconfig.json
  • build:watchtsc -p tsconfig.json --watch
  • cleannode -e "const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true})"
  • linteslint src tests
  • postbuildnode -e "if(process.platform!=='win32') require('fs').chmodSync('dist/cli.js',0o755)"
  • preparegit config core.hooksPath .githooks 2>/dev/null || true
  • prepublishOnlypnpm typecheck && pnpm lint && pnpm test:coverage && pnpm build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:functionalvitest run --config tests/functional/conformance.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • express^5.2.1
  • ink^4.4.1
  • pino^10.3.1
  • react^18.3.1
  • zod^3.23.0