Contact & Support

Have a question, found a bug, or need help? We're here.

📧

Email

[email protected]

Usually responds within 24 hours

🛠

GitHub Issues

Open an Issue

Bug reports & feature requests

Send a Message

Message sent! We'll get back to you within 24 hours.

Frequently Asked Questions

How do I install NeuronX Guard?

Visit github.com/apps/neuronx-guard, click Install, and select your repos. Guard reviews PRs automatically — no config needed. See our setup guide for details.

Is Guard free?

Yes! The free plan includes 20 reviews/day, all 6 review layers, unlimited repos, and all PR commands. No credit card required. See pricing.

Does Guard store my code?

No. Guard reads PR diffs (changed lines only) via GitHub's API, analyzes them in memory, and discards the code after review. Only review metadata (issue counts, timestamps) is stored. See our privacy policy.

How do I dismiss a Guard review?

Comment /guard dismiss on the PR. Guard will collapse its comment and learn not to report those issue types again after 3 dismissals.

How do I upgrade or cancel my plan?

Log in to your dashboard and click Upgrade or Cancel. Billing is handled by Stripe. You can cancel anytime — access continues until the end of your billing period.

Can I use Guard in CI without the GitHub App?

Yes! Add the GitHub Actions integration to your workflow. It calls POST /api/guard/ci-review with your diff — no app install needed.

What languages does Guard support?

14 languages with 62 specific rules: Python, JavaScript, TypeScript, Go, Java, Rust, C, C++, Ruby, PHP, Shell, Kotlin, Swift, C#. Plus LLM review works on any language.

How do I delete my account?

Go to Settings and click "Delete Account", or email us at [email protected]. We'll delete your data within 30 days.