OS X 10.11 El Capitan - Verifying file dialog, every time a file is opened
The cause might be that the file/folder was downloaded.
In any case, you can remove the 'quarantine' status with
xattr -d com.apple.quarantine "/path/to/Geometry.pdf"
you can add the -r
flag to make it recursive, in case you still have trouble.