Skip to main content
Scans/pypi/nemo-toolkit

nemo-toolkit

pypi

Share

Summary

nemo-toolkit v2.7.2 was classified as CRITICAL RISK with a risk score of 4925. Sigil detected 321 findings across 1978 files, covering phases including code patterns, network exfiltration, credential access, obfuscation, install hooks. Review the findings below before installing this package.

Package description: NeMo - a toolkit for Conversational AI

CRITICAL RISK(4925)

v2.7.2

25 March 2026, 19:51 UTC

by Sigil Bot

Risk Score

4925

Findings

321

Files Scanned

1978

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

nemo_toolkit-2.7.2/nemo/collections/diffusion/models/flux/model.py:495


    def setup(self, stage: str):
        super().setup(stage)
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

nemo_toolkit-2.7.2/nemo/collections/multimodal/speech_cv/models/visual_ctc_models.py:121


        # Adapter modules setup (from ASRAdapterModelMixin)
        self.setup_adapters()
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

nemo_toolkit-2.7.2/nemo/collections/multimodal/speech_llm/models/modular_t5_models.py:785


    def setup(self, stage=None):
        self.init_consumed_samples = 0
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

nemo_toolkit-2.7.2/nemo/export/multimodal/run.py:487


        ptuning_args = self.ptuning_setup(visual_features, input_ids, input_lengths)
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-setup-py-cmdclass

CRITICAL

setup.py overrides cmdclass — may execute code during install

nemo_toolkit-2.7.2/setup.py:292

    # Custom commands.
    cmdclass={'style': StyleCommand},
    entry_points={
Why was this flagged?

This package overrides Python's setup.py cmdclass, which allows arbitrary code to execute during pip install. This is the primary attack vector for malicious PyPI packages — attackers use it to steal credentials, install backdoors, or download additional payloads before the developer ever runs the code. Rated CRITICAL because it executes automatically with no user interaction required.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

nemo_toolkit-2.7.2/tests/collections/asr/test_asr_rnnt_encdec_model.py:41

@pytest.fixture()
def max_symbols_setup():
    from nemo.collections.asr.modules.rnnt_abstract import AbstractRNNTDecoder, AbstractRNNTJoint
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

nemo_toolkit-2.7.2/tests/collections/multimodal/test_speechllm_models.py:192

        model.on_train_start()
        model.setup()
        model.train()
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/nemo-toolkit

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/nemo-toolkit)](https://sigilsec.ai/scans/D5017366-D7D4-4EDA-987C-A7E11DA67BBF)

HTML

<a href="https://sigilsec.ai/scans/D5017366-D7D4-4EDA-987C-A7E11DA67BBF"><img src="https://sigilsec.ai/badge/pypi/nemo-toolkit" 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