Hello!
We are a macOS shop, with around 300 macOS devices. We are testing out the latest Appleseed build for macOS 15. Apple has a new feature that alerts the user to applications installed and that use Privacy and Security settings. After speaking with my Apple Enterprise contact and submitting a bug report with Apple, they have responded that this is the intended behavior. They stated that applications will trigger this alert if they are using a deprecated API and the developers need to update the app with the new APIs to stop triggering the alert.
Here are the APIs provided by Apple that are deprecated:
CGDisplayStream
CGWindowListCreateImage
And these are the APIs Apple provides to replace with:
ScreenCaptureKit
SCContentSharingPicker
Now with macOS coming out soon, ~60-90 days we really need this updated so our fleet can update. A very real concern is that the users will disable the App, which will disrupt our IT Operations severely.