Rally HN: help build an independent Privacy Scanner for Facebook
Right now I have some code started for a bookmarklet that runs on Facebook and scans some of the most common privacy holes that are enabled by default. It shows a summary and has "one-click fixes" to lock down those privacy settings. Check it out here:
http://www.reclaimprivacy.org
I started this project last weekend on my flight back from Michigan to the Bay, and I just don't have enough free time to really make it solid. The bookmarklet needs better cross-browser testing (I works well in Safari 4, and mostly okay in FF3), and there are plenty of important privacy checks that it still needs to do (wall-post privacy settings, photo privacy settings, etc). A few of the checks can be wonky at times, especially the ones that scan the privacy dropdowns.So...join in! If you want to contribute, just fork it on GitHub:
http://github.com/mjpizz/reclaimprivacy
...I'll check pull requests periodically and redeploy the latest patches. The project is contained in an AppEngine app since that was the easiest thing to throw up on a Google domain this morning.
30 comments
[ 3.7 ms ] story [ 62.4 ms ] threadTested successfully in Midori.
Once you give the "ok, it's polished enough", I'll share it with my friends.
If they want to be friends, they need to message me or know one of my other friends (most of my friends are friends with other friends anyways).
I'm running Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Clickable
A greasemonkey script would do, but a standalone Windows app would be much better. (OSX and Linux as well.) Something with a very simple UI, with a login screen and one button, which would yield an XML or JSON file. Preferably, it would simulate the browsing speed of a real user, with randomized parameters, so it would be undetectable. If it ran in the background, it would still be relatively painless.
Why this would be so useful: I'm envisioning a counterpart program that can upload such information into something like Diaspora. I'm not advocating that Diaspora create such an app. Someone else should do it. Someone who might like to develop a rep as an outlaw. (A beneficial one, however.)
https://graph.facebook.com/me/friends?access_token=222747086....
docs here:
http://developers.facebook.com/docs/api
Facebook isn't as tight with your data as you would expect ;)
It never changes from this...
Oh, it helps if you mention that it has to be clicked and executed while actually on facebook.com. You should alter the bookmarklet to reflect that.
Also, please make it easy to copy/paste the bookmarklet. I do not have a bookmark bar and don't enjoy digging through the source of the page to get the necessary bit of javascript.
For those in a similar situation: <removed>
Also, your src attribute is missing a closing apostrophe, unless HN scrubbed it earlier. Never mind, it is HN's fault. Sorry folks, you have to go source-diving yourself as well.
So, maybe some error checking there? Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2) Gecko/20100329 Firefox/3.6
When logged into facebook, it worked fine.