init() function can be called anybody when the contract is not initialized.
More importantly, if someone else runs this function, they will have full authority because of the owner state variable.
Here is a definition of init() function.
Add a control that makes init() only call the Deployer Contract or EOA;
