laxmi2577/FlagGuard
Analyze feature flags for conflicts and dead code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 18, 2026
- License
- MIT
Pinned Snippet
uses: laxmi2577/flagguard@6c18233f1e192da86e0d42209595855181f2aa2c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to feature flag configuration file | yes | — |
| source-path | Path to source code directory | yes | . |
| fail-on-critical | Fail the check if critical conflicts are found | no | true |
| output-format | Report format (markdown, json) | no | markdown |
| max-conflicts | Maximum conflicts to report | no | 50 |
Outputs
| name | description |
|---|---|
| conflicts-found | Number of conflicts found |
| critical-count | Number of critical conflicts |
| report-path | Path to generated report |