laravel-architecture
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard Laravel architecture and development practices. All code samples provided, such as the
GivenValueShouldExistsvalidation rule and global helper functions (user(),logged_in_user(),format_date()), align with idiomatic PHP and Laravel patterns without introducing security vulnerabilities. - [COMMAND_EXECUTION]: While the skill discusses Artisan commands (e.g.,
php artisan delete-old-records), these are provided as examples of naming conventions and logging practices rather than as instructions for the agent to execute arbitrary shell commands. - [DATA_EXFILTRATION]: No network operations, credential exposures, or unauthorized data access patterns were identified. The use of
config()andenv()follows Laravel's security best practice of accessing environment variables only within configuration files.
Audit Metadata