PkgRadar

Package evidence

@messagebird/[email protected]

no findings

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
14Established · −30% score
First published
Jan 2019
Publisher
niekert1

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@messagebird/[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":["@messagebird/[email protected]"],"fail_on":"review"}'
Publisherniekert1
Artifact bytes26,619
Previous version0.0.13
Published2019-07-25T12:30:27.503Z
SHA-256c35b68a94c9c83f2d50ab36aa489a027febef586062a39f0c8dc83df6a76ec65

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.14-0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildrollup -c
  • build-typesyarn clean-types && tsc -p tsconfig.dts.json
  • bundlesizebundlesize
  • clean-esrimraf es
  • clean-typesrimraf types
  • coveragejest --coverage
  • linttslint 'src/**/*.{ts, tsx}'
  • prepublishOnlyyarn build-types && yarn build
  • prettierprettier --write "{,!(node_modules|custom-typings|types)/**/}*.{js,jsx,ts,tsx,json,md}"
  • testNODE_ENV=testing jest
  • type-checktsc
  • watch-eswatch "npm run build-es" src/ -d
Dependencies3
  • @babel/runtime^7.3.1
  • events^3.0.0
  • jssip^3.3.3