run-tests
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill facilitates the execution of
dotnetCLI commands, includingtest,run, andexec. This allows the agent to interact with the build and test environment as intended for its primary purpose. - [Configuration Analysis]: The agent reads standard project files like
global.jsonand.csprojto determine the correct syntax for the .NET SDK version in use. This ensures compatibility across different project configurations and is a routine development task. - [Handling of Project Data]: The workflow involves extracting metadata from test source files to construct command filters.
- Ingestion points: Project configuration files and test source code (Step 1 and Step 3).
- Boundary markers: The skill does not define specific boundary markers for data extracted from these files.
- Capability inventory: The agent uses extracted strings to build and execute shell commands (Step 2 and Step 3).
- Sanitization: The instructions do not explicitly require sanitization of strings found in test attributes. In the context of a test runner, the source code is typically part of the user's controlled environment, but it is a consideration for the agent's interaction logic.
Audit Metadata