PkgRadar

Package evidence

@powerhousedao/[email protected]

Tls Verification Disabled: matched "rejectUnauthorized: false"

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
658Mature · −50% score
First published
Jun 2025
Publisher
memo.dev

Effective trust discount applied: 50% (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":["@powerhousedao/[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":["@powerhousedao/[email protected]"],"fail_on":"review"}'
Publishermemo.dev
Artifact bytes402,378
Previous version6.2.0-dev.24
Published2026-06-20T03:12:36.271Z
SHA-256ee21e38b1a1b26c6b1ad658c8b1653b7f7253b5d53bc4430738c31eacc802180

Why flagged

What the scanner saw

Tls Verification Disabled: matched "rejectUnauthorized: false"

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

Availability ledger

available

review
Last checked
reviewRisk
18Score
6.2.0-dev.25Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumTls Verification Disabledpackage/dist/entry.jsmatched "rejectUnauthorized: false"12
mediumTls Verification Disabledpackage/dist/index.jsmatched "rejectUnauthorized: false"12
mediumTls Verification Disabledpackage/dist/projection-entry.jsmatched "rejectUnauthorized: false"12

Manifest

Package metadata

Scripts13
  • benchvitest bench --run
  • bench:syncnode --import tsx bench/two-reactor-sync.bench.ts
  • buildtsdown
  • claudepnpm build && pnpm test && pnpm exec prettier --write "**/*.ts" && pnpm lint
  • cleanrimraf dist
  • clean:node_modulesrimraf node_modules
  • docker:downdocker compose down
  • docker:updocker compose up -d
  • linteslint
  • migratetsx src/storage/migrations/run-migrations.ts
  • migrate:statustsx src/storage/migrations/run-migrations.ts status
  • testvitest run --coverage --printConsoleTrace=true --silent=false
  • test:watchvitest --coverage
Dependencies8
  • @electric-sql/pglite0.3.15
  • @powerhousedao/shared6.2.0-dev.25
  • @sindresorhus/fnv1a3.1.0
  • document-model6.2.0-dev.25
  • kysely0.28.16
  • kysely-pglite-dialect1.2.0
  • pg8.18.0
  • uuid^14.0.0