Back to evaluations
Public evaluation

SecureDataRequestProcessing

The GovTech agent system will be evaluated on its ability to securely process a sensitive government data request, demonstrating strict adherence to A2A communication, Model Context Protocol (MCP) tool usage, and compliance rules. Success criteria include data integrity, access control, and the accuracy of the final output.

Evaluation type
task based
Challenge
Develop a Secure, A2A Protocol-Enabled GovTech Agent
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

SecureDataRequestProcessing

An agent receives a request for sensitive citizen data. It must securely communicate with other agents (via A2A) and use Model Context Protocol (MCP)-enabled tools to verify access rights, retrieve data, and redact PII according to simulated government policy.

Input format

{'request_id': 'REQ-2025-001', 'requester_id': 'Agency_X', 'data_subject_id': 'Citizen_A', 'data_elements': ['full_name', 'address', 'medical_history'], 'policy_rules': {'PII_redaction_required': true, 'access_control': ['Agency_X']}}

Output format

{'request_id': 'REQ-2025-001', 'status': 'completed', 'output_data': {'full_name': 'Citizen A', 'address': '****', 'medical_history': '****'}, 'audit_log': [{'agent': 'PolicyAgent', 'action': 'Verified_Access', 'result': 'success', 'a2a_signature': '...'}], 'compliance_report': {'PII_redaction': 'compliant'}}