feature-flags
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for feature flag implementations. It includes code snippets for well-known services like LaunchDarkly, Unleash, and GrowthBook, all using standard integration patterns.
- [SAFE]: Sensitive information such as API keys and tokens are correctly handled via environment variables (e.g.,
process.env.LD_SDK_KEY) rather than being hardcoded. - [SAFE]: The provided shell command for cleaning up stale flags is a standard local development utility for searching codebases and poses no security risk.
- [SAFE]: External references are made to well-known technology services (e.g., GrowthBook's CDN) for legitimate configuration purposes.
Audit Metadata