test-physics
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- Local Dependency Management: The skill utilizes
npm run fresh:installto set up the project environment. This is a standard procedure for preparing a development workspace for automated testing. - CLI Tool Interaction: It uses the
iwsdkcommand-line interface vianpxto perform system queries, verify component states, and manage the physics engine. These operations are scoped to the project's local development environment. - Background Process Management: The skill initiates a local development server using the background task parameter. This is necessary for hosting the physics examples that the subsequent test steps interact with.
- Environment Variable Usage: It relies on the
$IWSDK_REPO_ROOTenvironment variable to identify the workspace location. This is a common practice in repository-based automation for locating project files.
Audit Metadata