diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py
index 2ec7ff9131..f872a9acd2 100644
--- a/InvenTree/plugin/registry.py
+++ b/InvenTree/plugin/registry.py
@@ -199,7 +199,8 @@ class Plugins:
                         continue  # continue -> the plugin is not loaded
 
                 # init package
-                # now we can be sure that an admin has activated the plugin -> as of Nov 2021 there are not many checks in place
+                # now we can be sure that an admin has activated the plugin
+                # TODO check more stuff -> as of Nov 2021 there are not many checks in place
                 # but we could enhance those to check signatures, run the plugin against a whitelist etc.
                 logger.info(f'Loading integration plugin {plugin.PLUGIN_NAME}')
                 try: