test-interactions
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill uses various Bash commands to automate the testing process, such as starting a development server, querying the system state, and managing test cycles. This is a standard approach for integration testing within a development environment.
- [Software Dependency Management]: It performs package installation using npm and executes tasks via npx to run the iwsdk utility. This behavior is expected when setting up and running tests for the vendor's software SDK.
- [Temporary File Access]: The skill generates logs and captures screenshots which are stored in the /tmp directory. This is a common practice for handling temporary data and debug information during automated test runs.
Audit Metadata