test-environment
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill involves executing several shell commands using
npx,npm, andsleep. These are standard development operations for the intended purpose of testing theiwsdkproject and its examples. - Environment Variable Usage: The instructions rely on
$IWSDK_REPO_ROOT, which is a project-specific environment variable. This is a common practice for scoping operations to a local development repository. - Tool Usage: The skill uses
npx iwsdk, which refers to the project's own Command Line Interface. The operations performed (starting a dev server, querying ECS data, reloading a browser) are consistent with testing a 3D/ECS-based framework.
Audit Metadata