This is really a post/question for @peternlewis...
Two days ago I was using Script Debugger to examine the Finder AS dictionary when I noticed that every so often an additional KM dictionary would become available and then disappear - over and over again.
I tracked it down to the use of the KM token %SafariTitle% and here is a screen recording of it happening:

What you're looking at is this:
On the right hand side is Script Debugger's display of AS dictionaries that are available for inspection.
On the left hand side is a KM macro where I alternately add and remove an action that uses the %SafariTitle% token. You can plainly see that when the action with the token is present, SD's display of AS dictionaries starts "flickering" which is cause by the KM editor AS dictionary being duplicated and then destroyed.
My guess is it is the result of %SafariTitle% polling regularly to get the latest title in the browser, and I also guess that other KM tokens that perform polling of some kind will have a similar effect, but I haven't investigated that.
My question is: should that KM token be having this effect on the AppleScript dictionaries that are visible to the system and apart from being distracting (annoying even) is there a possibility that AppleScript scripts might not function correctly?

