feature-flags
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- Standard Codebase Interaction: The skill provides instructions for identifying and modifying React feature flag configuration files (e.g.,
packages/shared/ReactFeatureFlags.js). These are standard file paths within the React source tree and do not represent access to sensitive system configuration or user data. - Tool Orchestration: The instructions reference specialized tool commands like
/flagsand/test. These are intended for environment-specific tasks such as inspecting state and running test suites, which are typical for an agent designed to assist with software development. - Indirect Prompt Injection Surface: The skill guides the agent to interpret specific syntax in source code, such as the
@gatepragma andgate()function calls. While this means the agent's logic can be influenced by the contents of files it processes, this is the intended functionality for managing feature-gated tests. The risk is considered minimal as it operates within the context of codebase testing.
Audit Metadata