remove-feature-flag
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for a standard software maintenance task (removing feature flags) within the project's own codebase.
- [COMMAND_EXECUTION]: The skill utilizes standard development utilities, specifically
rg(ripgrep) for codebase searching and thecargotoolchain for code formatting, linting, testing, and execution. These commands are executed within the local development environment. - [DATA_EXFILTRATION]: No network operations or access to sensitive system files (such as credentials or SSH keys) were detected. The scope of file access is restricted to the project's source code files.
- [REMOTE_CODE_EXECUTION]: There are no patterns involving the download or execution of remote scripts, and no external dependencies are introduced.
Audit Metadata