Tracker.currentComputation or why does my helper re-run all the time

I discovered a problem with one of my helpers: it is re-running even though I think it shouldn’t. The onCreated of the template registers an autorun and that also fires even though it shouldn’t.

How can I find out the source of the reactivity that triggers the re-run?