{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -X POST 'http:\/\/127.0.0.1\/docs\/code-hygiene\/scan' \\\n -H 'Host: dev.campus.systemische-tools.de' \\\n -H 'Content-Type: application\/x-www-form-urlencoded' \\\n --max-time 180 2>&1 | head -30",
"timeout": 200000,
"description": "Trigger scan via curl local"
}
}
{
"tool_response": {
"stdout": "curl: option : blank argument where content is expected\ncurl: try 'curl --help' or 'curl --manual' for more information",
"stderr": "",
"interrupted": false,
"isImage": false
}
}