🛡️ QWED Comprehensive Test Audit

Generated: 2025-12-01 06:10:57

CRITICAL ISSUES
Total Tests
9
Passed
0
Failed
9
Pass Rate
0.0%
Duration
1.1s

📊 Results by Priority

Priority Total Passed Failed Pass Rate
CRITICAL 3 0 3 0.0%
HIGH 5 0 5 0.0%
MEDIUM 1 0 1 0.0%

🔧 Results by Engine

Engine Total Passed Failed Pass Rate
MATH 9 0 9 0.0%

❌ Failed Tests (9)

Detect order of operations ambiguity

Engine: math Priority: HIGH ID: MATH_AMB_001
HTTP 404: {"detail":"Not Found"}

Handle implicit multiplication (2x vs 2*x)

Engine: math Priority: MEDIUM ID: MATH_AMB_002
HTTP 404: {"detail":"Not Found"}

Detect division by zero

Engine: math Priority: HIGH ID: MATH_AMB_003

Detect sqrt of negative in real domain

Engine: math Priority: HIGH ID: MATH_DOM_001

Detect log(0) undefined

Engine: math Priority: HIGH ID: MATH_DOM_002

Verify true algebraic identity

Engine: math Priority: CRITICAL ID: MATH_SYM_001
HTTP 404: {"detail":"Not Found"}

Detect false algebraic identity (missing 2xy)

Engine: math Priority: CRITICAL ID: MATH_SYM_002
HTTP 404: {"detail":"Not Found"}

Detect sqrt(x²) ≠ x (should be |x|)

Engine: math Priority: HIGH ID: MATH_SYM_003
HTTP 404: {"detail":"Not Found"}

Verify simple arithmetic (2+2=4)

Engine: math Priority: CRITICAL ID: MATH_SYM_004
HTTP 404: {"detail":"Not Found"}