You’re viewing an example audit
Fortivibe reviews your app for the security, data, reliability, and deployment issues that can turn a promising prototype into a production headache.
Run an Audit on My AppFix Prompt
Add an `input` schema declaring the required fields, types, and `required: true` for anything you rely on. Reject requests that don't match before running the handler body.
Psst: this prompt should but is not guaranteed to fix the issue. Each tool (and the models they use) are different and outside of our control.
What does this mean?
Missing input validation is one of the most common root causes of runtime crashes and injection bugs.