The function _verifyCall() calls a logicVerifier without checking if this is a contract or an EOA.
Whereas function isValidSignature() first checks if the owner is an EOA.
The risk is limited because the checks in _verifyCall() will revert.
LSP0ERC725AccountCore.sol#L222-L257
LSP0ERC725AccountCore.sol#L734-L774
Consider checking if the logicVerifier is an EOA in function _verifyCall().
