chromium/chrome/browser/resources/settings/safety_check_page/safety_check_extensions.html

<style include="settings-shared"></style>
<settings-safety-check-child
    id="safetyCheckChild"
    icon-status="[[safetyCheckIconEnum_.EXTENSIONS_REVIEW]]"
    label="[[displayString_]]"
    button-label="$i18n{safetyCheckReview}"
    button-aria-label="$i18n{safetyCheckExtensionsButtonAriaLabel}"
    on-button-click="onButtonClick_"
    role="presentation"
    button-icon="cr:open-in-new"
    class="two-line">
</settings-safety-check-child>