PkgRadar

Package evidence

@dreamtree-org/[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.

Weekly downloads
541
Versions published
35Established · −30% score
First published
Dec 2025
Publisher
preethamkrishna

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 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":["@dreamtree-org/[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":["@dreamtree-org/[email protected]"],"fail_on":"high"}'
Artifact bytes14,072,026
Previous versionnone
Published2025-12-03T14:35:16.989Z
SHA-25652eedbdb52fa7181ff07916cde0f2e10cfff43b2ff533d58737876710f2f0ab5

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
60Score
1.0.27Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.cjsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.umd.cjsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/data/rules.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.mjsmatched "ngrok.app"40
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.cjsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.umd.cjsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/data/rules.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/node_modules/psl/dist/psl.mjsmatched "ngrok.app"40
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-ini/package.jsonmatched ".aws/"3
lowCredential file accesspackage/dist/node_modules/@aws-sdk/credential-provider-process/package.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts19
  • buildnpm run version:smart && npm run clean && npm run minify
  • cleanrm -rf dist/
  • docsecho "Documentation available in doc/ directory"
  • minifymkdir -p dist && npm run minify:js
  • minify:jsnode build.js
  • prepublishOnlynpm run build && echo '✅ Distribution built successfully'
  • publish:majornpm run version:update major && npm run build && npm publish
  • publish:minornpm run version:update minor && npm run build && npm publish
  • publish:patchnpm run version:update patch && npm run build && npm publish
  • testjest
  • test:alljest --coverage --verbose
  • test:coveragejest --coverage
  • test:watchjest --watch
  • version:autonode version-manager.js auto
  • version:currentnode version-manager.js current
  • version:nextnode version-manager.js next
  • version:shownode version-manager.js show
  • version:smartnode version-manager.js smart
  • version:updatenode version-manager.js update
Dependencies4
  • @aws-sdk/client-s3^3.899.0
  • mysql2^3.15.0
  • pg^8.16.3
  • sqlite3^5.1.7