I have a site of user-submitted news articles, and an idea I had for a feature was to grab the favicon on the target site to display along with the link.
The methodology for grabbing the favicon would be checking for the favicon.ico file on the target server. Would displaying that icon as an image open any hole? Could there be some sort of malicious favicon? Would converting the image server-side to a different file format negate risk?