Skip to main content
Scans/npm/@byteplus/veplayer-plugin

@byteplus/veplayer-plugin

npm

Share

Summary

@byteplus/veplayer-plugin v2.4.0 was classified as CRITICAL RISK with a risk score of 12465. Sigil detected 813 findings across 62 files, covering phases including install hooks, code patterns, obfuscation. Review the findings below before installing this package.

CRITICAL RISK(12465)

v2.4.0

23 March 2026, 04:12 UTC

by Sigil Bot

Risk Score

12465

Findings

813

Files Scanned

62

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/esm/index.development.js:100491

                  return c2["return"]();
                B.debug("init: completed initial Stream setup");
                a.g && a.g.Yf && (B.K("init: calling onInitialStreamsSetup()..."), a.g.Yf());
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/esm/index.production.js:18

       Copyright 2006 The Closure Library Authors
       SPDX-License-Identifier: Apache-2.0
      */function J(e){var t;e instanceof J?(Q(this,e.Ba),this.pb=e.pb,this.Aa=e.Aa,q(this,e.Ob),this.pa=e.pa,ee(this,e.g.clone()),this.bb=e.bb):e&&(t=String(e).match(z))?(Q(this,t[1]||"",!0),this.pb=te(t[2]||""),this.Aa=te(t[3]||"",!0),q(this,t[4]),this.pa=te(t[5]||"",!0),ee(this,t[6]||"",!0),this.bb=te(t[7]||"")):this.g=new ue(null)}function Q(e,t,r){e.Ba=r?te(t,!0):t,e.Ba&&(e.Ba=e.Ba.replace(/:$/,""))}
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/esm/veplayer.plugin.shaka.development.js:9520

                B.debug("init: completed initial Stream setup");
                a.g && a.g.Yf && (B.K("init: calling onInitialStreamsSetup()..."), a.g.Yf());
                w(c2);
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/esm/veplayer.plugin.shaka.production.js:12

      Copyright 2006 The Closure Library Authors
      SPDX-License-Identifier: Apache-2.0
      */function oe(e){var t;e instanceof oe?(ae(this,e.Ba),this.pb=e.pb,this.Aa=e.Aa,se(this,e.Ob),this.pa=e.pa,le(this,e.g.clone()),this.bb=e.bb):e&&(t=String(e).match(ie))?(ae(this,t[1]||"",!0),this.pb=ce(t[2]||""),this.Aa=ce(t[3]||"",!0),se(this,t[4]),this.pa=ce(t[5]||"",!0),le(this,t[6]||"",!0),this.bb=ce(t[7]||"")):this.g=new $e(null)}function ae(e,t,r){e.Ba=r?ce(t,!0):t,e.Ba&&(e.Ba=e.Ba.replace(/:$/
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/umd/veplayer.plugin.shaka.development.js:9524

                  B.debug("init: completed initial Stream setup");
                  a.g && a.g.Yf && (B.K("init: calling onInitialStreamsSetup()..."), a.g.Yf());
                  w(c2);
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/umd/veplayer.plugin.shaka.production.js:1

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).__VEPLAYER_PLUGIN_SHAKA__=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}v
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

Badge

Sigil scan badge for npm/@byteplus/veplayer-plugin

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@byteplus/veplayer-plugin)](https://sigilsec.ai/scans/6CA7A5A2-C277-451F-BCCB-AC1D268CAE73)

HTML

<a href="https://sigilsec.ai/scans/6CA7A5A2-C277-451F-BCCB-AC1D268CAE73"><img src="https://sigilsec.ai/badge/npm/@byteplus/veplayer-plugin" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other npm scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot