Triggers found by SWAT report
In Magento 2, for all changes in existing entities to properly reflect in the environment, a reindex is required. Specific events that enforce the reindexing process after changes in database tables are called triggers.
Amasty modules do not add their own triggers to Magento. If using triggers is required by a module’s logic, it utilizes Magento Materialized View/Mview native functionality. That way, the triggers are created by Magento itself.