testing-wp-runtime
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands such as
wp-now,head,tail,lsof, andkillto manage a local WordPress testing environment. All commands are limited to local process management. - [EXTERNAL_DOWNLOADS]: Uses
curlto communicate with the local server athttp://localhost:8881to verify successful deployment and plugin operation. This network activity is restricted to the local host. - [SAFE]: Accesses local WordPress
debug.logfiles from the/tmpdirectory to report runtime errors to the user. This file access is necessary for the skill's primary purpose of runtime validation and does not involve sensitive user credentials.
Audit Metadata