registry  /  @bitmovin/cli  /  0.5.0

@bitmovin/cli@0.5.0

Bitmovin CLI — manage encodings, player licenses, and analytics from the terminal

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 73 file(s), 119 KB of source, external domains: 127.0.0.1, dashboard.bitmovin.com, example.com, goofy-wing-xkrz7yoids.projects.oryapis.com, jqlang.github.io, raw.githubusercontent.com

Source & flagged code

2 flagged · loading source
dist/lib/skills/npx.jsView file
1import { spawn } from 'node:child_process'; L2: const SKILLS_PACKAGE = 'skills@1.5.7';
High
Child Process

Package source references child process execution.

dist/lib/skills/npx.jsView on unpkg · L1
20await new Promise((resolve, reject) => { L21: const child = spawn(command, args, { stdio: 'inherit' }); L22: child.on('error', reject); ... L26: else L27: reject(new Error(`npx skills exited with code ${code ?? 'unknown'}`)); L28: });
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/lib/skills/npx.jsView on unpkg · L20

Findings

3 High3 Medium5 Low
HighChild Processdist/lib/skills/npx.js
HighShell
HighRuntime Package Installdist/lib/skills/npx.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings