turn-rs AGENTS.md

turn-rs AGENTS.md is an instructions file for Codex, OpenCode from mycrl/turn-rs. It costs 3,098 tokens per session, scanned A, original, MIT.

Project instructions for turn-rs, a Rust server that helps WebRTC applications connect through restrictive networks and relay media between them.

In plain words
What is it for?
Use them to understand where the server starts, where service and protocol code lives, how UDP and TCP transports work, and where gRPC, metrics, authentication, and sample configuration are defined.
Why use it?
They give developers and coding agents a quick map of the service, its entry points, configuration, protocols, and major risks.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/mycrl/turn-rs/agents-md
Clone the repo
git clone --depth 1 https://github.com/mycrl/turn-rs

Made for: Codex, OpenCode.

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 turn-rs AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mycrl/turn-rs/agents-md.svg)](https://agentmods.dev/instructions/mycrl/turn-rs/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/mycrl/turn-rs/agents-md"><img src="https://agentmods.dev/badge/instructions/mycrl/turn-rs/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,098 This file is loaded in full into every session.
When invoked 3,098 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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.03098 $0.03098
Opus 5 $0.01549 $0.01549
Sonnet 5 $0.00620 $0.00620
Haiku 4.5 $0.00310 $0.00310

Measured today against content hash e226a3f97840, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

turn-rs AGENTS.md 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 today.

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.

AGENTS.md · 290 lines

How it starts

The opening of the file, as written. The whole thing — 290 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

This document targets two audiences:

  1. LLMs/agents: quickly understand project structure, entry points, run flow, configuration, and risks.
  2. Human developers/operators: follow the steps to build, configure, start, and verify the service.

Project Overview

turn-rs is a TURN/STUN server implemented in Rust for WebRTC NAT traversal and media relay. It focuses on high performance and low configuration cost, and provides optional gRPC management APIs, Prometheus metrics, and Hook callbacks.

Core Capabilities

  • TURN/STUN protocol support with TCP/UDP transport.
  • Long-term credential mechanism with static users and hook-based dynamic auth.
  • Optional gRPC management API and Prometheus metrics exporter.
  • Multi-interface listeners and external address announcement.

Key Entry Points and Directories

Source Code Architecture (Modules and Responsibilities)

This section explains how the server is organized internally and how the main data flow works.

High-level runtime flow

  1. src/main.rs loads config, initializes logging, and builds the Tokio runtime.

  2. src/lib.rs start_server() constructs Statistics, a Handler, and a Service, then spawns:

Core modules

Read the full file on GitHub · 290 lines

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. today Changed · +3 lines · +2 tokens per session e226a3f97840
  2. 6d ago First seen · 287 lines · 3,096 tokens per session scan A a1803b6e7d01

Subscribe to this mod's changes

turn-rs AGENTS.md is an instructions file published in the GitHub repository mycrl/turn-rs (510 stars, last pushed yesterday), licensed MIT. It adds 3,098 tokens to every session, about $0.0155 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.