Documentation Index
Fetch the complete documentation index at: https://docs.agentguardian.io/llms.txt
Use this file to discover all available pages before exploring further.
Pick the right channel
AgentGuardian is an open-source project. Support is community-driven and best-effort. Pick the channel that matches what you need.Ask a question
GitHub Discussions — for “how do I…”, “should I…”, and general usage questions.
Report a bug
GitHub Issues — for reproducible bugs, with
agent-guardian --version and a minimal repro.Report a vulnerability
GitHub Security Advisory — private channel for security issues. Never use public Issues.
Commercial support
AgentGuardian Enterprise (from Glacien) — for SLA-backed support, paid features, and audit workflows.
GitHub Discussions
Use Discussions for:- Q&A — “how do I scan a Bedrock agent?”, “does AgentGuardian support streaming responses?”, “what does the AIVSS score mean?”
- Show & Tell — share a custom probe, a custom adapter, a CI integration that worked for you.
- Ideas — feature requests, roadmap candidates, “wouldn’t it be cool if”.
- General — anything else that isn’t a bug or a security issue.
GitHub Issues
Use Issues for reproducible bugs only. Include:- Output of
agent-guardian --version(we need to know which build). - The full CLI invocation that triggered the bug.
- Expected vs actual behaviour.
- A minimal reproduction — ideally a target agent we can scan
ourselves, or a copy-pasteable
--model stubcommand. - OS + Python version (
uname -a,python --version).
Security vulnerabilities
Never file a security issue in public Issues. Use a GitHub Security Advisory (private vulnerability report) or emailsecurity@glacien.ai as a
fallback. See Security policy for the
full responsible-disclosure terms (90-day embargo, GHSA preferred,
Sigstore-signed releases).
Commercial support
AgentGuardian is free and Apache-2.0 licensed forever. For commercial-grade support — SLA, named contact, prioritised bug fixes, runtime governance features, audit dashboards — Glacien offers AgentGuardian Enterprise. See the Enterprise cross-link page or contactsales@glacien.ai.
The OSS docs deliberately do not include feature comparisons,
pricing, or sales copy. The OSS package is fully usable without ever
touching the Enterprise tier.
What we don’t offer
To keep expectations honest:- No private support channel for OSS users. Email to maintainers about general usage will be redirected to Discussions.
- No guaranteed SLA on OSS issues. Community speed only.
- No phone / chat support for OSS. GitHub-only.
- No backports. Security fixes ship in the latest minor; older minors get fixes only if the maintainers choose to.
Next step
Contributing
The fastest way to get a bug fixed is often to PR the fix yourself.
Security policy
Responsible-disclosure terms and the GHSA channel.