Yes, I think you've found the problem there. As I recall, downloads from the internet are quarantined by macOS adding an
extended attribute titled
com.apple.quarantine to the file's metadata. I think that attribute is removed when the user manually drags the file, directory, or package (macOS apps are actually a package which is a directory with an extra bit set in its metadata) into the /Applications folder. I'm not sure, but I think that if you installed BookMacster.app into /Applications by any means other than a Finder drag, the quarantine is not removed.
The fix may be as simple as dragging a non-running BookMacster out of /Applications and then back in.
If that does not work, the answer in
this Q&A in superuser.com (including the Comment by AKX) should work. The path to the BkmxAgent package is:
/Applications/BookMacster.app/Contents/Library/LoginItems/BkmxAgent.app/
and although I don't think you'll need it, the path to the executable is the following three more appended to that
Contents/MacOS/BkmxAgent
Please et us know what you find, and also if you have any idea how the installation might have gone wrong.