apkgquery: add a couple of improvements
This improves a couple of things in the code:
- Address toctou race condition
- Don't use panics for run-time errors
- Decouple walking directories from querying logic.
This improves a couple of things in the code: