allianceauth-securegroups
On its own this app does very little! However it leverages any module that is capable of providing a filter. Giving you the ability to add a very wide range of automatic filtration options your groups.
What it is and what it does
Secure Groups is a Django plugin for Alliance Auth that automates EVE Online group membership by applying configurable filters to user accounts. It supports both manual groups (with optional auto-join) and automatic groups that continuously sync membership based on filter results. The package itself provides basic filters (character in alliance/corp, user has group) but is designed to be extended by third-party modules that add domain-specific checks—such as asset location, skill requirements, corporate roles, activity levels, and invoice status. Groups can have grace periods before removal, and users receive notifications via Discord DM or in-auth messages when they fail checks or are removed.
Installation involves adding the package to an Alliance Auth instance, running migrations, and setting up a Celery task for periodic group updates. Configuration happens entirely through Django admin: you create groups, define filters, set grace periods, and link them into Smart Groups with options for auto-join, state-based targeting, and update frequency. The package integrates with Alliance Auth's built-in group management and can post update logs to Discord webhooks.
Use it for:
- Automatically maintain EVE Online alliance groups based on member skill points, corporate roles, or asset holdings.
- Enforce compliance by removing users who fail activity or asset audits after a configurable grace period.
- Sync Discord roles with in-game status (e.g., remove access when a character leaves corp or fails invoice checks).
- Create tiered membership groups that auto-join users meeting specific criteria without manual approval.
- Audit group membership against complex filter logic and notify users of pending removals before they occur.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Django plugin for Alliance Auth that automates group membership based on configurable filters, supporting manual groups, automatic groups with grace periods, and integrations with third-party filter providers.
Yes, if you run an Alliance Auth instance and need automated group management. The package is actively maintained, has no known vulnerabilities, and low install friction. It requires third-party filter modules to be useful beyond basic checks, so verify that the filters you need are available and maintained before committing.
Install
allianceauth-securegroups on PyPI
pip
pip install allianceauth-securegroupsuv
uv add allianceauth-securegroupspoetry
poetry add allianceauth-securegroupsInstalling allianceauth-securegroups
Before you install
Active maintenance with a recent release (38 days old) and low install friction; depends only on allianceauth. Supports modern Python versions (3.8–3.13) and works with Django 4.0 and 4.2.
License in practice
MIT license (permissive) allows free use, modification, and distribution with minimal restrictions.
Quickstart
pip install allianceauth-securegroups
# Add to local.py INSTALLED_APPS:
# 'securegroups',
# Run migrations:
# python myauth/manage.py migrate securegroups
# python myauth/manage.py setup_securegroup_task
# Then configure Smart Groups and Filters via Django admin.
Requires an existing Alliance Auth installation and Django 4.0 or 4.2; creates an hourly Celery task for group updates.
Verify before relying
- Whether third-party filter modules (CorpTools, Member Audit, etc.) are maintained and compatible with current versions.
- Performance characteristics when processing large member bases or complex filter expressions.
- Whether the Discord bot integration mentioned requires additional setup beyond the package itself.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — allianceauth |
| Maintenance | actively maintained — 38 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 242,460/month — #8,854 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: allianceauth_securegroups-0.10.2-py3-none-any.whl
Keywords: allianceauth, eveonline
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aa-contactsA Django plugin for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
aa-memberaudit-securegroupsAdds Member Audit-based filtering to Alliance…
unclear · top 15,000 on PyPI
allianceauthAlliance Auth is a Django-based authentication…
copyleft · top 15,000 on PyPI
allianceauth-discordbotA Discord bot framework for Alliance Auth that…
permissive · top 15,000 on PyPI
allianceauth-blacklistIntegrates with Alliance Auth to maintain a…
permissive · top 15,000 on PyPI
aa-memberauditA Django app for Alliance Auth that provides…
unclear · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
aa-structuresA Django app that integrates with Alliance Auth…
unclear · top 15,000 on PyPI
allianceauth-app-utilsProvides reusable utility functions and classes…
permissive · top 15,000 on PyPI
bingo-aibingo is an AI-powered red team terminal that…
permissive · top 15,000 on PyPI