--- id: aa-memberaudit version: "5.1.0" license: unclear license_treatment: unclear maintenance: active --- # aa-memberaudit — An Alliance Auth app that provides full access to Eve characters License: unclear · Maintenance: active · Downloads: 247.7K/mo ## What it is and what it does Member Audit is a Django plugin for Alliance Auth that extends the auth system with character auditing and monitoring capabilities for Eve Online organizations. It lets users register and view their own characters, allows recruiters to vet applicant characters, and gives leadership full access to member character data for compliance and security checks. The package integrates with the Eve Online ESI API to pull live character information including assets, skills, wallet, contacts, and corporation history. The app provides a flexible permission system so admins can grant different access levels to different roles, and includes features like skill set definitions (to track which characters can fly doctrine ships), compliance reporting, character finder tools, and data export capabilities. It's designed to handle large numbers of characters efficiently and supports multiple languages. The package depends on allianceauth as its core framework, django-esi for API integration, and several utility libraries for data formatting and display. Use it for: - Recruiters vetting applicant characters before accepting them into a corporation or alliance - Leadership auditing member characters to detect spies or ensure compliance with organization policies - Users monitoring their own characters without opening the Eve client, similar to the EveMon app - Defining and tracking skill sets to see which members can fly specific doctrine ships - Generating compliance reports to ensure all members have registered their characters - Exporting character wallet data for analysis in third-party tools like Google Sheets ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A Django app for Alliance Auth that provides character auditing, vetting, and monitoring tools for Eve Online organizations, including asset tracking, skill verification, and compliance reporting. Yes, if you run an Alliance Auth instance and need character auditing and compliance tools for your Eve Online organization. The package is actively maintained, has low install friction, and no known vulnerabilities. However, verify the license terms before deploying—the metadata does not declare a license. The 10 runtime dependencies are a moderate commitment but are standard for Alliance Auth apps. ## Install pip install aa-memberaudit uv add aa-memberaudit poetry add aa-memberaudit ## Installing aa-memberaudit Before you install: Low install friction with a pure-Python wheel distribution. Active maintenance as of 2026-07-29 with recent release activity. Requires Django 4.2 or 5.2 and Python 3.10+, plus 10 runtime dependencies including allianceauth and django-esi. License in practice: License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms in the repository before deploying in a production environment. Quickstart: pip install aa-memberaudit # Add to Django INSTALLED_APPS in settings.py: INSTALLED_APPS = [ ... 'memberaudit', ] # Then configure Alliance Auth and run migrations. Requires an existing Alliance Auth installation, Django 4.2 or 5.2, and Python 3.10 or later. Depends on Eve Online ESI API access via django-esi. Verify before relying: - Exact license terms and conditions (license_treatment is marked unclear) - Whether the 10 runtime dependencies are all required or some are optional - Performance characteristics with very large member rosters ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 247.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags eve online character auditing, alliance auth member management, eve character vetting tools, skill set verification eve, character compliance reporting, eve organization monitoring, character asset tracking eve, eve-online, alliance-auth, character-auditing [View on SkillFed](https://skillfed.io/packages/aa-memberaudit) · [View on PyPI](https://pypi.org/project/aa-memberaudit/)