A big problem is when someone downloads a Forge component, makes some changes to it, then re-uploads it to the Forge without using "Clone". The modules end up with the same SS Key as the original component, and then it is total chaos for component consumers because two "separate" components will overwrite each other when they install them (like FileSystem and NetworkFileSystem).
The system should not allow this to happen, Forge should maintain a database of what SS keys are in use by all of the modules in all of the components, and block another component from re-using the SS key.
That will force component makers to either work with the existing component or to properly clone the modules.
J.Ja