PkgRadar

Package evidence

@flashphoner/[email protected]

Remote Payload: matched "wget "

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
160
Versions published
141Mature · −50% score
First published
Oct 2021
Publisher
flashphoner

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":["@flashphoner/[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":["@flashphoner/[email protected]"],"fail_on":"review"}'
Publisherflashphoner
Artifact bytes403,132
Previous version2.0.339
Published2026-05-07T07:14:45.424Z
SHA-2562f4a57eed453641002eeb94c3ce808bbd2c9f2bafc0646c6840b65d83c4e657e

Why flagged

What the scanner saw

Remote Payload: matched "wget "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/get-node-wrtc.shmatched "wget "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/get-node-wrtc.shmatched "wget "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run get-wrtc"5

Manifest

Package metadata

Scripts8
  • buildtsc
  • cleanrm -rf dist/*
  • get-wrtcsh get-node-wrtc.sh $WRTC_URL $WRTC_USER $WRTC_PASSWD
  • postinstallnpm run get-wrtc
  • publish-betanpm run build && npm publish --tag beta
  • publish-dryrunnpm run build && npm publish --dry-run
  • publish-libnpm run build && npm publish
  • testjest --runInBand --forceExit --reporters="default" --reporters="jest-teamcity"
Dependencies8
  • @flashphoner/web-sdk-metrics^1.0.0
  • @types/pako^2.0.4
  • async-mutex^0.4.0
  • collections^5.1.13
  • pako^2.1.0
  • queue-typescript^1.0.1
  • uuid^8.3.0
  • webrtc-adapter^7.2.6