{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cd \/var\/www\/dev.campus.systemische-tools.de && REQUEST_URI=\"\/content-pipeline\/2\" REQUEST_METHOD=\"GET\" php public\/index.php 2>&1 | grep -E \"csrf|Pipeline starten|form action\" | head -5",
"description": "Test page renders with CSRF"
}
}
{
"tool_response": {
"stdout": " <form action=\"\/content-pipeline\/2\/run\" method=\"POST\" style=\"display:inline;\">\n <input type=\"hidden\" name=\"_csrf_token\" value=\"49890de00d4f86bfec5a70c8a661dbe8a01c08fb134d9f8ede5d1f40cd80802e\">\n <button type=\"submit\" class=\"btn btn--primary\">Pipeline starten<\/button>",
"stderr": "",
"interrupted": false,
"isImage": false
}
}