veto_flag_auditor
Audits codebases to detect feature flag usage from LaunchDarkly, Unleash, or custom patterns, then classifies flags as actively toggled, removable, or orphaned.
Instructions
SDK-agnostic feature flag auditor — detects LaunchDarkly/Unleash SDK calls AND custom if(flags.X) patterns. Classifies flags as: actively toggled / candidate for removal / orphaned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdk | No | SDK hint: 'launchdarkly','unleash','custom', or 'auto' (default). | |
| project_dir | Yes | Absolute path to the project root. |