What you seem to have here is a “scale” problem.
Basically, to avoid many difficulties, your armature (the transforms hierarchy of the gameobject) should have a scale of 1, and the same goes for the mesh.
Additionally, you might want to check that the anchor of the rigidbody is in the same spot of the transform’s PIVOT, and that the collider are correctly centered in respect to their transform!