PkgRadar

Package evidence

@messagebird/[email protected]

Credential File Packaged: package/.env

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

Block this update

Static 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":["@messagebird/[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":["@messagebird/[email protected]"],"fail_on":"high"}'
Publisherniekert1
Artifact bytes195,244
Previous version0.0.12
Published2019-05-09T08:36:35.782Z
SHA-256796c21fa80fd2812514c88fb3a47eceea782bf43f61f261eb791e1f43a08e60b

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
24Score
0.0.13Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

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