Adding this snippet;
new CuteEditor.RichListItem("Script", "", "<script>alert('test');</script>");
Inserts nothing, it should insert the script in HTML...
new
CuteEditor.RichListItem("Script", "", "test<script>alert('test');</script>");
This does insert everything.
(EnableStripScriptTags = false btw)