The current implementation of skiprdeps based on simple substring checks skip dependency scan of unintended files, the easiest example being when a path is a prefix of some skiprdeps file.
For example, /usr/bin/foobar causes /usr/bin/foo to be skipped too.