UA-.NETStandard: Agent for Claude Code

.github/agents/opcua-interop-tester.agent.md

opcua-interop-tester is an agent for Claude Code from OPCFoundation/UA-.NETStandard. It costs 191 tokens per session (4,250 once invoked), scanned A, original, no licence file.

An automated tester for OPC UA server compatibility. OPC UA is a communication standard that lets industrial software and devices exchange data.

In plain words
What is it for?
Use it to exercise server features, check compliance, and find compatibility problems between an OPC UA server and other software.
Why use it?
Different OPC UA servers can interpret the standard differently, causing clients or features to fail even when basic tests pass.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is OPCFoundation/UA-.NETStandard's own configuration. It tells Claude Code how to work on UA-.NETStandard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything UA-.NETStandard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to OPCFoundation/UA-.NETStandard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/OPCFoundation/UA-.NETStandard/master/.github/agents/opcua-interop-tester.agent.md
Clone the repo
git clone --depth 1 https://github.com/OPCFoundation/UA-.NETStandard

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for opcua-interop-tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/opcfoundation/ua-.netstandard/opcua-interop-tester/github.svg)](https://agentmods.dev/agents/opcfoundation/ua-.netstandard/opcua-interop-tester)
Your own site
<a href="https://agentmods.dev/agents/opcfoundation/ua-.netstandard/opcua-interop-tester"><img src="https://agentmods.dev/badge/agents/opcfoundation/ua-.netstandard/opcua-interop-tester/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for opcua-interop-tester

Your own site · 80×15
<a href="https://agentmods.dev/agents/opcfoundation/ua-.netstandard/opcua-interop-tester"><img src="https://agentmods.dev/badge/agents/opcfoundation/ua-.netstandard/opcua-interop-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 191 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,250 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00191 $0.04250
Opus 5 $0.00096 $0.02125
Sonnet 5 $0.00038 $0.00850
Haiku 4.5 $0.00019 $0.00425

Measured 10d ago against content hash 83b9db899a86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

opcua-interop-tester scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/opcua-interop-tester.agent.md · 385 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 385 lines · 191 tokens per session scan A 83b9db899a86

Subscribe to this mod's changes

opcua-interop-tester is an agent published in the GitHub repository OPCFoundation/UA-.NETStandard (2,383 stars, last pushed today), with no licence file. It adds 191 tokens to every session and 4,250 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

embedded-qa

Use when verifying embedded competition project at CP-3: static analysis, MIL/SIL/PIL three-tier validation, 5-tuple scoring checklist verification, and one-click firmware pipeline. Independent verifier — never implements code, only audits.

DunCanYounG-1/auto-embedded · 51 tokens

equivalence-checker

Equivalence checking specialist. Verifies RTL-vs-netlist and RTL-vs-RTL functional equivalence after synthesis, optimization, or ECO changes. Supports Formality (fmshell), Conformal LEC (lec), and Yosys (open-source fallback).

babyworm/rtl-agent-team · 58 tokens

p5s-uvm-orchestrator

UVM verification orchestrator. Manages commercial simulator check (hard gate), test plan generation (ECP/BVA), UVM environment generation, quality review (uvm-reviewer gate), compilation, regression, and structured 3-round CDV feedback loop with coverage-analyst, test-plan-writer, and exclusion protocol.

babyworm/rtl-agent-team · 76 tokens

benchmark-agent

Runs Vibe-IC benchmark campaigns — "Run Benchmark Evaluation" (open benchmarks: VerilogEval / RTLLM / CVDP via /vibe-ic-benchmark) and "Benchmark IC" (the canonical ICs via /vibe-ic-all → /benchmark-verify). Commits + pushes results under benchmark-data/. When it finds a chip-AGNOSTIC plugin/MCP gap it AUTHORS the fix…

vibeic/vibe-ic · 0 tokens

ppa-optimizer-dc-orchestrator

Coordinator for one PPA optimization iteration. Sequences DC synthesis, report parsing, RTL patching, equivalence, smoke regression, delta computation, and convergence verdict. Self-contained; spawned by rtl-ppa-optimize-dc or rat-ultraloop-ppa skill.

babyworm/rtl-agent-team · 64 tokens

requirement-tracer

Requirement traceability specialist. Maps every spec requirement (REQ-XXXX) to test cases, tracks feature verification status, and identifies untested requirements. Produces traceability matrix reports in reviews/.

babyworm/rtl-agent-team · 43 tokens