test-interactions
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill uses
npx iwsdkandnpm runcommands to perform testing operations. These commands are standard for development within the iwsdk ecosystem and are restricted to the example workspace. - [External Downloads]: The skill triggers
npm run fresh:install, which downloads dependencies from standard package registries. This is a common practice for setting up testing environments. - [Vendor Resource Interaction]: The skill interacts with environment variables like
$IWSDK_REPO_ROOT, which are standard for the vendor's repository structure, ensuring that operations remain scoped to the intended project.
Audit Metadata