Back to Home
itzuditsharma icon

Agentic-AI

by itzuditsharma

Overview

An AI agent crew designed to review C/C++ code for MISRA compliance or generate MISRA-compliant code, leveraging a RAG system for MISRA rules.

Installation

Run Command
crewai run

Environment Variables

  • OPENAI_API_KEY

Security Notes

The project uses `allow_code_execution=True` with `code_execution_mode="safe"` for the 'coder' agent. While 'safe' mode implies sandboxing, any code execution controlled by an LLM carries inherent risks of sandbox escapes or unintended malicious code generation, even if the primary task is code review. External PDF processing for RAG also introduces potential parsing vulnerabilities, though less severe.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens3500
Stars0
Forks0
Last Update2025-11-21

Tags

AI AgentsCrewAICode QualityC++MISRA