gui-integration-test
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for using a proprietary integration testing framework and does not contain any malicious instructions or safety bypasses.- [COMMAND_EXECUTION]: The skill details the use of
cargo runandcargo nextestto execute integration tests. It also describes helpers for running shell commands (e.g.,execute_command_for_single_terminal_in_tab) to verify terminal behavior, which is the intended purpose of the testing harness.- [DATA_EXFILTRATION]: The instructions emphasize the use of a hermetic environment via aBuilderthat creates isolated temporary directories and mock configuration files, which is a defensive practice to prevent tests from interacting with sensitive user data.
Audit Metadata