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 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":["@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"}'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 (1 event)
- new → available · risk high · score 60 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.cjs | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.umd.cjs | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/data/rules.js | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.mjs | matched "ngrok.app" | 40 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.cjs | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.umd.cjs | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/data/rules.js | matched "ngrok.app" | 40 |
| high | Webhook Exfil Endpoint | package/dist/node_modules/psl/dist/psl.mjs | matched "ngrok.app" | 40 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-ini/package.json | matched ".aws/" | 3 |
| low | Credential file access | package/dist/node_modules/@aws-sdk/credential-provider-process/package.json | matched ".aws/" | 3 |
Manifest
Package metadata
Scripts19
buildnpm run version:smart && npm run clean && npm run minifycleanrm -rf dist/docsecho "Documentation available in doc/ directory"minifymkdir -p dist && npm run minify:jsminify:jsnode build.jsprepublishOnlynpm run build && echo '✅ Distribution built successfully'publish:majornpm run version:update major && npm run build && npm publishpublish:minornpm run version:update minor && npm run build && npm publishpublish:patchnpm run version:update patch && npm run build && npm publishtestjesttest:alljest --coverage --verbosetest:coveragejest --coveragetest:watchjest --watchversion:autonode version-manager.js autoversion:currentnode version-manager.js currentversion:nextnode version-manager.js nextversion:shownode version-manager.js showversion:smartnode version-manager.js smartversion:updatenode version-manager.js update
Dependencies4
@aws-sdk/client-s3^3.899.0mysql2^3.15.0pg^8.16.3sqlite3^5.1.7