Is it safe to click on a JSFiddle or JS Bin link

js-binjsfiddleSecurity

In forums I see more and more questions that use JSFiddle or JS Bin to share live examples.

Are these links safe?

Would it be possible that somebody includes malicious code in a public JSFiddle or JS Bin page?

Best Answer

Usually the risk is in being redirected to malicious code from server side. I don't think jsfiddle or jsbin have the capacity to harm as they are client side without there being malicious server side code that they are somehow perpetuating.