oidc-hosted-page-laravel
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
laravel/socialitepackage via Composer. This is an official, well-known package from the Laravel organization. - [COMMAND_EXECUTION]: Includes standard application development commands such as
php artisan servefor local environment testing. - [SAFE]: All network operations are directed to the vendor's official authentication endpoints (
auth.ssojet.com). Implementation follows best practices by using environment variables for credentials and standard Laravel validation for user input.
Audit Metadata