performance-testing
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard software testing practices and provides templates for developer use.
- [COMMAND_EXECUTION]: The skill provides standard instructions for executing Playwright tests via the command line (e.g.,
yarn playwright test), which is the intended functionality for a performance testing suite. - [EXTERNAL_DOWNLOADS]: The skill references using BrowserStack, a well-known and reputable third-party service, for executing tests on real mobile devices.
- [CREDENTIALS_UNSAFE]: The skill promotes secure handling of sensitive data by forbidding hardcoded passwords and recommending environment variables (e.g.,
process.env.TEST_SRP_1) and secure helper functions for test scenarios.
Audit Metadata