pest
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide for the Pest testing framework, providing conventions and best practices for writing function-style tests.
- [EXTERNAL_DOWNLOADS]: The documentation includes standard commands for installing the Pest framework and its plugins via package managers (
composer require pestphp/pest,npm install playwright). These are well-known tools from the official vendor and reputable sources. - [COMMAND_EXECUTION]: The skill provides examples of standard CLI usage for running tests and managing the development lifecycle. These commands are typical for the described purpose and do not include suspicious parameters or redirection to external shells.
- [DYNAMIC_EXECUTION]: The skill references architectural presets that improve security posture, such as
arch()->preset()->security(), which specifically scans the codebase for risky dynamic execution patterns likeeval().
Audit Metadata