From: Fabian Streitel Date: 2009-08-16T17:40:52+09:00 Subject: Re: Parsing JavaScript to prevent maliciousness? --001517588560d841ef04713e3daf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yep, sounds quite dangerous to me as well... Another security problem might come from you allowing users to manipulate the DOM (which I guess is one of the features you plan on implementing, since without that, there isn't really much you can do in JS except some alerts maybe :-). I'd definitely forbid that. 1. they could inject arbitrary text on the website, including spam, links etc. and start phishing attacks and 2. due to the browsers executing every least bit of javascript they find, they could just inject a string containing