What does 'iframe sandbox detected' mean?
It means a browser extension, security scanner, or media player has found that the iframe it is embedded in carries the HTML sandbox attribute. The attribute limits what the frame can do: run scripts, submit forms, open popups, navigate the top-level page. The detection itself is not an attack; it is confirmation that sandboxing is in place. Whether that is the desired behavior depends on whether the embed needs the blocked capabilities to function.