Set-Cookie is sent by the server in the response to define a cookie, with all its flags (Secure, HttpOnly, SameSite, etc.). Cookie is sent by the browser in the request and only carries name=value pairs, with no flags. That is why full security analysis is only possible on Set-Cookie cookies.