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
- 437
- Versions published
- 22Established · −30% score
- First published
- Oct 2025
- Publisher
- getdirecto
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Block this updateStatic 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":["@directo/[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":["@directo/[email protected]"],"fail_on":"high"}'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
Status history (2 events)
- available → available · risk high · score 35 · status available -> available, risk high -> high, score 56 -> 35
- new → available · risk high · score 56 · 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/cjs/content.js | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/directo-global/content.js | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/esm/content.mjs | matched "ngrok.app" | 40 |
Manifest
Package metadata
Scripts6
buildpnpm build:bundle:cjs && pnpm build:bundle:esm && pnpm build:bundle:global && pnpm build:typesbuild:bundle:cjswebpack --disable-interpret --config webpack/webpack.cjs.tsbuild:bundle:esmwebpack --disable-interpret --config webpack/webpack.esm.tsbuild:bundle:globalwebpack --disable-interpret --config webpack/webpack.global.tsbuild:typesdts-bundle-generator --config dts-config.cjstestecho "Error: no test specified" && exit 1