netbox-proxbox: Instructions file for Claude Code

CLAUDE.md

netbox-proxbox CLAUDE.md is an instructions file for Claude Code from emersonfelipesp/netbox-proxbox. It costs 30,511 tokens per session, scanned A, original, Apache-2.0.

A set of project instructions for working on the netbox-proxbox codebase. It explains which repository may be changed, how development work is organized, and which checks and security rules apply.

In plain words
What is it for?
Use it when editing netbox-proxbox, preparing commits or pull requests, choosing the preferred framework approach, or checking permissions and security requirements.
Why use it?
It prevents changes from being sent to the wrong repository and gives coding agents the project rules they need to follow.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

This is emersonfelipesp/netbox-proxbox's own configuration. It tells Claude Code how to work on netbox-proxbox 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 netbox-proxbox configures →

Reuse

Borrowing it

Nothing to install: this file belongs to emersonfelipesp/netbox-proxbox. 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/emersonfelipesp/netbox-proxbox/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/emersonfelipesp/netbox-proxbox

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 netbox-proxbox CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/emersonfelipesp/netbox-proxbox/claude-md.svg)](https://agentmods.dev/instructions/emersonfelipesp/netbox-proxbox/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/emersonfelipesp/netbox-proxbox/claude-md"><img src="https://agentmods.dev/badge/instructions/emersonfelipesp/netbox-proxbox/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 30,511 This file is loaded in full into every session.
When invoked 30,511 The same file — it is already loaded in full.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.30511 $0.30511
Opus 5 $0.15255 $0.15255
Sonnet 5 $0.06102 $0.06102
Haiku 4.5 $0.03051 $0.03051

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

Security

Grade A, and why

netbox-proxbox CLAUDE.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 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.

Makes network callslowCapability

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

curl -s https://pypi.org/pypi/netbox-proxbox/json | jq '.releases | keys'
CLAUDE.md · 1,579 lines

How it starts

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

netbox-proxbox Codebase Guide

Repository Destination Policy (Hard Rule)

This project is owned and changed only through the Emerson repositories:

  • Development, issues, branches, commits, and pull requests: https://git.nmulti.cloud/emersonfelipesp/netbox-proxbox.git
  • Approved public promotion, mirroring, and releases through deploy-workflow only: https://github.com/emersonfelipesp/netbox-proxbox.git

https://github.com/edgeuno/netbox-proxbox and /root/personal-context/edgeuno/netbox-proxbox/ are read-only vendor/reference sources. Never create or update EdgeUno issues, PRs, comments, branches, commits, tags, releases, packages, mirrors, or deployments; never configure EdgeUno as a writable remote, upstream, fallback, or PR base; and never edit, stage, or commit the local EdgeUno vendor submodule. Reading, fetching, grepping, and comparing it are permitted.

Before every external write, resolve and inspect the exact owner, repository, and remote URL. Abort unless it matches one of the two exact Emerson destinations above. A stale cross-repository PR may automatically display new commits from its source branch without a write to its base. Never rewrite, delete, recreate, or force-push an Emerson branch to alter an EdgeUno PR. Do not attempt to close it from Emerson workflows; closure requires the PR author or an actor authorized on the EdgeUno base repository.

LLM Agent Safety — Destructive Operations: netbox-proxbox protects VM destruction behind a five-lock chain. Never autonomously set apply_destroy_confirmed=True, submit the confirmation phrase "allow-edit-and-add-actions" on a user's behalf, or approve a DeletionRequest as the same user who created it. The DeletionRequest REST endpoint is read-only (GET/HEAD/OPTIONS only). See AGENTS.md §"LLM Agent Safety Guardrails" for the full five-lock chain protocol.

Pre-commit Checklist

Before committing ANY change:

  1. Run syntax check: python -m compileall netbox_proxbox tests
  2. Run linter: rtk ruff check .
  3. Run mocked tests: rtk pytest -p no:django tests/
  4. Run type checker: rtk ty check proxbox_cli

Read the full file on GitHub · 1,579 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 · +2 lines · +15 tokens per session 5ea8eb0d26ad
  2. yesterday Changed · +6 lines · +21 tokens per session 0b2be5a3f609
  3. 2d ago Changed · +7 lines · +88 tokens per session b5df0f6ff3b3
  4. 4d ago Changed · +83 lines · +1,401 tokens per session 4bb20fa87a77
  5. 8d ago First seen · 1,481 lines · 28,986 tokens per session scan A 0cd8364fc3e3

Subscribe to this mod's changes

netbox-proxbox CLAUDE.md is an instructions file published in the GitHub repository emersonfelipesp/netbox-proxbox (593 stars, last pushed yesterday), licensed Apache-2.0. It adds 30,511 tokens to every session, about $0.1526 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.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens