test-local
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- Remote Script Execution: The skill provides an option to install Node Version Manager (nvm) using a script fetched from a public GitHub repository. This is a common installation pattern for this development tool, though it involves executing code from an external source.
- Vendor Tool Installation: The skill automates the installation of the
@microsoft/agentsplaygroundpackage from the npm registry. This utility is maintained by the vendor to provide a local web interface for debugging agents. - Local Build and Start Commands: The skill executes standard build operations like
dotnet build,npm install, andpip installbased on the detected project type. These commands are necessary to prepare the agent for a local test session. - Local Service Polling: A shell-based polling loop is used to check the availability of a local endpoint (localhost) before launching the testing UI. This ensures the agent is responsive before the user begins interaction.
Audit Metadata