Returns whether the current execution path is secure. Meaningless when called from outside of the secure environment: always returns nil in such situations.
See also Secure execution utility functions.
Signature:
secure = issecure()
Returns:
secure- 1 if the current execution path is secure; otherwise nil (1nil)