dotnet-snapshot-testing
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Comprehensive analysis of the provided markdown and code samples confirms the skill is focused on legitimate development practices. The instructions for configuration, scrubbing, and custom converters are standard for the .NET testing ecosystem.
- [EXTERNAL_DOWNLOADS]: The skill references official .NET packages such as 'Verify.Xunit' and 'Verify.Http'. These originate from the well-known 'VerifyTests' organization and are recognized as safe, standard dependencies for snapshot testing.
- [COMMAND_EXECUTION]: Includes instructions for installing the 'verify.tool' via
dotnet tool installand using theverify acceptcommand. These are standard CLI operations for this specific library and are appropriate for its primary purpose of managing test snapshots. - [DATA_EXFILTRATION]: No evidence of unauthorized data access or exfiltration. The skill explicitly demonstrates how to scrub sensitive or non-deterministic values (like tokens, GUIDs, and timestamps) from snapshots to prevent accidental exposure in source control.
Audit Metadata