AegisGate
Self-hosted security gateway filtering LLM API traffic
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install AegisGate?โผ
Run `npx skills add ax128/AegisGate --all -g -y` in your terminal to install this skill globally. Then start the gateway with Docker Compose as described in the setup steps.
What does AegisGate protect against?โผ
It blocks prompt injection attacks, redacts over 50 categories of PII and secrets like API keys and credit cards, and sanitizes dangerous LLM outputs such as malicious shell commands before they reach your apps.
Does AegisGate work with OpenAI and Claude?โผ
Yes. It provides drop-in OpenAI-compatible routes and an Anthropic Messages endpoint, and can even convert between the two protocols so Claude Code can talk to OpenAI-compatible upstreams.
Can I use AegisGate with Cursor or Claude Code?โผ
Yes. Point your coding agent's baseUrl at the gateway and all its LLM traffic is filtered automatically, with MCP support for Cursor, Claude Code, Codex, and Windsurf.
Does AegisGate need an external detection service?โผ
No. Core protections like regex-based injection detection, redaction, and response sanitization run locally, and the optional semantic review service is only used for gray-zone cases.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core