Using `bubbles: true` and `composed: true` for LWC events is not inherently a security risk that will fail an AppExchange Security Review. There are acceptable use cases that won't fail security review when:
1. The events do not involve sensitive information, such as secrets, potential PII data, OAuth tokens, or passwords.
2. Clear documentation is provided in a false positive document, explaining that no sensitive data is being exposed.
If sensitive information is involved, the issue must be remediated to pass the security review. If sensitive data is not involved, document this in a false-positive report with a clear explanation to avoid any issues during the review process.