EtreCheck report doesn't list the Configuration Profiles nor the kernel / system extensions. Please run the commands below and Terminal and copy paste the output in a reply.
List kernel extensions excluding Apple extensions
kextstat | grep -v com.apple
List the system extensions
systemextensionsctl list
It should list any unapproved extensions requiring activation which should list the MyApplication pending kernel extension
Next, let's capture all the Configuration Profile details.
By default this should return "There are no configuration profiles installed for user <username>"
profiles show
By default this should return "There are no configuration profiles installed in the system domain"
sudo profiles show
If you get a huge amount of results on this last profiles command run this to capture it to a file
sudo profiles show > /Users/Shared/profile_list.txt
Then attach the /Users/SHared/profile_list.txt by copying it's contents and using the Additional Text button in reply