browser-test
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a utility for automated browser testing, accessibility auditing, and performance checking. Its functionality aligns with its stated purpose of verifying frontend changes.
- [COMMAND_EXECUTION]: The skill instructions include starting a local development server using common commands like
npm run dev. This is a standard and expected operation for a developer-oriented testing tool. - [DATA_EXPOSURE]: Screenshots and audit results are saved to a local project directory (
.claude/quality-results/). The skill correctly notes that these results should be excluded from version control via.gitignore, following security best practices. - [REMOTE_CODE_EXECUTION]: There are no instances of remote script downloads, piped execution (e.g., curl|bash), or unverified third-party dependencies.
Audit Metadata