test-ui
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Operations: The skill performs routine tasks such as installing dependencies via
npmand starting a local development server. These operations are restricted to the project directory and are expected in a developer-centric environment. - Vendor-Specific Tooling: The instructions utilize the
iwsdkCLI to interact with the application state. This tool provides structured JSON output for the agent to analyze, facilitating automated testing of systems and components without requiring custom script execution. - Controlled Workspace Execution: All command execution is scoped to the example project path defined by the
$IWSDK_REPO_ROOTenvironment variable, ensuring that file system interactions are localized and predictable. - Standard Resource Management: The use of the
/tmpdirectory for screenshots and the background execution of the development server are standard patterns for managing transient data and long-running processes during testing.
Audit Metadata