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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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 --verboseapi:validatenpx api-extractor run --verbose || ./scripts/api-error.shapi:validate:externalnpm run build:prod && npm pack && ./scripts/run-tsconfig-tests.sh ./amazon-ivs-web-broadcast-0.0.0.tgz ./api-report/tsconfig-testsbootstraphusky installbuildnpm run build:js && npm run build:typesbuild:cinpm run build:prod && npm run build:examplesbuild:examplesNODE_ENV=production npx webpack --config ./examples/webpack.config.jsbuild:jsnpx webpack --config ./webpack.config.jsbuild:prodNODE_ENV=production npm run buildbuild:typesnpx tsc && npx api-extractor run --config ./api-extractor.prod.jsonexamplesnpx webpack serve --config ./examples/webpack.config.jsformatnpx 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 --quietprecommitnpx 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 -- --silentstartnpx npm-run-all --parallel start:*start:jsnpx webpack --config ./webpack.config.js --watchstart:typesnpx tsc --watchtestnpx jest --config ./jest.config.js --forceExittest:cinpm run test -- --ci --runInBand --collect-coverage --silenttest:e2e-broadcastcd e2e && npm run test:e2e-broadcast --test:e2e-stagescd e2e && npm run test:e2e-stages --
Dependencies8
bowser^2.11.0eventemitter3^4.0.7jest-environment-jsdom^30.2.0jsdom^26.1.0lodash^4.17.21reflect-metadata^0.2.2sdp-transform^2.14.2webrtc-adapter^8.2.3