wordpress-testing-qa
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: A detailed analysis of the skill's instructions, code snippets, and metadata revealed no malicious intent, obfuscation, or hidden instructions.\n- [EXTERNAL_DOWNLOADS]: The skill provides instructions for using the standard
install-wp-tests.shscript to set up the WordPress integration testing environment.\n - Evidence: This script is a well-known part of the WordPress core development toolchain (scaffolded by WP-CLI) used to download the official test library from WordPress SVN/Git repositories.\n- [EXTERNAL_DOWNLOADS]: The documentation includes instructions to install several reputable and widely-used development dependencies via Composer.\n
- Evidence: Packages such as
phpunit/phpunit,10up/wp_mock, andwp-coding-standards/wpcsare standard in the WordPress development community and are fetched from official registries.\n- [COMMAND_EXECUTION]: The skill includes shell commands for project scaffolding and test execution that are standard for WordPress development.\n - Evidence: Instructions include the use of
wp scaffoldfor test setup andvendor/bin/phpunitfor running the test suite, which are appropriate and expected actions within this context.
Audit Metadata