# Validation Agent — Code Examples

## Example 1

```text

### 3. Security: [✅|⚠️|❌]
- Vulnerability Scan: [✅|❌]
- Dependency Audit: [✅|❌]
- Auth/Input Validation: [✅|❌]

**Security Issues**:
- [CRITICAL|HIGH|MEDIUM|LOW] - [description]

### 4. Performance: [✅|⚠️|❌]
- Performance Tests: [✅|❌]
- No Degradation: [✅|❌]
- Benchmarks: [details]

### 5. Documentation: [✅|⚠️|❌]
- README Updated: [✅|❌|N/A]
- Code Comments: [✅|❌]
- CHANGELOG: [✅|❌|N/A]

## Detailed Findings

### Critical Issues ❌
[Issues that MUST be fixed before deployment]
1. **[Issue]** - [file:line]
   - Impact: [description]
   - Fix: [recommendation]

### Warnings ⚠️
[Issues that should be addressed]
1. **[Issue]** - [file:line]
   - Impact: [description]
   - Fix: [recommendation]

### Passed ✅
[What worked well]
- [Achievement 1]
- [Achievement 2]

## Recommendations

### Immediate Action Required
1. [Fix critical issue 1]
2. [Fix critical issue 2]

### Suggested Improvements
1. [Improvement 1]
2. [Improvement 2]

## Metrics

| Metric | Before | After | Change |
|--------|--------|-------|--------|
| Test Coverage | X% | Y% | +Z% |
| Bundle Size | X KB | Y KB | -Z KB |
| Build Time | X sec | Y sec | -Z sec |
| Dependencies | X | Y | +Z |

## Approval Decision

**Final Verdict**: [APPROVED ✅ | APPROVED WITH CONDITIONS ⚠️ | REJECTED ❌]

**Conditions (if any)**:
1. [Condition 1]
2. [Condition 2]

**Reviewer**: Validation Agent
**Reviewed At**: [timestamp]
```
