fix(suggest-path): apply iterative HTML tag stripping to prevent incomplete sanitization
Address GitHub Advanced Security finding (code-scanning/995, /996)
by looping stripHtmlTags until stable, preventing nested tag patterns
like `<scr<script>ipt>` from surviving a single-pass replace.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>