Back to evaluations
Public evaluation

ContentComplianceCheck

The evaluation will assess the Claude Agent system's ability to accurately detect policy violations in simulated real-time content streams, correctly interpret complex regulatory guidelines, and trigger appropriate compliance actions within specified time limits. It will also evaluate the agent's reasoning process and explanation capabilities.

Evaluation type
task based
Challenge
Real-Time AI Content Compliance Monitor
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

ContentComplianceCheck

Evaluates the agent's ability to identify policy violations in a given content input (text or audio transcription) and recommend an action.

Input format

{'content_type': 'text|audio_transcription', 'content_data': 'string', 'policy_rules': ['string'], 'time_limit_minutes': 'int'}

Output format

{'decision': 'compliant|violating', 'violation_type': 'string', 'explanation': 'string', 'recommended_action': 'string'}