When running scripts against nodes, especially when remediating a large number of devices at once, it would be great if the 'Status/Details' column of the Transfer Status section had a little bit of custom logic for catching at least some of the most common device errors or warnings in the output of a 'successful' session, rather than only returning a success if the connection (telnet/ssh whatever) was made. This would reduce the need to check every single result for any warnings or errors that occur, and would help to draw extra attention to times they do.
For example, if i run a script on a Cisco device that doesn't support a command, then the script results contains "% Invalid input detected" text string. The result of the transfer should be "Completed with Warning" and could just have a yellow alert icon instead of the green check mark or red X.
Ideally the strings that trap for and generate such a 'warning' state should be customizable, probably via the Device Template so they can differ depending on the model/vendor.