Describe Rego policy
rego_describe_policyParse a Rego policy to get a structured summary including package, imports, rules, and annotations. Use as the first step in policy analysis.
Instructions
Parse a Rego policy and return a structured summary: package, imports, rules (with default/args/body-length flags), and inline annotations. Useful as the first step in any "what does this policy do" workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Rego source to describe. |