PkgRadar

Package evidence

@playkit-js/[email protected]

Credential file access: matched "NPM_TOKEN"

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 promoting

Mixed 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"}'
Publisherplaykitjs.bot
Artifact bytes1,011,057
Previous version1.5.0-canary.0-eb0e80d
Published2026-05-20T17:57:39.663Z
SHA-2562df6b2ca6b32fff49b0d89d2be441e7c12680a5ceaf9f47028e14ea1423fcd23

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

review
Last checked
reviewRisk
3Score
1.5.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/run_canary_full_flow.yamlmatched "NPM_TOKEN"3
lowCredential file accesspackage/.github/workflows/run_prod.yamlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts21
  • buildwebpack --mode production
  • cleanrimraf ./dist
  • cy:opencypress open
  • cy:runyarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edge
  • cy:run:chromecypress run --browser chrome --config video=false
  • cy:run:edgecypress run --browser edge --config video=false
  • cy:run:firefoxcypress run --browser firefox --config video=false
  • cy:run:safaricypress run --browser webkit --config video=false
  • devwebpack serve --open --mode development
  • disabled-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.md
  • eslinteslint . --color
  • eslint:fixeslint . --color --fix
  • prebuildnpm run clean
  • prettier:fixprettier --write .
  • pushTaggedReleasegit push --follow-tags --no-verify origin master
  • releasestandard-version
  • testyarn run test:prepare && yarn run cy:run
  • test:prepareyarn run build && copyfiles -f ./dist/playkit-downloads.js ./dist/playkit-downloads.js.map ./cypress/public
  • test:watchyarn run test:prepare && yarn run cy:open
  • watchwebpack --progress --watch --mode development
Dependencies3
  • @playkit-js/webpack-common^1.0.3
  • copyfiles^2.4.1
  • rimraf^5.0.5