PkgRadar

Package evidence

[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.

Weekly downloads
17,650Mainstream · −50% score
Versions published
90Mature · −50% score
First published
Jul 2022
Publisher
amazon-ivs-bot

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes203,435
Previous version1.35.0
Published2026-05-08T01:49:40.697Z
SHA-256a06f05cbd6619f590ef60aaacbc956eb1538f36ff9efe9504646a8259e2c5548

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
1.36.0-rc.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • api:rebuildnpx api-extractor run --local --verbose
  • api:validatenpx api-extractor run --verbose || ./scripts/api-error.sh
  • api:validate:externalnpm run build:prod && npm pack && ./scripts/run-tsconfig-tests.sh ./amazon-ivs-web-broadcast-0.0.0.tgz ./api-report/tsconfig-tests
  • bootstraphusky install
  • buildnpm run build:js && npm run build:types
  • build:cinpm run build:prod && npm run build:examples
  • build:examplesNODE_ENV=production npx webpack --config ./examples/webpack.config.js
  • build:jsnpx webpack --config ./webpack.config.js
  • build:prodNODE_ENV=production npm run build
  • build:typesnpx tsc && npx api-extractor run --config ./api-extractor.prod.json
  • examplesnpx webpack serve --config ./examples/webpack.config.js
  • formatnpx prettier --config .prettierrc --ignore-path .prettierignore --write .
  • format:checknpx prettier --config .prettierrc --ignore-path .prettierignore --check .
  • lintnpx eslint ./src --ext .js,.jsx,.ts,.tsx,.json --quiet
  • precommitnpx concurrently --group --timings --kill-others-on-fail 'npm run format' 'npm run lint' 'npm run build:types && npm run api:validate' 'npm run test -- --silent'
  • precommit:serialnpm run format && npm run lint && npm run build:types && npm run api:validate && npm run test -- --silent
  • startnpx npm-run-all --parallel start:*
  • start:jsnpx webpack --config ./webpack.config.js --watch
  • start:typesnpx tsc --watch
  • testnpx jest --config ./jest.config.js --forceExit
  • test:cinpm run test -- --ci --runInBand --collect-coverage --silent
  • test:e2e-broadcastcd e2e && npm run test:e2e-broadcast --
  • test:e2e-stagescd e2e && npm run test:e2e-stages --
Dependencies8
  • bowser^2.11.0
  • eventemitter3^4.0.7
  • jest-environment-jsdom^30.2.0
  • jsdom^26.1.0
  • lodash^4.17.21
  • reflect-metadata^0.2.2
  • sdp-transform^2.14.2
  • webrtc-adapter^8.2.3