thinkphp
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard ThinkPHP boilerplate code and development standards. It promotes secure practices like using password_hash for user credentials and implementing structured validation via ThinkPHP's validator system.
- [SAFE]: The skill references standard technology components and libraries, including the ThinkPHP framework and the firebase/php-jwt library. These are well-known and widely used resources in the PHP development ecosystem.
- [SAFE]: The skill includes templates for processing external data via ThinkPHP's Request object (e.g., app/controller/system/User.php). While explicit prompt boundary markers are absent in the templates, the system relies on structured validation (UserValidate) and ThinkPHP's ORM capabilities (database CRUD) for security. Input is sanitized using standard validation rules and prepared statements inherent in the framework's query builder.
Audit Metadata