php-docs
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed technical documentation for PHP developers. While it references powerful features like program execution functions (
exec,shell_exec,proc_open) and network operations (cURL,streams), these are documented neutrally as part of the language specification and do not involve malicious automation or exfiltration. - [EXTERNAL_DOWNLOADS]: Includes standard installation procedures for PHP and Composer from official and well-known repositories (e.g., getcomposer.org, official package managers). These follow industry best practices for environment setup.
- [COMMAND_EXECUTION]: Mentions various PHP functions used for shell interaction, which is standard for a backend language reference. No instructions are present to execute these commands on the host environment maliciously.
- [PROMPT_INJECTION]: No evidence of instructions designed to bypass agent safety filters or override system prompts was found.
- [DATA_EXFILTRATION]: No patterns were detected that attempt to access sensitive local files or send data to untrusted external domains. The 'Security' section correctly advises developers on preventing common vulnerabilities like SQL injection and XSS.
Audit Metadata