shift
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple system commands using the
ghCLI,git, and PHP tools. Evidence: usage ofgh pr view,gh pr checkout,composer update,php artisan test, and code style fixers such asdusterorpintinSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill downloads project dependencies through standard package management tools. Evidence: execution of
composer updatein Step 5 ofSKILL.md. - [PROMPT_INJECTION]: The skill contains a vulnerability surface for indirect prompt injection by following external instructions.
- Ingestion points: PR description and comments retrieved via
gh pr view --commentsinSKILL.md. - Boundary markers: Absent; the agent is directed to follow instructions in the text without isolation.
- Capability inventory: File modification, dependency updates via
composer, and command execution throughphp artisan testand style fixers inSKILL.md. - Sanitization: Absent; the skill does not validate or sanitize instructions from the pull request comments.
Audit Metadata