Summary
freezer-tempest-plugin v3.4.0 was classified as CRITICAL RISK with a risk score of 884. Sigil detected 26 findings across 82 files, covering phases including provenance, code patterns, install hooks. Review the findings below before installing this package.
v3.4.0
20 March 2026, 14:31 UTC
by Sigil Bot
Risk Score
884
Findings
26
Files Scanned
82
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
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezer/agent/base.py:120
# noinspection PyAttributeOutsideInit
def setUp(self):
super(BaseFreezerTest, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezer/agent/test_backup_compress.py:31
# noinspection PyAttributeOutsideInit
def setUp(self):
super(TestFreezerCompressGzip, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezer/agent/test_fs_backup.py:28
def setUp(self):
super(TestFreezerFSBackup, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezer/agent/test_metadata_checksum.py:27
# noinspection PyAttributeOutsideInit
def setUp(self):
super(TestFreezerMetadataChecksum, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezer/agent/test_swift_backup.py:28
def setUp(self):
super(TestFreezerSwiftBackup, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/base.py:27
# noinspection PyAttributeOutsideInit
def setUp(self):
super(BaseFreezerTest, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/test_freezer_cmd_action.py:24
def setUp(self):
super(TestFreezerCmdAction, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/test_freezer_cmd_backup.py:23
def setUp(self):
super(TestFreezerCmdBackup, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/test_freezer_cmd_client.py:25
def setUp(self):
super(TestFreezerCmdClient, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/test_freezer_cmd_job.py:24
def setUp(self):
super(TestFreezerCmdJob, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/freezerclient/test_freezer_cmd_session.py:23
def setUp(self):
super(TestFreezerCmdSession, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/scheduler/base.py:27
# noinspection PyAttributeOutsideInit
def setUp(self):
super(BaseFreezerTest, self).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.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
freezer_tempest_plugin-3.4.0/freezer_tempest_plugin/tests/scheduler/test_freezer_scheduler.py:22
def setUp(self):
super(TestFreezerCmdAction, self).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
Markdown
[](https://sigilsec.ai/scans/756D6635-E85B-4447-8FD9-B77E52E21797)HTML
<a href="https://sigilsec.ai/scans/756D6635-E85B-4447-8FD9-B77E52E21797"><img src="https://sigilsec.ai/badge/pypi/freezer-tempest-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.
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.