Aegitox
Summary
Static keyword lists and regex-based AutoMod fall apart the moment an attacker drops a zero-width joiner into a slur — the filter misses it, the message lands, and your moderation team is playing catch-up at 2 AM. Aegitox was built for that gap.
Aegitox intercepts Discord messages before they are read, runs them through a dual MiniLM-L6-v2 semantic pipeline locally, and replaces hostile content with target-aware de-escalation placeholders in 2–12ms — bypassing cloud API round-trips entirely. The free tier covers real-time toxicity interception and raid defense. Automated karma-based penalties, incident reports, and the one-click DM appeal system that routes staff review are paid-only features. The appeal system is the architectural detail that matters most for enterprise use: the bot acts autonomously, but a human signs off on the final penalty — so you are not handing discipline entirely to a model. The system has no API and no self-hosted option, so teams that need on-premise deployment or want to pipe moderation signals into their own data stack will hit a hard wall.
Bottom line: Deploy this on a large Discord guild being hammered by unicode-evasion raids and it will hold — try to run it on-premise or integrate its decisions into an external data pipeline, and you are building around a wall that does not move.
Pricing Plans
Subscription- Price
- $0 forever; $14.99/mo Professional
- Free Tier
- Unlimited core engine usage on local architecture
Foundational
Local Edge Architecture with anti-raid shield and dual MiniLM pipeline
- Impenetrable Anti-Raid Spam Shield
- Dual MiniLM-L6-v2 Semantic Pipeline (2-12ms)
- Target-Aware De-Escalation Redaction
Professional
OpenRouter ZDR cluster with karma analytics and custom prompts
- Advanced Karma Threat Analytics
- Dual-Mode Penalty Architecture
- Total System Prompt Governance
- 700 Requests / 140k Tokens Daily
Enterprise
Bespoke infrastructure with direct engineering support
- All PRO capabilities
- Direct Engineering Support Line
- Custom Feature Integration
- SLA
View full pricing on aegitox.com →
Pricing may have changed since last verified. Check the official site for current plans.
Community Performance Report Card
No community ratings yet. Be the first to rate this tool!
Community Benchmarks Community
Sign in to submit a benchmarkNo community benchmarks yet. Be the first to share a real-world data point.
Pros
Sign in to edit- Dual MiniLM-L6-v2 semantic pipeline runs locally with no cloud API call during inference, so moderation decisions are not blocked by external API latency or outages.
- Unicode and markdown evasion detection via mathematical intent mapping rather than character matching, which means the filter catches obfuscated content that bypasses every regex-based AutoMod configuration.
- Target-aware placeholder replacement (40 stubs per threat category, 120 total) substitutes hostile content with de-escalation text matched to the specific threat vector — so the message thread continues without a visible gap or a bot warning banner.
- Karma-based automated penalty engine with a built-in DM appeal system that routes to staff for final review, which means admins get autonomous enforcement without fully removing human judgment from the discipline loop.
- Free tier includes the core AI interceptor and raid defense with no keyword list to maintain, so a guild can move from manual moderation to AI interception without any ongoing filter upkeep.
Cons
Sign in to edit- No API is exposed, so teams that want to pipe moderation events, karma scores, or incident data into an external dashboard, SIEM, or data warehouse cannot — the data stays inside the Aegitox system and there is no documented export path.
- Self-hosted deployment is not available, which means any organization with a compliance requirement to keep message content on-premise — legal, healthcare, or enterprise security teams — cannot use this tool and will need to evaluate self-hostable alternatives instead.
- The automated penalty engine and appeal workflow are paid-only features, so guilds that deploy the free tier and hit a raiding event get interception but no automated disciplinary escalation — moderators must handle timeouts and bans manually until they upgrade.
- System prompt customization for the replacement text layer is a paid-only feature, so free-tier communities get the default placeholder pool regardless of tone or community norms — a formal professional server and a casual gaming server get the same de-escalation language.
Community Reviews
Sign in to write a reviewNo reviews yet. Be the first to share your experience.
About
- Platforms
- Discord
- API Available
- No
- Self-Hosted
- No
- Last Updated
- 2026-07-08T12:52:37.929Z
Best For
Who it's for
- Large Discord guilds needing sub-12ms moderation
- Communities facing frequent raid attacks
- Servers requiring target-aware de-escalation
- Enterprise teams wanting human appeal oversight
- Admins seeking zero keyword-maintenance filters
What it does well
- Discord raid and spam defense
- Real-time toxicity and harassment filtering
- Unicode and markdown evasion blocking
- Webhook token-stealer prevention
- Autonomous karma-based user discipline
Integrations
Discussion Community
Sign in to commentNo discussion yet. Sign in to start the conversation.
Compare Aegitox
Spotted incorrect or missing data? Join our community of contributors.
Sign Up to ContributeCommunity Notes & Tips Community
Sign in to contributeBe the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.
Frequently Asked Questions
- Is Aegitox free?
- Aegitox has a permanent free tier alongside paid upgrades (paid plans from $0 forever; $14.99/mo Professional). You can keep using a baseline version indefinitely without paying.
- Is Aegitox open source?
- No — Aegitox is a closed-source tool. Source code is not publicly available.
- What platforms does Aegitox support?
- Aegitox is available on: Discord.
Hours Saved & ROI Stories Community
Sign in to contributeBe the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."
Curated lists that include this category
Discord’s native AutoMod operates on pattern matching: if the token does not match the list, the message passes. Aegitox replaces that model entirely. When a message is sent, the NativeIntentEngine intercepts the payload at the Discord gateway layer, runs it through a primary MiniLM-L6-v2 model for toxicity detection, and — if flagged — hands off to a secondary model that classifies the threat vector as Personal, Self, or System (0-indexed). The original message is never delivered; instead, one of 120 target-specific placeholder responses is substituted in constant O(1) time. The whole cycle, per the vendor, runs in 2–12 milliseconds using a local edge architecture that does not touch a cloud API during inference.
The differentiating mechanism is what the vendor calls the Head + Tail token splice: for longer messages, the pipeline extracts the first 32 and last 32 tokens, runs intent mapping on that structure, and classifies intent mathematically rather than lexically. This is what allows it to catch unicode evasion tactics — zero-width joiners, hidden markdown, and similar obfuscation that breaks static regex — because the model is evaluating conversational intent, not surface-level character sequences. Webhook token-stealer detection is handled as a separate module, intercepting malicious payloads before execution.
The tool fits large Discord guilds that need autonomous, sub-second moderation without a team of moderators reviewing every flag in real time. The karma-based automated penalty engine — which triggers timeouts based on configurable thresholds and routes appeals directly to staff via DM — means a human still reviews before a penalty becomes permanent. That architecture works well for communities where procedural fairness matters. It breaks down for teams that need self-hosted deployment, external API access to moderation decisions, or integration with their own analytics stack — none of those are available, and the vendor page describes no roadmap for them.
