I won't say I especially like it up to that point. But that was maybe because I was already doing the passion=hours translation in my head. But at least he's honest about it at that point.
Thanks! I've added "Insert Guid" merely as an example of how to bind a custom C# script to a menu item or hotkey:
<hotkey name="InsertGuid" menuItem="Insert &Guid" isScript="true">
<!-- this is an example of a C# scriptlet handler -->
<![CDATA[
await Host.FeedTextAsync(Guid.NewGuid().ToString("B").ToUpper(), Token);
]]>
</hotkey>
Thoughts on what advantage you get from know which tools your adversaries are using as good targets to inject with backdoors assuming state actor resources?