Personal normally when I load a certain list in my controller and in cases that for each item in this list I need another set of data associated with it, in my view, when I go through the list obtained in the controller, I usually use helpers that access a given model method that queries some data according to the passed parameters. I wonder if this practice is bad and affects security.