Get in Touch

We're Here to Help

Community support, enterprise inquiries, security disclosures, or just want to say hello — find the right channel below.

Contact Channels

GitHub Issues
Bug reports, feature requests, and technical questions. Best for reproducible issues with version + OS info.
Response: Community-driven · Usually within 24-48h
GitHub Discussions
General questions, usage help, ideas, and community conversation. No issue required — just start a thread.
Response: Community-driven · Open-ended discussion
Email — General
Enterprise inquiries, partnership opportunities, media requests, and anything not suited for a public GitHub thread.
contact@garrisonsec.com · Response: within 48h
Security Disclosures
Found a vulnerability in Garrison itself? Please disclose responsibly. We take security reports seriously and respond quickly.
security@garrisonsec.com · Response: within 24h

Support Tiers

Community Support
Free
GitHub Issues and Discussions. Community-driven responses. Best-effort SLA. Suitable for all open source CLI users.
Cloud App Support
Coming Soon
Email support with 48-hour response time. Priority bug triage. Included with Cloud App subscription.
Enterprise Support
Custom
Dedicated support engineer, 4-hour response SLA, onboarding sessions, and direct access to the core team. Contact sales for pricing.

Send a Message

Fill out the form below and we'll get back to you within 48 hours.

Getting Started

Your Onboarding Pathway

New to Garrison? Here's the fastest path from zero to your first audit report.

1

Install

Run pip install garrison-security --upgrade or clone from GitHub. Requires Python 3.9+.

2

Configure

Run garrison init to generate a garrison-audit.toml config file.

3

Scan

Run garrison audit ./contracts to start a full scan with all 21 analyzers.

4

Review

Open the generated HTML report and attack graph. Review findings, severity scores, and AI remediation guidance.

5

Automate

Run garrison cicd generate to add automated scanning to your CI pipeline.

Read the Full Quick Start Guide
Before You Write

Quick Answers

Installation issues?

Check the Installation Guide first — covers Python version requirements, dependency conflicts, and platform-specific notes.

False positives?

Use // garrison-disable inline comments or the ignore_patterns config key to suppress specific findings.

CI/CD integration?

Run garrison cicd generate to auto-create your pipeline config. See CI/CD docs for examples.

Solana support?

Use garrison audit --chain solana ./programs. Requires Anchor framework. See Solana docs.

Enterprise pricing?

Use the contact form above and select "Enterprise Inquiry". We'll schedule a call to discuss your requirements and provide a custom quote.

Contributing?

Read CONTRIBUTING.md on GitHub. We welcome detection patterns, bug fixes, and documentation improvements.