๐Ÿงช ToolGuard Report

Full Validation Pipeline

24
Total Tests
14
Passed
10
Failed
58.3%
Reliability

โœ… PASSED Threshold: 0%

Top Failures

[6x] fetch_user โ†’ SchemaValidationError

๐Ÿ” fetch_user received or returned null/None value

๐Ÿ’ก Add null check: if data is None: return default_value(). Or add a default in fetch_user's output schema.

[4x] fetch_user โ†’ TypeError

๐Ÿ” fetch_user failed with: TypeError

๐Ÿ’ก Review fetch_user's error handling. Consider wrapping with @with_retry() or adding input validation.

Cascade Paths

fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—
fetch_user โœ—