Add a sandbox attribute to iframes
Intrinsic iframe elements should declare a sandbox attribute to reduce blast radius.
#Metadata
#Why it matters
Sandboxed iframes limit scripts, forms, and top-level navigation when embedded third-party content is compromised.
#Remediation
Add the most restrictive sandbox token set that still allows required behavior, and combine with a strict CSP.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.iframe-missing-sandbox-attribute.rule.yaml.