| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "test_id": "conversational-pass",
- "description": "Pure conversational session - no execution tools, no approval needed",
- "expected_results": {
- "ApprovalGateEvaluator": {
- "passed": true,
- "score": 100,
- "violations": [],
- "violation_count": 0,
- "reason": "No execution tools used (read is allowed without approval)"
- },
- "ContextLoadingEvaluator": {
- "passed": true,
- "score": 100,
- "violations": [],
- "violation_count": 0,
- "reason": "Conversational session - no execution tools, context not required"
- },
- "DelegationEvaluator": {
- "passed": true,
- "score": 100,
- "violations": [],
- "violation_count": 0,
- "reason": "No file modifications"
- },
- "ToolUsageEvaluator": {
- "passed": true,
- "score": 100,
- "violations": [],
- "violation_count": 0,
- "reason": "No bash commands used"
- }
- },
- "overall": {
- "should_pass": true,
- "expected_score_min": 100,
- "expected_score_max": 100,
- "expected_violations_total": 0
- }
- }
|