check_obfuscation_risks
Scan a Python project for obfuscation-breaking patterns like eval/exec and dynamic reflection, returning severity counts and a recommended preset.
Instructions
Scan a Python project for patterns that may break obfuscation (eval/exec, dynamic attribute access, framework reflection). Returns severity counts, detected frameworks (FastAPI/Django/Flask/Pydantic/Click/SQLAlchemy), and a suggested preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |