playwright-blazor
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing Playwright browsers via the command
pwsh -Command "playwright install --with-deps". This is a standard setup operation that downloads browser binaries from official Microsoft distribution channels. - [COMMAND_EXECUTION]: The provided patterns include the use of shell commands such as
dotnet dev-certsfor managing local development certificates anddotnet testfor executing the test suite. These are standard development and CI/CD operations related to the skill's primary purpose. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. All external references and packages (Microsoft.Playwright, xUnit) are from well-known and trusted sources.
Audit Metadata