BibaVPN AGENTS.md

BibaVPN AGENTS.md is an instructions file for Codex, OpenCode from Eljaja/BibaVPN. It costs 10,365 tokens per session, scanned A, original, MIT.

Project-specific instructions for developers and coding agents working on BibaVPN, a proxy and VPN system that sends internet traffic through an encrypted tunnel.

In plain words
What is it for?
Use it to understand the code layout, tunnel data format, important command settings, local build and run steps, testing, security, and contribution guidelines.
Why use it?
It reduces the time spent learning an unfamiliar repository, its network protocol, and its development rules before making changes.

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/eljaja/bibavpn/agents-md
Clone the repo
git clone --depth 1 https://github.com/Eljaja/BibaVPN

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 BibaVPN AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/eljaja/bibavpn/agents-md.svg)](https://agentmods.dev/instructions/eljaja/bibavpn/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/eljaja/bibavpn/agents-md"><img src="https://agentmods.dev/badge/instructions/eljaja/bibavpn/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 10,365 This file is loaded in full into every session.
When invoked 10,365 The same file — it is already loaded in full.
Security scan A 1 finding. 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.10365 $0.10365
Opus 5 $0.05182 $0.05182
Sonnet 5 $0.02073 $0.02073
Haiku 4.5 $0.01036 $0.01036

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

Security

Grade A, and why

BibaVPN AGENTS.md scanned grade A with 1 finding 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.

Makes network callslowCapability

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

| `scripts/docker-smoke.sh` | `docker compose up`, `curl` via SOCKS and HTTP proxy, `down` |
AGENTS.md · 587 lines

How it starts

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

BibaVPN — context for agents and developers

This document is the fast-path briefing for humans and AI agents contributing to BibaVPN. It covers what the project is, how the code is laid out, the CLI knobs that actually matter on the wire, and the workflows you should follow before proposing a change.

For on-wire byte layouts see PROTOCOL.md. For install / run walkthroughs see README.md. For contributor etiquette see CONTRIBUTING.md.

Contents

What the project is

BibaVPN is a proxy stack: local SOCKS5 (TCP CONNECT and UDP ASSOCIATE) and optional HTTP CONNECTTLS + WebSocket → remote entry server → outbound TCP or UDP to the Internet.

The tunnel crypto on the wire is proto 3: shared PSK, opaque variable-length HELLO/ACK, ChaCha20-Poly1305, domain-separated KDF, sealed control opcodes, and inner UDP records in the same framing.

That proto-3 layout is carried over TLS + WebSocket; optional stealth layers sit on the outside (TLS client profile labels, padding modes, timing, decoys, optional multi-WSS, optional BoringSSL). Future inner opcodes / framing may evolve — see the roadmap section in PROTOCOL.md for targets that are not fully implemented here yet.

Read the full file on GitHub · 587 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 · 587 lines · 10,365 tokens per session scan A bcbb21ce10c5

Subscribe to this mod's changes

BibaVPN AGENTS.md is an instructions file published in the GitHub repository Eljaja/BibaVPN (57 stars, last pushed 3d ago), licensed MIT. It adds 10,365 tokens to every session, about $0.0518 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.