test-warp-ui
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
cargo run --bin warpto build and launch the application from the repository root. This is a standard Rust development command required for the skill's stated purpose of UI testing. - [DATA_EXPOSURE]: The skill refers to authentication keys stored in environment variables (
WARP_API_KEYandSTAGING_USER_WARP_API_KEY). It provides instructions on how to pass these to the application using standard shell variable interpolation ($STAGING_USER_WARP_API_KEY), which is consistent with secure development practices for managing secrets without hardcoding them.
Audit Metadata