vvvv-testing
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references standard, well-known NuGet packages including NUnit, NUnit3TestAdapter, and the Microsoft Test SDK as dependencies for the testing environment.
- [COMMAND_EXECUTION]: Instructions are provided for running tests through the dotnet test CLI and executing local build scripts (build.ps1, build.sh). It also describes launching the vvvv.exe executable with specific debug and logging flags.
- [REMOTE_CODE_EXECUTION]: The documentation details the use of VL.TestFramework for dynamically loading, compiling, and executing vvvv patches (.vl files). This involves using C# reflection to invoke methods at runtime, which is the primary intended function of the automated testing framework.
Audit Metadata