run-acceptance-tests
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Shell Command Execution]: The skill provides instructions to run
go testcommands. This is the primary and intended purpose of the skill for executing acceptance tests within a development environment. - [Diagnostic Logging and Persistence]: The use of environment variables like
TF_LOG=debugandTF_ACC_WORKING_DIR_PERSIST=1is suggested for troubleshooting. These are standard features in Terraform testing used to provide visibility into test execution and do not involve unauthorized data transmission. - [Environment Variable Management]: The instructions include a specific step to guide the user on setting up additional environment variables securely if they are required by the tests, which supports secure configuration practices.
Audit Metadata