sark AGENTS.md

sark AGENTS.md is an instructions file for Codex, OpenCode from Arjia-Labs/sark. It costs 2,580 tokens per session, scanned A, original, MIT.

An AGENTS.md instruction file: a runbook that tells an AI agent how to clone, configure, and deploy a Cloudflare Worker, a small program that runs on Cloudflare’s network.

In plain words
What is it for?
Use it to guide sark deployment, verify prerequisites and the project tree, handle configuration, and protect credentials during the process.
Why use it?
It provides ordered checks and safety rules for deployment, including when to stop and ask a person instead of guessing.

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/arjia-labs/sark/agents-md
Clone the repo
git clone --depth 1 https://github.com/Arjia-Labs/sark

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/arjia-labs/sark/agents-md.svg)](https://agentmods.dev/instructions/arjia-labs/sark/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/arjia-labs/sark/agents-md"><img src="https://agentmods.dev/badge/instructions/arjia-labs/sark/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,580 This file is loaded in full into every session.
When invoked 2,580 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.02580 $0.02580
Opus 5 $0.01290 $0.01290
Sonnet 5 $0.00516 $0.00516
Haiku 4.5 $0.00258 $0.00258

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

Security

Grade A, and why

sark 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 4d 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.

curl -s https://sark.<subdomain>.workers.dev/health
AGENTS.md · 249 lines

How it starts

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

AGENTS.md — deploying sark

A runbook for an AI agent asked to clone, configure, and deploy this Cloudflare Worker. Follow the phases in order. Each ends with a check; do not continue past a failed check.

Some steps need a decision only the human can make. Those are marked ASK — stop, ask, and wait. Do not guess a Slack channel id, a billing plan, or an allowlist.

Rules

  • Never print a secret value. Not in output, not in a commit, not in a comment. Pipe secrets through stdin. If one is ever echoed, say so and tell the human to rotate it.
  • Never commit .dev.vars or .env. Both are gitignored. Keep it that way.
  • Never put personal settings in wrangler.jsonc. It is the public template. Worker name, origin, allowlist, and template box id go in .deploy.env (gitignored) and are injected by npm run deploy. account_id comes from CLOUDFLARE_ACCOUNT_ID. npm run check-config enforces this, and it runs in CI.
  • If a command fails twice the same way, stop and report. Do not improvise around the Cloudflare or Box APIs.

Phase 0 — prerequisites

node --version          # must be >= 22
git --version
npx wrangler --version

ASK the human to confirm all three before you touch anything:

  1. A Cloudflare account on a paid Workers plan. The per-thread state machine is a Durable Object with a SQLite backend, which the free plan does not offer. Deploy will fail at the migration step otherwise.
  2. An ascii.dev Box account and a box_... API key. This Worker is a control plane for Box sandboxes and does nothing without one.
  3. Whether Slack is wanted at all. It is optional; the /api surface exercises the entire pipeline without a Slack app. If they say no, skip Phase 5.

Authenticate to Cloudflare, whichever the human prefers:

npx wrangler login                       # interactive, opens a browser
# or export CLOUDFLARE_API_TOKEN=...     # a token with Workers Scripts:Edit
export CLOUDFLARE_ACCOUNT_ID=...         # required either way

Read the full file on GitHub · 249 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. 4d ago First seen · 249 lines · 2,580 tokens per session scan A fc78359702ca

Subscribe to this mod's changes

sark AGENTS.md is an instructions file published in the GitHub repository Arjia-Labs/sark (1 stars, last pushed 1mo ago), licensed MIT. It adds 2,580 tokens to every session, about $0.0129 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-31.