Borrowing it
Nothing to install: this file belongs to lij768423-svg/grok-register-panel. 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/lij768423-svg/grok-register-panel/main/AGENTS.mdgit clone --depth 1 https://github.com/lij768423-svg/grok-register-panelWrote 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/lij768423-svg/grok-register-panel/agents-md)<a href="https://agentmods.dev/instructions/lij768423-svg/grok-register-panel/agents-md"><img src="https://agentmods.dev/badge/instructions/lij768423-svg/grok-register-panel/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/lij768423-svg/grok-register-panel/agents-md"><img src="https://agentmods.dev/badge/instructions/lij768423-svg/grok-register-panel/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.02420 | $0.02420 |
| Opus 5 | $0.01210 | $0.01210 |
| Sonnet 5 | $0.00484 | $0.00484 |
| Haiku 4.5 | $0.00242 | $0.00242 |
Grade A, and why
grok-register-panel 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 6d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file is the working contract for AI coding agents in this repository. Keep changes narrow, preserve existing runtime behavior, and never use real operator credentials as fixtures or examples.
Project Scope
Grok Register + Live Panel is a Camoufox-based registration workflow with a local operations panel. It is intended for authorized research, integration, and personal environments. Do not add features intended to evade access controls, scrape or distribute third-party proxies, or conceal unauthorized bulk abuse.
Architecture And Ownership
register_flow.py,browser_session.py, andcamoufox_adapter.pyown the browser registration flow, session lifecycle, exit checks, and Camoufox integration.run_batch_headless.pystarts a batch.batch_supervisor.pysupervises its child process, restarts driver crashes or idle runs, and resumes only the remaining slots through an atomic progress file.run_until_100.pyowns multi-batch orchestration and runtime control state.sso_to_auth_json.pyowns SSO/device OAuth conversion and CPA/Grok2API auth output. Successful output is not rolled back when a later slot fails.email_providers/contains provider adapters. Keep provider-specific API behavior there instead of branching throughout the registration flow.webui/monitor.pyowns the HTTP server and embedded UI. Its focused stores and operations live inwebui/*_store.pyandwebui/*_ops.py.webui/sso_state_ops.pyowns the deprecated SSO botFlag / policy scan job. Reports must not include raw SSO tokens; clean exports stay inlog/sso_clean.txt. Do not use this scan as a live risk gate.quality_probe.pyandwebui/quality_ops.pyown the 降智测试: short streamed chat replies over 家宽/proxy pool (early-stop after thinking). Registration stampsquality_*onto CPA/Grok2API auth only whenquality_probe_on_registeris on (default off). Panel exports must not include access tokens. Prefer home proxies fromproxy_store.worker_proxy_details().webui/proxy_store.pyowns proxy import, normalization, health, cooldown, and redacted API views.webui/email_provider_store.pyowns provider config and secret-preserving updates.webui/email_domain_store.pyowns domain rotation and rejection state.runtime_platform.pyowns interpreter discovery, Xvfb selection, and process group flags.webui/process_utils.pyowns project-scoped process discovery and termination.static_asset_cache.pyis opt-in infrastructure. Its default-off behavior and request exclusions are security boundaries, not implementation details.batch_traffic.pyowns the per-batch loopback proxy meter and aggregate byte state. It must never persist upstream proxy URLs, credentials, or content.
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.
- 6d ago Changed · +3 lines · +56 tokens per session bef7e2c7a221
- 8d ago Changed · +7 lines · +121 tokens per session 3339f948e1c5
- 12d ago First seen · 203 lines · 2,243 tokens per session scan A 6f092aad7afe
grok-register-panel AGENTS.md is an instructions file published in the GitHub repository lij768423-svg/grok-register-panel (901 stars, last pushed yesterday), licensed MIT. It adds 2,420 tokens to every session, about $0.0121 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.
Other instructions, from other repositories
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.
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.
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).
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).