Skip to content

vedevpatel/Logicortex

Repository files navigation

Logicortex Welcome to the official repository for Logicortex, an autonomous application security platform designed to find and fix complex business logic vulnerabilities.

📜 About The Project

Logicortex operates as an active, intelligent partner within the software development lifecycle. Instead of just matching known bad patterns, it uses a team of specialized AI agents to understand the intended behavior of an application's code and then identify, fix, and even predict any actions that would violate that intent.


🛠️ Technology Stack

  • Frontend: React (Next.js) with TypeScript
  • Backend: Python with FastAPI
  • Database: PostgreSQL
  • Async Tasks: Celery with Redis
  • AI Models: Gemini 1.5 Flash
  • Symbolic Engine: Microsoft Z3 SMT Solver
  • Infrastructure: Docker

🚀 Getting Started

This project is fully containerized. To get the development environment running, follow these steps:

  1. Prerequisites:

    • Docker and Docker Compose must be installed.
    • An IDE like VS Code is recommended.
  2. Clone the repository:

    git clone [https://github.com/YourUsername/logicortex.git]
    cd logicortex
  3. Launch the environment:

    docker-compose up --build
  4. Access the services:

    • Frontend: http://localhost:3000
    • Backend API: http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors