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
- 288
- Versions published
- 168Mature · −50% score
- First published
- Apr 2023
- Publisher
- playkitjs.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
Review before promotingMixed 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":["@playkit-js/[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":["@playkit-js/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "NPM_TOKEN"
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 review · score 3 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/.github/workflows/run_canary_full_flow.yaml | matched "NPM_TOKEN" | 3 |
| low | Credential file access | package/.github/workflows/run_prod.yaml | matched "NPM_TOKEN" | 3 |
Manifest
Package metadata
Scripts21
buildwebpack --mode productioncleanrimraf ./distcy:opencypress opency:runyarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edgecy:run:chromecypress run --browser chrome --config video=falsecy:run:edgecypress run --browser edge --config video=falsecy:run:firefoxcypress run --browser firefox --config video=falsecy:run:safaricypress run --browser webkit --config video=falsedevwebpack serve --open --mode developmentdisabled-preinstallnpx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.docs:generatedocumentation build src/** -f md -o docs/api.mdeslinteslint . --coloreslint:fixeslint . --color --fixprebuildnpm run cleanprettier:fixprettier --write .pushTaggedReleasegit push --follow-tags --no-verify origin masterreleasestandard-versiontestyarn run test:prepare && yarn run cy:runtest:prepareyarn run build && copyfiles -f ./dist/playkit-downloads.js ./dist/playkit-downloads.js.map ./cypress/publictest:watchyarn run test:prepare && yarn run cy:openwatchwebpack --progress --watch --mode development
Dependencies3
@playkit-js/webpack-common^1.0.3copyfiles^2.4.1rimraf^5.0.5