To factor $ x^{3}+5x^{2}+x+5 $ we can use factoring by grouping:
Group $ \color{blue}{ x^{3} }$ with $ \color{blue}{ 5x^{2} }$ and $ \color{red}{ x }$ with $ \color{red}{ 5 }$ then factor each group.
$$ \begin{aligned} x^{3}+5x^{2}+x+5 = ( \color{blue}{ x^{3}+5x^{2} } ) + ( \color{red}{ x+5 }) &= \\ &= \color{blue}{ x^{2}( x+5 )} + \color{red}{ 1( x+5 ) } = \\ &= (x^{2}+1)(x+5) \end{aligned} $$