I don't see how that's possible. CB Content Bot acts on Joomla content prepare events like any content plugin does and replaces substitutions, but only if those substitutions actually exist.
Is it possible to add page classes to exclude it from running on certain pages? I saw the Ignore Context variables but only could establish the components as an excluder?
It's only possible to exclude by context. Will review adding support for excluding by article id and category id as well.
forge.joomlapolis.com/issues/9451
In this case I am using an article with a RSForm inside it.
Ok, that might possibly explain what's going wrong as the RSForm might be outputting something that CB things is a valid substitution. How are you inserting the form? With a shortcode? If so then it too is a content plugin and all you should need to do is change the order of things. Order CB Content Bot before RSForms content plugin so it would just ignore RSForms. If still not working is it possible to output RSForms using a module? If so try using a module with Joomla's loadmodule shortcode.