Right now UI-licious has commands to validate the status code of a page, for example:
UI.is404() // checks if the current page has 404 not found status code
Would be nice to also extend the capabilities to validate the status codes of images on a page, to check for broken images for example.