PkgRadar

Package evidence

@bitmovin/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
4
First published
Apr 2026
Publisher
bitadmin

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":["@bitmovin/[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":["@bitmovin/[email protected]"],"fail_on":"review"}'
Publisherbitadmin
Artifact bytes45,670
Previous version0.2.0
Published2026-05-07T11:51:58.029Z
SHA-25677ff454252fd4c9b312b255ec9ea4105f4f4333d7fc7b5bbe8d6f59c08e6af3a

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/encoding/templates/validate.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts8
  • buildtsc -b
  • devtsc -b --watch
  • linteslint src
  • postpackrm -f oclif.manifest.json
  • prepacknpm run build && oclif manifest
  • prepare[ -d dist ] || tsc -b
  • testvitest run
  • test:watchvitest
Dependencies9
  • @bitmovin/api-sdk^1.260.0
  • @oclif/core^4
  • @oclif/plugin-autocomplete^3.2.43
  • ajv^8.17.1
  • chalk^5.4.1
  • cli-progress^3.12.0
  • cli-table3^0.6.5
  • js-yaml^4.1.0
  • ora^8.1.1