Decide whether the solution is asymptotically stable, stable but not asymptotically stable, or unstable
$y''+4y'+4y=0, \phi(t)=e^{-2t}$
After computation of the eigenvalues I found that it has eigenvalues $\lambda=-2$ with multiplicity 2, nonetheless, we find that it has general solution
$\phi(t) = c_{1}e^{-2t} + c_{2}te^{-2t}$,
since both eigenvalues are negative real parts then by Theorem the zero solution should be asymptotically stable, however, when I try inputting the solution into wolfram alpha for a graph the vectors seem to run towards $+\infty$. Is it not asymptotically stable, or is it and am I just overthinking this question?

Simply find the limit as $x \to +\infty$ of the general solution $y(t) = c_1e^{-2t} + c_2e^{-2t}t$ : $$\lim_{t \to +\infty} y(t) = \lim_{t \to +\infty} (c_1e^{-2t} + c_2e^{-2t}t) = 0$$
I will leave up the elaborated calculation of the limit above to you, but it's easy to check that it's true since the exponential is the dominant term.
Which tells us that the solution is globally stable. This can easily be checked simply by the fact that the $r$ term of $e^{rt}$ is negative, since $r = -2 <0$.
Below, I will just attach a stability lemma-elaboration for you to keep in mind regarding such cases :