Leaving the filter plist file empty and simply deleting the file no longer work. The new solution would be modifying the filter plist to:
{
Filter = {
Bundles = (
"com.apple.Security",
);
};
}
Since all processes will import Security.framework implicitly, your tweak can now hook into all processes