Insecure example code leads to insecure production code
By offering "working" code that is insecure by default, you are inherently suggesting that users use insecure coding practices by default.
For example, the samples recommend the use of unsafeSecure().
This is itself a security risk to the users of a library.