Favorite Team
Let members pick their favorite college football team and show its logo as a small badge next to their name on every post. 136 FBS teams with official logos and colors, chosen from...
Let members pick their favorite college football team and show its logo as a small badge next to their name on every post. 136 FBS teams with official logos and colors, chosen from a searchable picker on the account settings page.
AI security review
✓
Reviewed safe · 98/100
A simple, self-contained forum extension that lets members pick a favorite team from a bundled static JSON catalog and stores the ESPN team id on their user row. No external calls, no dynamic code execution, proper auth and validation on state-changing routes.
- low · XSS mitigated but worth noting — In assets/forum.js renderCurrent() sets label.innerHTML with t.name, but t.name comes from the bundled static teams.json (not user input), so there is no practical injection vector. Team ids are validated server-side against the catalog before saving.
Automated review of v1.0.0 by claude-opus-4-8 3 weeks ago. This is an automated signal to aid your judgment — not a guarantee.