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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 22 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/daemon/url-access-baseline.js | matched "webhook.site" | 40 |
| high | DNS / OAST exfiltration | package/dist/daemon/url-access-baseline.js | matched "oast.pro" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/daemon/url-access-baseline.js | matched "webhook.site" | 40 |
| high | DNS / OAST exfiltration | package/dist/daemon/url-access-baseline.js | matched "oast.pro" | 30 |
| low | Credential file access | package/dist/daemon/path-deny.js | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts13
benchVGE_CC_GUARD_BENCH=1 vitest run tests/integration/pretool-latency.bench.test.tsbuildpnpm clean && tsc -p tsconfig.jsonbuild:watchtsc -p tsconfig.json --watchcleannode -e "const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true})"linteslint src testspostbuildnode -e "if(process.platform!=='win32') require('fs').chmodSync('dist/cli.js',0o755)"preparegit config core.hooksPath .githooks 2>/dev/null || trueprepublishOnlypnpm typecheck && pnpm lint && pnpm test:coverage && pnpm buildtestvitest runtest:coveragevitest run --coveragetest:functionalvitest run --config tests/functional/conformance.config.tstest:watchvitesttypechecktsc --noEmit
Dependencies5
express^5.2.1ink^4.4.1pino^10.3.1react^18.3.1zod^3.23.0