To move more of the HSMAdvisor's functionality into open-source space and allow users to extend HSMAdvisor, I created an external public repository for core HSMAdvisor plugins:

https://github.com/swindex/HSMAdvisorPlugins

HSMAdvisor plugins are .NET v4.5 DLL libraries and must reference and extend HSMAdvisorPlugin and/or ObjectDataBase assemblies.

More information on creating a plugin is available on the GitHub page linked above.