recommend_tier
Analyzes a Python project to recommend the appropriate pyobfus tier (Community or Pro) by combining a preflight scan with a sensitive-string-literal heuristic, providing actionable next-step commands.
Instructions
Analyze a Python project and recommend pyobfus tier (community vs Pro) with reasons. Combines a preflight scan with a sensitive-string-literal heuristic. Returns free_action and pro_action with concrete next-step commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |