aws-iot-securetunneling-localproxy AGENTS.md

aws-iot-securetunneling-localproxy AGENTS.md is an instructions file for Codex, OpenCode from aws-samples/aws-iot-securetunneling-localproxy. It costs 2,164 tokens per session, scanned C, original, Apache-2.0.

Contribution instructions for an AWS C++ project that uses CMake, Boost, Protocol Buffers, and OpenSSL. They describe how agents and developers should prepare changes and commits.

In plain words
What is it for?
Use them when modifying the project, preparing a feature branch, running required checks, updating tests, or making a commit.
Why use it?
They provide the repository's rules for branching, formatting, spelling checks, tests, staging files, and commit messages, helping changes meet project expectations.

Instructions file for CodexOpenCode

About the project

aws-iot-securetunneling-localproxy is a C++ reference implementation of a local proxy that carries a single-threaded TCP client or server connection through AWS IoT Secure Tunneling. It is used to connect devices or services across a tunnel, with proxy instances running at both ends on Linux, Windows, or macOS. The catalogue instruction supports building, configuring, and running this proxy.

aws-samples/aws-iot-securetunneling-localproxy · 89 stars · on GitHub

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/aws-samples/aws-iot-securetunneling-localproxy/agents-md
Clone the repo
git clone --depth 1 https://github.com/aws-samples/aws-iot-securetunneling-localproxy

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 aws-iot-securetunneling-localproxy AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aws-samples/aws-iot-securetunneling-localproxy/agents-md.svg)](https://agentmods.dev/instructions/aws-samples/aws-iot-securetunneling-localproxy/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/aws-samples/aws-iot-securetunneling-localproxy/agents-md"><img src="https://agentmods.dev/badge/instructions/aws-samples/aws-iot-securetunneling-localproxy/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,164 This file is loaded in full into every session.
When invoked 2,164 The same file — it is already loaded in full.
Security scan C 2 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 $0.02164 $0.02164
Opus 5 $0.01082 $0.01082
Sonnet 5 $0.00433 $0.00433
Haiku 4.5 $0.00216 $0.00216

Measured 5d ago against content hash 9060046d459f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

aws-iot-securetunneling-localproxy AGENTS.md scanned grade C with 2 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 5d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -sSf -L https://install.lix.systems/lix | sh -s -- install

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sSf -L https://install.lix.systems/lix | sh -s -- install
AGENTS.md · 182 lines

How it starts

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

AGENTS.md

Guidance for agents (and humans) making commits to aws-iot-securetunneling-localproxy. This repo is a C++14 / CMake project (not a Brazil package); it uses Boost.Asio/Beast, protobuf and OpenSSL, and a Nix flake provides the formatter. See CONTRIBUTING.md for the project's overall contribution policy (issues, PRs, CLA).


TL;DR commit checklist

Before every commit:

  1. Make one focused, logical change.
  2. Update the unit tests and UATs the change affects (see below).
  3. nix fmt — format the tree (must end clean / idempotent).
  4. Run the spelling check (see Spelling); add legitimate technical terms to misc/dictionary.txt if flagged.
  5. Build and run the unit tests (see below); ensure they pass.
  6. Stage only the files for this change; write a clear message (see below).
  7. Never commit to main; never force-push a shared branch without coordinating.

Branching

  • Work on a feature branch named dev/<short-kebab-name> (e.g. dev/security-audit-findings).
  • Per CONTRIBUTING.md, work against the latest main and keep a change focused on one thing — don't reformat unrelated code.
  • History may be reworded/rebased only while the branch has not been pushed. Once shared, prefer new commits; rewriting then requires a coordinated force-push.

One change per commit

  • Each commit should be a single, self-contained change (one fix / one feature). Don't mix unrelated changes.
  • Keep the tests and docs for a change in the same commit as the change (e.g. URL-parsing tests live with the URL-parsing fix).
  • With each feature or fix, update the unit tests (test/, Catch2) and the UATs (uat/) as needed so behavior stays covered: add cases for new behavior and adjust existing ones instead of deleting them.
  • Keep formatting in the same commit as the code it applies to. Normally this is automatic: just run nix fmt before committing. (Redistributing formatting across already-made commits is only needed if it was applied after the fact — not part of the normal flow.)

Read the full file on GitHub · 182 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. 5d ago First seen · 182 lines · 2,164 tokens per session scan C 9060046d459f

Subscribe to this mod's changes

aws-iot-securetunneling-localproxy AGENTS.md is an instructions file published in the GitHub repository aws-samples/aws-iot-securetunneling-localproxy (89 stars, last pushed 3d ago), licensed Apache-2.0. It adds 2,164 tokens to every session, about $0.0108 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.