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.
curl -O https://raw.githubusercontent.com/emersonfelipesp/netbox-proxbox/main/CLAUDE.mdgit clone --depth 1 https://github.com/emersonfelipesp/netbox-proxboxWrote 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.
[](https://agentmods.dev/instructions/emersonfelipesp/netbox-proxbox/claude-md)<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>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.
| Model | Per session | Once 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 |
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' 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-workflowonly: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 aDeletionRequestas the same user who created it. TheDeletionRequestREST endpoint is read-only (GET/HEAD/OPTIONSonly). SeeAGENTS.md§"LLM Agent Safety Guardrails" for the full five-lock chain protocol.
Pre-commit Checklist
Before committing ANY change:
- Run syntax check:
python -m compileall netbox_proxbox tests - Run linter:
rtk ruff check . - Run mocked tests:
rtk pytest -p no:django tests/ - Run type checker:
rtk ty check proxbox_cli
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.
- today Changed · +2 lines · +15 tokens per session 5ea8eb0d26ad
- yesterday Changed · +6 lines · +21 tokens per session 0b2be5a3f609
- 2d ago Changed · +7 lines · +88 tokens per session b5df0f6ff3b3
- 4d ago Changed · +83 lines · +1,401 tokens per session 4bb20fa87a77
- 8d ago First seen · 1,481 lines · 28,986 tokens per session scan A 0cd8364fc3e3
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.
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.
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).
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.
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.
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).
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.