Bug: Nested f-string quotes cause potential syntax/formatting issues when printing registry_reference with inner " inside an f-string. Python f-strings can misinterpret same quote reuse, leading to errors or confusing output.
Impact: Syntax errors or unexpected behavior in formatted output.
Fix: Change quote style or escape inner quotes.