laravel-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/review-diff.shexecutes thegit diffcommand. This is used to obtain code changes for the AI to review, which is a core feature of the skill. - [PROMPT_INJECTION]: The skill facilitates the review of external code and git diffs, establishing a surface for indirect prompt injection. A malicious actor could include instructions within the code being reviewed in an attempt to subvert the agent's instructions.
- Ingestion points: Git diff outputs from
scripts/review-diff.shand user-provided code files. - Boundary markers: Not present. The skill instructions do not define specific delimiters or "ignore" instructions for the content being reviewed.
- Capability inventory: The skill uses
scripts/detect-laravel-context.phpto read project configuration andscripts/review-diff.shto execute git commands. - Sanitization: Not present. Content is analyzed directly for best practice compliance.
Audit Metadata