reversible-exposure-control
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
featbitCLI tool to perform flag management operations, such asfeatbit flag create,featbit flag toggle, andfeatbit flag set-rollout. These commands are standard for the skill's intended purpose of managing feature exposure. - [EXTERNAL_DOWNLOADS]: The skill references the installation of additional SDK-specific skills from the author's official GitHub repository (
featbit/featbit-skills) using thenpx skills addcommand. This is documented as a standard way to extend the agent's capabilities within the FeatBit ecosystem. - [PROMPT_INJECTION]: The skill ingests data from external project state (via the
project-synctool) to define rollout strategies. While this introduces a surface for indirect prompt injection, the impact is confined to the configuration of feature flags and rollout schedules within the authorized vendor environment. - Ingestion points: Project data retrieved from
project-sync(specifically theget-projectcommand output fields:goal,hypothesis, andconstraints). - Boundary markers: The instructions do not define explicit delimiters or 'ignore' instructions for the ingested project data.
- Capability inventory: Command execution via the
featbitCLI tool for flag lifecycle management. - Sanitization: No explicit sanitization or validation of the ingested project fields is performed before they are used to generate specs or commands.
Audit Metadata