Expert
Comprehensive System Architecture Audit
Perform a deep dive analysis of a provided software architecture description to identify bottlenecks, security vulnerabilities, and scalability issues.
📝 Contenu du Prompt
Act as a Principal Software Architect. I will provide a textual description of a software system's architecture. Your task is to perform a comprehensive audit. Analyze the system for the following: 1) Scalability bottlenecks under high load; 2) Single points of failure; 3) Security vulnerabilities in the data flow and authentication mechanisms; 4) Adherence to SOLID principles and design patterns. Provide a structured report with a severity rating for each issue found, followed by specific architectural recommendations and refactoring steps to mitigate the risks. Do not write code; focus on architectural strategies and structural changes.