PkgRadar

Package evidence

@diveflo/[email protected]

Suspicious Publish Context: {"package_age_days":2,"publisher":"diveflo","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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
65
Versions published
2
First published
Jun 2026
Publisher
diveflo

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":["@diveflo/[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":["@diveflo/[email protected]"],"fail_on":"review"}'
Publisherdiveflo
Artifact bytes29,862
Previous versionnone
Published2026-06-14T20:25:19.134Z
SHA-256653d46634379a14806d563fa10bba50a5b023b5aa6b7517c3b70e782cd2874fb

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"diveflo","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"diveflo","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts20
  • buildtsc
  • buildProductiontsc --project tsconfig.production.json
  • cleanshx rm -rf tsconfig.tsbuildinfo dist coverage
  • cleanBuildnpm run clean && npm run build
  • cleanBuildProductionnpm run clean && npm run buildProduction
  • dev:linknpm link matterbridge
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint --max-warnings=0 .
  • lint:fixeslint --fix --max-warnings=0 .
  • matterbridge:addmatterbridge -add .
  • matterbridge:disablematterbridge -disable .
  • matterbridge:enablematterbridge -enable .
  • matterbridge:listmatterbridge -list
  • matterbridge:removematterbridge -remove .
  • prepacknpm run buildProduction
  • prepublishOnlynpm run lint && npm run buildProduction
  • startmatterbridge
  • testnode --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --maxWorkers=100%
  • watchtsc --watch
Dependencies1
  • mqtt^5.14.1