Replace the hand-rolled contains() function with the standard library strings.Contains(). Also removes the redundant len(data) > 0 check since strings.Contains handles empty strings correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>