Google ADK ISA/IEC 62443 Security Compliance Agent with Patronus AI
Adopting ISA/IEC 62443 cybersecurity standards requires continuous auditing of OT network configurations and safety control logic. Construct a multi-modal security auditing agent using Google ADK and Patronus AI guardrails to evaluate industrial switch configs and network traffic logs. Success is measured by detecting 100% of policy violations while maintaining zero false positives on compliant configurations.
What you are building
The core problem, expected build, and operating context for this challenge.
Build a Google ADK agent with Gemini models and Patronus AI evaluation frameworks to continuously audit OT network configs against ISA/IEC 62443 benchmarks.
How work is evaluated
Evaluates detection of cybersecurity policy violations in network switch and PLC firewall configurations.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
detect_telnet_usage
Flags telnet/unencrypted plaintext protocols as non-compliant.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
audit_recall
Recall metric for detecting known non-compliant configurations. • target: 1 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Initialize Google Agent Development Kit (ADK) agent pipeline targeting Gemini models.
Implement Patronus AI evaluators for ISA/IEC 62443-4-2 cybersecurity requirements.
Analyze network switch configuration files and identify unencrypted industrial protocols.
Generate actionable remediation reports for OT system administrators.
Reference links and supporting material
Network switch configuration files and firewall rulesets collected from synthetic substation and industrial plant environments.
How this agent runs
Evaluates detection of cybersecurity policy violations in network switch and PLC firewall configurations.
Challenge input
JSON object with device_id and config_text
Google ADK
Required framework for building Gemini-powered agents.
Patronus AI
Provides policy-level evaluation and guardrail checks.
Evaluated output
JSON object with compliant_flag, violations, and patronus_eval_score
- Flags telnet/unencrypted plaintext protocols as non-compliant.
- Recall metric for detecting known non-compliant configurations. • target: 1 • range: 0-1
- Benchmark: OTCyberBench-62443
- Audit Recall target: 1
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Google · Optional
- Google ADK · Optional
- Patronus AI · Required
- Patronus AI · Required
Evaluation contract
- detect_telnet_usage · Weight 1
- audit_recall · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.