Summary
yaaaf v0.1.10 was classified as CRITICAL RISK with a risk score of 7292. Sigil detected 550 findings across 3627 files, covering phases including obfuscation, network exfiltration, code patterns, install hooks, credential access. Review the findings below before installing this package.
Package description: YAAAF (Yet Another Autonomous Agents Framework) - A modular framework for building intelligent agentic applications with Python backend and Next.js frontend
v0.1.10
23 March 2026, 21:33 UTC
by Sigil Bot
Risk Score
7292
Findings
550
Files Scanned
3627
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
yaaaf-0.1.10/scripts/swe_bench/evaluation/swe_bench_workspace/repos/astropy__astropy/astropy/table/tests/test_index.py:51
class TestIndex(SetupData):
def _setup(self, main_col, table_types):
super()._setup(table_types)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
yaaaf-0.1.10/scripts/swe_bench/evaluation/swe_bench_workspace/repos/django__django/scripts/manage_translations.py:88
settings.configure()
django.setup()
if resources is not None: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
yaaaf-0.1.10/yaaaf/data/planner_dataset.csv:63237
inputs: [verification]","['answerer', 'bash', 'code_edit']",3,7,complex_chain,True,
"# Freezegun class decorator breaks unittest setUp/tearDown order ## Description I'm using freezegun to freeze time in my unittest test classes, but I'm encountering an issue with the class decorator. When using the `@freeze_time()` decorator on a unittest.TestCase class, the time freezing happens in the wrong order during test setup. ## Steps to reproduce Here's a simple test class that demonstrates the issuWhy 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/8508AE1C-EB0B-4903-B875-F96CEC57FB99)HTML
<a href="https://sigilsec.ai/scans/8508AE1C-EB0B-4903-B875-F96CEC57FB99"><img src="https://sigilsec.ai/badge/pypi/yaaaf" 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.