# Solo Developer Arsenal Report

Repository: achieveradarsh/schedula-app-model
Scan Date: 7/30/2026, 4:32:34 PM
Overall Score: 68
Total Tests: 5

## Results

| Test | Section | Status | Severity | Message |
| --- | --- | --- | --- | --- |
| Suite 14 - Repository Architecture | Architecture | PASS | - | Architecture scan found organized repository structure and no obvious layer violations. |
| Suite 15 - Frontend Security | Architecture | FAIL | high | Frontend scan found exposed env, public secret, or dangerous DOM API risks. |
| Suite 16 - Backend Security | Architecture | WARN | medium | Backend scan found missing or undiscovered security controls. |
| Suite 17 - Data Layer | Architecture | WARN | medium | Data layer scan found missing ORM, pooling, or encryption signals. |
| Suite 18 - Cloud Architecture | Architecture | WARN | low | No AWS, Azure, or GCP architecture artifacts were found. |

## Repository DNA

Personality: Frontend Focused
Stack: Next.js, React, Tailwind CSS, TypeScript

## Architecture Map

- __root__: Repository heart: entry point for the digital twin
- app: Application routes and user-facing workflows
- app/api: Backend endpoints and request handlers
- app/api/medical-history: Repository module
- app/api/medical-history/[patientId]: Repository module
- app/api/reviews: Repository module
- app/api/reviews/stats: Repository module
- app/api/reviews/route.ts: Application logic
- app/appointment-success: Repository module
- app/appointment-success/loading.tsx: Interactive UI or route implementation
- app/appointment-success/page.tsx: Interactive UI or route implementation
- app/appointments: Repository module
- app/appointments/[id]: Repository module
- app/appointments/[id]/review: Repository module
- app/appointments/loading.tsx: Interactive UI or route implementation
- app/appointments/page.tsx: Interactive UI or route implementation
- app/doctor: Repository module
- app/doctor/calendar: Repository module
- app/doctor/calendar/loading.tsx: Interactive UI or route implementation
- app/doctor/calendar/page.tsx: Interactive UI or route implementation
- app/doctor/consultations: Repository module
- app/doctor/consultations/loading.tsx: Interactive UI or route implementation
- app/doctor/consultations/page.tsx: Interactive UI or route implementation
- app/doctor/dashboard: Repository module
- app/doctor/dashboard/page.tsx: Interactive UI or route implementation
- app/doctor/patients: Repository module
- app/doctor/patients/[id]: Repository module
- app/doctor/patients/loading.tsx: Interactive UI or route implementation
- app/doctor/patients/page.tsx: Interactive UI or route implementation
- app/doctor/prescriptions: Repository module
