> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aintrust.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> An open-source framework for LLM security testing and red teaming

<img className="block dark:hidden" src="https://mintcdn.com/aintrust/RFTfcYIlCQZWmMhn/images/aixploit.png?fit=max&auto=format&n=RFTfcYIlCQZWmMhn&q=85&s=3bbfaa7331e20e220ac39fa7682dde7d" alt="Aixploit Hero Light" width="1464" height="725" data-path="images/aixploit.png" />

<img className="hidden dark:block" src="https://mintcdn.com/aintrust/RFTfcYIlCQZWmMhn/images/aixploit.png?fit=max&auto=format&n=RFTfcYIlCQZWmMhn&q=85&s=3bbfaa7331e20e220ac39fa7682dde7d" alt="Aixploit Hero Dark" width="1464" height="725" data-path="images/aixploit.png" />

## What is Aixploit?

Aixploit is an open-source framework designed to help security researchers and red teamers test and evaluate Large Language Models (LLMs) for potential vulnerabilities and security risks. Our tool provides a systematic approach to LLM security assessment, making it easier to identify and document potential exploit vectors.

## Key Features

<CardGroup cols={2}>
  <Card title="Prompt Injection Testing" icon="syringe" color="#ff6b6b">
    Automated testing suite for various prompt injection techniques and attack vectors.
  </Card>

  <Card title="Model Behavior Analysis" icon="brain" color="#4ecdc4">
    Tools to analyze and document unexpected model behaviors and potential security bypasses.
  </Card>

  <Card title="Security Boundary Testing" icon="shield" color="#45b7d1">
    Framework for testing LLM security boundaries and content filtering mechanisms.
  </Card>

  <Card title="Reporting & Documentation" icon="file-lines" color="#96ceb4">
    Comprehensive reporting tools for documenting findings and vulnerabilities.
  </Card>
</CardGroup>

## Attack Types Overview

<Steps>
  <Step title="Prompt Injection">
    Test for vulnerabilities in prompt handling and processing.
  </Step>

  <Step title="Privacy Testing">
    Evaluate potential data leakage and privacy concerns.
  </Step>

  <Step title="Integrity Checks">
    Verify output consistency and truthfulness.
  </Step>
</Steps>

## Contributing

<CardGroup cols={3}>
  <Card title="Fork Repository" icon="code-fork">
    Start by forking the repository
  </Card>

  <Card title="Make Changes" icon="code">
    Implement your features or fixes
  </Card>

  <Card title="Submit PR" icon="code-pull-request">
    Create a pull request for review
  </Card>
</CardGroup>

## Support & Community

<CardGroup cols={2}>
  <Card title="GitHub Issues" icon="github">
    Report bugs and request features on GitHub
  </Card>
</CardGroup>
