test-audio
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- Dependency Management: The skill includes an initial step to run
npm run fresh:install. This is a standard procedure in development environments to ensure that all necessary libraries and tools are correctly installed before testing begins. - CLI Tool Interaction: It utilizes the
iwsdkCLI (invoked vianpx) to perform operations like querying the Entity Component System (ECS), starting dev servers, and checking logs. These are routine actions for interacting with the SDK's runtime environment. - Local Path Resolution: The instructions utilize the
$IWSDK_REPO_ROOTenvironment variable to navigate the file system. This is a common and expected practice for scripts designed to work within a specific development repository structure. - Process Management: The skill uses the agent's capability to run background tasks for the development server (
npm run dev). This allows the agent to continue executing test commands while the server remains active, which is typical for integration testing.
Audit Metadata