Skip to main content
Scans/npm/@agent-webui/ai-desk-python-linux-arm64

@agent-webui/ai-desk-python-linux-arm64

npm

Share

Summary

@agent-webui/ai-desk-python-linux-arm64 v1.0.34 was classified as CRITICAL RISK with a risk score of 6701. Sigil detected 486 findings across 3709 files, covering phases including obfuscation, code patterns, provenance, install hooks, network exfiltration. Review the findings below before installing this package.

CRITICAL RISK(6701)

v1.0.34

19 March 2026, 10:59 UTC

by Sigil Bot

Risk Score

6701

Findings

486

Files Scanned

3709

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/python/lib/python3.13/asyncio/base_events.py:642


    def _run_forever_setup(self):
        """Prepare the run loop to process events.
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/python/lib/python3.13/doctest.py:2290


    def setUp(self):
        test = self._dt_test
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/python/lib/python3.13/importlib/__init__.py:19

    from . import _bootstrap
    _bootstrap._setup(sys, _imp)
else:
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/python/lib/python3.13/importlib/_bootstrap.py:17


# See importlib._setup() for what is injected into the global namespace.
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/python/lib/python3.13/importlib/_bootstrap.py:692

def _spec_from_module(module, loader=None, origin=None):
    # This function is meant for use in _setup().
    try:
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/python/lib/python3.13/pdb.py:407


    def setup(self, f, tb):
        self.forget()
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/python/lib/python3.13/pdb.py:1542

                self._chained_exception_index = number
                self.setup(None, self._chained_exceptions[number].__traceback__)
                self.print_stack_entry(self.stack[self.curindex])
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/python/lib/python3.13/timeit.py:120

            stmtprefix = ''
            setup = '_setup()'
        else:
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/python/lib/python3.13/turtle.py:3746

            TurtleScreen.__init__(self, _Screen._canvas)
            self.setup(width, height, leftright, topbottom)
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/@agent-webui/ai-desk-python-linux-arm64

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@agent-webui/ai-desk-python-linux-arm64)](https://sigilsec.ai/scans/306287AC-C671-46F7-98EC-00A3B86F9155)

HTML

<a href="https://sigilsec.ai/scans/306287AC-C671-46F7-98EC-00A3B86F9155"><img src="https://sigilsec.ai/badge/npm/@agent-webui/ai-desk-python-linux-arm64" 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