testing-compatibility
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or persistence mechanisms were detected in the skill files. The skill functions as a documentation and template resource for testing workflows.
- [COMMAND_EXECUTION]: The skill documentation includes examples of executing test suites using standard commands like
npm runandnpx. These are used appropriately for their intended purpose of running local testing frameworks. - [EXTERNAL_DOWNLOADS]: The skill references the use of
npx, which may download testing packages from the official NPM registry. This is a well-known and trusted service, and the use of standard packages like Playwright and Lighthouse for testing is considered safe behavior.
Audit Metadata