AntiPattern
Untrusted Format String Hazards
untrusted-format-string-hazards
Untrusted format strings get fed into Python/Django-style formatting, causing either runtime TypeErrors from mismatched placeholders or security failures like SSTI/XSS/data exposure when attackers can influence %(... )s/indexing behavior.