I guess my point was that "Device Task" is a system task created internally by the USB stack during the KSDK API call USB_Class_HID_Init(),
and that per AN3905 system tasks were supposed to be assigned priorities 0-8
I was hoping that there would be some assurance that if the user creates a task of, say, priority 15 or (numerically) higher that it would not interfere with system operations.
It sounds like what you're saying is that it is the user's responsibility to keep track of all system tasks to make sure that there is no conflict.