mstest-skill
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill strictly provides C# code templates and documentation for the Microsoft Test Framework (MSTest).
- [EXTERNAL_DOWNLOADS]: The skill references standard NuGet packages (MSTest.TestFramework, Moq, FluentAssertions, Bogus, Testcontainers) and official Docker images (postgres:16-alpine) for integration testing. These are well-known, trusted resources within the .NET ecosystem.
- [COMMAND_EXECUTION]: Includes standard instructions for project setup and test execution using the .NET CLI (e.g.,
dotnet test), which is the expected behavior for a developer-focused tool. - [INDIRECT_PROMPT_INJECTION]: While the skill demonstrates patterns for reading external test data (e.g., CSV files or DynamicData), this is limited to the context of unit testing and does not expose the agent to unauthorized command execution or data exfiltration.
Audit Metadata