php
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard PHP packages via Composer (e.g., Guzzle, Monolog, PHPUnit). These are from the official Packagist repository, which is a trusted source.
- [CREDENTIALS_UNSAFE] (SAFE): The README includes example environment variables for local development (
DB_PASSWORD=). These are documented placeholders and do not represent leaked production secrets. - [COMMAND_EXECUTION] (SAFE): The suggested commands in the documentation, such as
composer installandcomposer test, are standard operations for PHP development workflows and do not involve suspicious or unauthorized execution or piped remote scripts.
Audit Metadata