check_obfuscation_risks
Scan a Python project to detect patterns that break obfuscation, such as eval/exec, dynamic attribute access, and unsafe model loading. Get severity counts, detected frameworks, and a suggested preset.
Instructions
Scan a Python project for patterns that may break obfuscation (eval/exec, dynamic attribute access, framework reflection, unsafe model loading). Returns severity counts, detected frameworks (FastAPI/Django/Flask/Pydantic/Click/SQLAlchemy/ML), and a suggested preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |