There are three plugins that come with a vinilla copy of NucleusCMS that effect the admin area.
With a little JavaScript and CSS additional content can be added to the admin area. Using DOM one could even carry out such fancy effects as resetting areas of the page with content from a div tag that is otherwise hidden.
In addition to this many events are generated by the ADMIN class and they could be used to some limited degree by a crafty hacker to add content to the 3.2x admin area.
NP_Admin (not documented here) by Lord Matt uses these techniques to add two new dynamic menus to the admin area and to colourize it.