Using gibberish detection on user messages

I want to integrate a gibberish-detector (gibberish-detector · PyPI) in our Rasa Bots. Every time I get a user-message the first thing I want to to is check if it is a valid utterance or gibberish. I have already written a custom action for it, is there any way to run this as a default action after each incoming message?