Group

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 App

Fix Prompt

Set `"debug": false` in `settings.production.json` and gate any debug-only logic behind `process.env.NODE_ENV === 'development'`.

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?

Debug output in production leaks internal details and slows the server down.