Skip to main content
Scans/pypi/baponi

baponi

pypi

Share

Summary

baponi v0.4.0 was classified as CRITICAL RISK with a risk score of 8182. Sigil detected 714 findings across 4787 files, covering phases including provenance, code patterns, obfuscation, install hooks, network exfiltration, credential access. Review the findings below before installing this package.

Package description: Sandboxed code execution for AI agents

CRITICAL RISK(8182)

v0.4.0

22 March 2026, 20:03 UTC

by Sigil Bot

Risk Score

8182

Findings

714

Files Scanned

4787

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

baponi-0.4.0/.venv-e2e/lib/python3.13/site-packages/_pytest/capture.py:893

    @hookimpl(wrapper=True)
    def pytest_runtest_setup(self, item: Item) -> Generator[None]:
        with self.item_capture("setup", item):
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

baponi-0.4.0/.venv-e2e/lib/python3.13/site-packages/mypyc/test/test_run.py:88


setup(name='test_run_output',
      ext_modules=mypycify({}, separate={}, skip_cgen_input={!r}, strip_asserts=False,
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

baponi-0.4.0/.venv-e2e/lib/python3.13/site-packages/mypyc/test/test_run.py:305


        if not run_setup(setup_file, ["build_ext", "--inplace"]):
            if testcase.config.getoption("--mypyc-showc"):
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

baponi-0.4.0/.venv-e2e/lib/python3.13/site-packages/pip/_internal/utils/setuptools_build.py:42

        filename = "<auto-generated setuptools caller>"
        setup_py_code = "from setuptools import setup; setup()"
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 pypi/baponi

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/baponi)](https://sigilsec.ai/scans/6161D2D8-2A47-43E0-BFBA-6E4A4D1AF65E)

HTML

<a href="https://sigilsec.ai/scans/6161D2D8-2A47-43E0-BFBA-6E4A4D1AF65E"><img src="https://sigilsec.ai/badge/pypi/baponi" 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 pypi scans

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

Scanned bySigil Bot