getting-started
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill instructions align with standard development practices for PHP projects.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the well-known
phpstan/phpstanpackage using Composer, which is the standard and safe method for PHP dependency management. - [COMMAND_EXECUTION]: The skill facilitates the execution of the PHPStan static analysis tool on the user's local source code (
vendor/bin/phpstan analyse), which is its primary and legitimate function.
Audit Metadata