PkgRadar

Package evidence

@fat-zebra/[email protected]

Webhook Exfil Endpoint: matched "ngrok-free.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.

Weekly downloads
1,871Niche · −30% score
Versions published
114Mature · −50% score
First published
Jul 2023
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":["@fat-zebra/[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":["@fat-zebra/[email protected]"],"fail_on":"review"}'
Artifact bytes49,609
Previous version2.1.1-beta.2
Published2026-06-10T00:15:37.955Z
SHA-256344e9f7f27c72d2598539fdcf0e221e90826573df5c1d6cf99983386ae2b89ee

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok-free.app"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/shared/envs/local.jsmatched "ngrok-free.app"40

Manifest

Package metadata

Scripts9
  • buildts-node ./build.ts && npm run build:styles
  • build:localcp .env.local .env && export ENVIRONMENT=local && npm run build
  • build:packagetsc -p tsconfig.package.json && REACT=true ENVIRONMENT=production
  • build:productioncp .env.production .env && export ENVIRONMENT=production && npm run build
  • build:sandboxcp .env.sandbox .env && export ENVIRONMENT=sandbox && npm run build
  • build:stagingcp .env.staging .env && export ENVIRONMENT=staging && npm run build
  • build:stylesnode build-styles.js
  • preparehusky install
  • testjest --clearCache && jest --passWithNoTests --verbose
Dependencies8
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • ajv-keywords^5.1.0
  • axios1.16.0
  • custom-event-polyfill^1.0.7
  • glob^13.0.6
  • ts-polyfill^3.8.2
  • url-template^3.1.0