Check all files in a directory

Hi all,

I am trying to create a fixlet that will check for certain files in a directory, it can be one file or 10, this is what i got so far:

pathnames of find files “ssl” of folder “C:\Users\YesweAre\Downloads”

this line returns all files with the word ssl:
C:\Users\YesweAre\Downloads\asdssl
C:\Users\YesweAre\Downloads\sslasdas
C:\Users\YesweAre\Downloads\asdsslkkk

now i need to perform another check to see all “other” permissions, how would i do that on all of the files?