-
Security
Validate and sanitize all user input
Adds schema validation and sanitization at every input boundary to block malformed and malicious data.
Free Prompt
Add validation and sanitization for all user input in my app. Define a schema for every form and API payload, reject malformed data with clear errors, and sanitize anything rendered back to the page to prevent XSS. Show me each boundary you protect.
What This Does / How This Helps
Locks down every place user data enters your app: a schema for each form and API payload, clear rejections for malformed data, and sanitization on anything rendered back to the page. This blocks the XSS and junk-data bugs that AI-generated forms almost always ship with.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).