test-ui
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes shell commands to manage a local development environment, including server lifecycle management and diagnostic queries. These actions are standard for automated testing workflows.
- External Downloads: The skill performs dependency installation via
npmand executes theiwsdkCLI usingnpx. These operations interact with the npm registry to ensure the testing environment is correctly configured with the necessary tools. - Indirect Prompt Injection Surface: The agent is instructed to evaluate the output of CLI commands to verify system state.
- Ingestion points: JSON output from
npx iwsdkcommands across various steps inSKILL.md. - Boundary markers: No specific delimiters are used for the CLI output.
- Capability inventory: Access to the Bash tool for command execution and package management.
- Sanitization: No explicit filtering or sanitization of the CLI output is specified before the agent processes it.
Audit Metadata