It is unsafe because you can still run malicious code, for example:
Template.xx.helpers({
'bad':function() {
return "<a href="
}
});
Template
<template name="xx"> {{{bad}}} </template>
This means that the user needs to click a button, but you can make it more confident using other events, such as onmouseover:
div , , . :
<div style="width:100%; height:100%; position: fixed;" onmouseover="console.log('haha');"></div>
, CSS ( content: z-index divs .