Sure, thank you as well! I think I might know what is going on...
I do not have any Auto Blocked entries in my C:\ProgramData\CyberLock\DeveloperLog.log, but here is a User Blocked Entry, and they are logged the exact same way, so we can use this as an example...
[04-26-2025 01:20:24] [INFO ] - User Blocked: tester.bar | ProcessPath: c:\users\user\desktop\test files\tester.bar ................ RuleID: 22 | Allowed: False
See the Allowed: False at the very end of the entry? That tells you if the item was actually allowed or not. The reason we know this is because that is the actual value that is sent to the kernel mode driver. The first part of the entry... User Blocked: tester.bar, changes as the event navigates through the rules... it should be correct, but off the top of my head, I think I know where there might be a bug in the code that would assign this the wrong value of Auto Blocked.
So what we need to know... for the files that were marked as Auto Blocked, can you please look in your C:\ProgramData\CyberLock\DeveloperLog.log and check the last value (you can just open the DeveloperLog.log in Notepad and search for Auto Blocked). If the last value is Allowed: True, then that means the item was not blocked at all... it means there is a bug in the logging, and as I was saying, I think I know right where it is.
However, if the last value says Allowed: False, please let me know the specific example, because that means the item was actually blocked, and we definitely need to fix that (or the logging bug if that is what is wrong).
But I totally agree with you... stuff should not be blocked nilly willy, it can create serious problems. A great example is when someone is installing a driver and an item is silently blocked... then a week later they have no idea why their video card is not working correctly. And actually, we have seen this on here before with some other deny-by-default product, and I think it was simmerskool that noticed it... it was blocking like 1,000 items an hour. That is insanity.
Security products should keep you safe, not break your computer, and thankfully most security products have gotten a lot better at not breaking your computer the last 5 or so years. Remember 10-20 years ago? Pretty much all of them were guaranteed to at least slow down your system.
Anyway, please let me know the last value of the Auto Blocked entries in your DeveloperLog.log... especially if the last value is Allowed: False, and if so, please let me know how to recreate that block (let me know what was blocked). Thank you!