refine-tests
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes
php artisan test --compact <test-file>to run the refined test suite. This is a standard command for the Laravel framework and is used as intended for the primary purpose of the skill. - [PROMPT_INJECTION]: The skill processes git diffs and test file content to identify candidates for refinement. While this is an indirect prompt injection surface, it is a necessary part of the skill's primary function of reviewing code.
- Ingestion points: Git diff output and newly created or modified test files (SKILL.md).
- Boundary markers: No specific delimiters are used to separate the analyzed code from instructions.
- Capability inventory: Shell execution via
php artisan test(SKILL.md). - Sanitization: No specific sanitization of ingested code content is performed.
Audit Metadata