{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "# Test mit echtem Token\nTOKEN=$(curl -s -c \/tmp\/cookies.txt https:\/\/dev.campus.systemische-tools.de\/docs\/code 2>\/dev\/null | grep -oP 'X-CSRF-TOKEN\": \"[a-f0-9]+' | cut -d'\"' -f3)\necho \"Testing scan endpoint...\"\ncurl -s -b \/tmp\/cookies.txt -X POST https:\/\/dev.campus.systemische-tools.de\/docs\/code\/scan -H \"X-CSRF-TOKEN: $TOKEN\" -H \"Content-Type: application\/x-www-form-urlencoded\" --max-time 60 2>&1 | head -30",
"timeout": 120000,
"description": "Test fixed scan"
}
}
{
"tool_response": {
"stdout": "Testing scan endpoint...",
"stderr": "",
"interrupted": false,
"isImage": false
}
}