test-audio
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill executes local shell commands using
npmandnpx. These are standard tools for JavaScript development and are used here to manage a local development server and run tests against a project workspace. - Dependency Installation: The skill initiates an installation process via
npm run fresh:install. This pattern involves downloading packages from standard registries, which is expected behavior for setting up a development or testing environment. - Local Workspace Interaction: The instructions specify interactions with a local repository (
$IWSDK_REPO_ROOT). The operations are scoped to the project examples and use a dedicated CLI tool to query the state of a local application.
Audit Metadata