This inspection reports on any uses of the eval ,setTimeout,
setInterval functions, or allocation of a Function
object in JavaScript. These functions are used to execute arbitrary strings of JavaScript text, often
dynamically generated. This can be very confusing, and may be a security risk.