project-laravel
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The
/project checkcommand (defined inSKILL.md) audits existing project files for convention compliance, which creates an indirect prompt injection surface. Malicious instructions embedded in the audited source code could potentially influence the agent's behavior. (Ingestion points: The agent reads file content from directories such asapp/Models/,app/Enums/, androutes/during the audit process. Boundary markers: No explicit delimiters or instructions to ignore embedded commands are specified for the auditing logic. Capability inventory: The skill has the capability to write arbitrary PHP files and Shell scripts to the local filesystem. Sanitization: The content of the audited files is not sanitized before processing by the agent.) - [COMMAND_EXECUTION]: The skill generates executable content from templates, including shell scripts and dynamic PHP loading logic. (The
references/project-structure.mdfile provides templates forbin/setup.shandbin/deploy.shwhich execute system-level commands likecomposer installandphp artisan migrate. Thereferences/helper-conventions.mdfile includes arequire_all_inhelper function that usesglobandrequireto dynamically load PHP files from a directory.) - [EXTERNAL_DOWNLOADS]: The generated setup and deployment scripts include commands to download and install external dependencies from standard package registries (Composer and NPM), which is standard vendor functionality for Laravel projects.
Audit Metadata