Sei

About this addon

Sei is an addon developer-oriented tool for keeping watch over the security of globally-accessible variables. It provides a visual effect when a watched variable becomes tainted, as well as a visual overview of the status of the watched variables.

This may be useful while trying to identify which user actions lead to specific variables (and hence code paths) becoming tainted.

There is no in-game configuration. You are expected to edit Sei's code to specify variables to watch (WATCH_SETS at the top of Sei.lua), and, optionally, relevant times to re-check variable status (hooksecurefunc calls at the end of Sei.lua).