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.
npx agentmods add instructions/oshawott324/datalox-gated-runtime/agents-mdgit clone --depth 1 https://github.com/Oshawott324/datalox-gated-runtimeWrote 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/oshawott324/datalox-gated-runtime/agents-md)<a href="https://agentmods.dev/instructions/oshawott324/datalox-gated-runtime/agents-md"><img src="https://agentmods.dev/badge/instructions/oshawott324/datalox-gated-runtime/agents-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.01159 | $0.01159 |
| Opus 5 | $0.00580 | $0.00580 |
| Sonnet 5 | $0.00232 | $0.00232 |
| Haiku 4.5 | $0.00116 | $0.00116 |
Grade A, and why
datalox-gated-runtime 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 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.
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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
This repository is datalox-gated-runtime.
Read in this order:
product-contract.jsondocs/provider-foundry.mddocs/transparent-interception.mddocs/rollout-information-boundary.mdwhen changing rollout, task, agent, observation, generation, oracle, verifier, or training integrationdocs/verl-grpo-rollouts.mdwhen changing parallel rollout or training integrationdocs/what-we-are-building.mddocs/provider-packs.mddocs/provider-behavior-grounding.mddocs/provider-core-completeness.mddocs/data-release-policy.mddocs/product-definition.mdREADME.md- Relevant code and tests
Product boundary
- The user owns the world, task, agent, verifier, and reward. Datalox supplies stateful provider behavior in the call path.
- The agent keeps the exact provider URL. Inside the isolated runtime, that authority resolves to Datalox and must never reach the provider.
- Do not require the agent to select a Datalox base URL, proxy tool, MCP tool, or rewritten endpoint. Interception is supplied by the execution boundary.
- Fuel means reusable gated provider behavior packs. User-owned worlds and benchmarks consume fuel; Datalox reference worlds are integration fixtures.
- The runtime owns gating, replay, shadow state, denials, ledgers, audits, and run exports. It does not own model routing or training recipes.
- Parallel training gets one isolated provider-state lease per consumer
(uid, session_id). Datalox must return the training framework's native agent-loop output unchanged and must not modify tokens, masks, logprobs, rewards, group formation, advantages, or optimizer behavior. - Rollout integrations must keep three information planes separate: the task plane contains agent-visible objectives and constraints before interaction; the observation plane contains environment output revealed causally after an agent action or declared environment event; and the evaluation plane contains ground truth available only to trusted generation, oracle, and verifier code. Provider observations must never be prefetched into the initial task, and evaluation data must never enter prompts, tools, provider responses, or model-readable artifacts.
- Shared-process trainers must execute provider-facing calls inside the session lease. They must not mutate process-global DNS or CA state per coroutine, and the model must not select a task image, provider set, lease, Datalox URL, proxy, or control operation.
- The primary runtime surface is transparent HTTPS interception. HTTP/MCP test projections must use the same provider behavior implementation.
- Docker and Kubernetes injection are runtime delivery mechanisms. HUD, Harbor, OpenEnv, and reference worlds remain downstream consumers and must keep their own tasks, agents, verifiers, and rewards.
- A provider set co-hosts independent admitted provider releases for agent-mediated work. It never implies hidden cross-provider behavior.
- A provider-mediated webhook, transform, retry, delay, asynchronous write, or compensation requires an explicit grounded Composition Pack. An authored pack remains non-executable until behavioral admission and reset-equivalence probes pass against its exact provider release profiles.
- The agent may explicitly read provider A and call provider B. It cannot stand in for a real hidden integration unless the consumer task explicitly assigns that integration work to the agent.
- Composition time v1 is
delivery_scheduler_only_v1; it does not synchronize provider clocks. Process loss invalidates a composition lease and requires a fresh reset rather than silent resume.
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.
- 5d ago First seen · 105 lines · 1,159 tokens per session scan A 404a1f5be379
datalox-gated-runtime AGENTS.md is an instructions file published in the GitHub repository Oshawott324/datalox-gated-runtime (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,159 tokens to every session, about $0.0058 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-31.
Other instructions, from other repositories
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
Browser4 CLAUDE.md
Claude Code instructions for platonai/Browser4, covering browser4 — project context for claude, architecture, key dispatch chain (cli → browser), batch commands and e2e test structure.
autopus-adk GEMINI.md
Gemini CLI instructions for Insajin/autopus-adk, covering autopus-adk harness, 스킬 디렉터리, core guidelines, subagent delegation and file size limit.
agent-ship CLAUDE.md
Claude Code instructions for Agent-Ship/agent-ship, covering claude.md, project overview, commands, docker development (recommended) and local development (no docker).
clawock AGENTS.md
AGENTS.md instructions for KCNyu/clawock, covering agents.md - your workspace, every session, kcn 偏好, git hook (one-time setup per clone) and git auto-commit rules.
usage-guard AGENTS.md
Instructions for shirley-xue-2025/usage-guard, covering agent notes — usage-guard repo, before changing code, common setup failure, layout and public vs private.