A client saw the browser's not-secure warning on one page.
- WebCrew's certificate check is green, so the cause is mixed content: one image on that page still loads over HTTP.
- You fix the image URL; the assistant shows the one line that changes.
- The page is clean again and the log says who fixed what.
Certificate and content are checked separately, so the cause is clear.