AIZA-HexTyx AI Red Team Security Platform
Effective Date: July 28, 2026 · Last Updated: July 28, 2026
AIZA-HexTyx is built on open source software. This page lists the open source components used in the platform and their applicable licenses, as required by those licenses and referenced in our End User License Agreement and DMCA/Copyright Policy.
We are grateful to the open source community for the foundational work that makes this platform possible.
| Package | Version | License | Purpose | Source |
|---|---|---|---|---|
| fastapi | ≥0.115 | MIT | Web framework — API routing, request handling, dependency injection | github.com/fastapi/fastapi |
| uvicorn | ≥0.32 | BSD-3-Clause | ASGI server — production HTTP server for FastAPI | github.com/encode/uvicorn |
| pydantic | ≥2.9 | MIT | Data validation and serialisation for API models | github.com/pydantic/pydantic |
| httpx | ≥0.27 | BSD-3-Clause | Async HTTP client — Gemini API calls, external requests | github.com/encode/httpx |
| supabase-py | ≥2.9 | MIT | Supabase database client — Vault A and Vault B operations | github.com/supabase-community/supabase-py |
| cryptography | ≥43.0 | Apache-2.0 / BSD | Field encryption (Fernet/AES-128-CBC), HMAC pseudonymisation, key management | github.com/pyca/cryptography |
| redis | ≥5.0 | MIT | Redis client — semantic cache storage and retrieval | github.com/redis/redis-py |
| sentence-transformers | ≥3.2 | Apache-2.0 | Semantic similarity — all-MiniLM-L6-v2 model for cache vector matching | github.com/UKPLab/sentence-transformers |
| numpy | ≥1.26 | BSD-3-Clause | Numerical operations — cosine similarity for semantic cache | github.com/numpy/numpy |
| anthropic | ≥0.39 | MIT | Anthropic SDK — Claude API calls, batch processing, prompt caching | github.com/anthropics/anthropic-sdk-python |
| structlog | ≥24.0 | MIT / Apache-2.0 | Structured logging — audit trails, security event logging | github.com/hynek/structlog |
| stripe | ≥10.0 | MIT | Stripe SDK — payment processing, subscription management, webhooks | github.com/stripe/stripe-python |
| Package | Version | License | Purpose | Source |
|---|---|---|---|---|
| react | 18.x | MIT | UI component framework — dashboard, pricing, upgrade pages | github.com/facebook/react |
| react-router-dom | 6.x | MIT | Client-side routing for single-page app | github.com/remix-run/react-router |
| lucide-react | 0.383.0 | ISC | Icon library — UI icons across all React components and HTML pages | github.com/lucide-icons/lucide |
| vite | 5.x | MIT | Build tool and dev server — frontend bundling and optimisation | github.com/vitejs/vite |
| tailwindcss | 3.x | MIT | Utility-first CSS framework — component styling | github.com/tailwindlabs/tailwindcss |
| Component | License | Purpose | Source |
|---|---|---|---|
| all-MiniLM-L6-v2 | Apache-2.0 | Semantic similarity model — vector embeddings for cache matching (22MB, loaded at runtime) | huggingface.co/…/all-MiniLM-L6-v2 |
| Component | License | Purpose | Source |
|---|---|---|---|
| PostgreSQL (via Supabase) | PostgreSQL License | Primary database engine underlying Supabase Vault A and Vault B | postgresql.org/about/licence |
| Redis (via Railway) | RSAL / SSPL | Semantic cache storage (Redis 7.x) | redis.io/legal/licenses |
| Python | PSF License | Runtime language for all backend services (Python 3.11+) | docs.python.org/3/license.html |
The MIT License is reproduced here in full as required by the terms of MIT-licensed components:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Several components use the Apache License 2.0. The full text is available at apache.org/licenses/LICENSE-2.0. Key terms: you may reproduce and distribute copies of the Work, provided you include the NOTICE file, state changes made, and retain copyright, patent, trademark, and attribution notices.
The ISC License permits use, copying, modification, and/or distribution for any purpose with or without fee, provided the copyright notice and permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
If you believe any component is being used in violation of its license terms, or if you identify a component that should be listed here but is not, please contact:
We take open source license compliance seriously and will respond within 10 business days.
The names of open source projects listed above are the property of their respective owners. References to these projects do not imply any affiliation with or endorsement by AIZA-HexTyx.