{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/var\/www\/scripts\/php-check.sh 2>&1 | grep -E \"(PHPStan|Semgrep|DI Check|Interface)\" | head -10",
"description": "Summary of quality checks"
}
}
{
"tool_response": {
"stdout": "\u001b[1;33m[1\/6] PHPStan - Static Analysis + Strict Rules\u001b[0m\n\u001b[0;32m✓ PHPStan: OK\u001b[0m\n use Domain\\Repository\\ChunkExplorerRepositoryInterface;\n use Domain\\Repository\\DokumentExplorerRepositoryInterface;\n use Domain\\Repository\\SeiteExplorerRepositoryInterface;\n use Domain\\Service\\SearchServiceInterface;\n\u001b[1;33m[4\/6] Semgrep - OWASP Security Scan\u001b[0m\n\u001b[0;32m✓ Semgrep: No vulnerabilities\u001b[0m\n\u001b[1;33m[5\/6] DI Check - UseCase Dependencies\u001b[0m\n\u001b[0;32m✓ DI Check: All dependencies resolvable\u001b[0m",
"stderr": "",
"interrupted": false,
"isImage": false
}
}