laravel
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- PROMPT_INJECTION (SAFE): The instructions are strictly focused on framework-specific coding standards and do not attempt to bypass safety filters or override system instructions.
- DATA_EXFILTRATION (SAFE): No network operations or sensitive file access patterns were detected. The skill correctly advises using the
config()helper instead ofenv()to handle environment variables securely. - REMOTE_CODE_EXECUTION (SAFE): While the skill mentions using
php artisancommands, these are standard development tools and are not configured to download or execute untrusted remote scripts. - COMMAND_EXECUTION (SAFE): The command suggestions are standard Laravel development workflows (e.g.,
make:controller,make:test) and do not involve unauthorized system-level changes. - OBFUSCATION (SAFE): No encoded strings, hidden characters, or deceptive formatting were found in the file.
Audit Metadata