genblaze AGENTS.md

genblaze AGENTS.md is an instructions file for Codex, OpenCode from backblaze-labs/genblaze. It costs 867 tokens per session, scanned A, original, MIT.

Repository instructions for Genblaze, a Python toolkit that coordinates video, audio, and image generation services and tracks where each output came from.

In plain words
What is it for?
Use them when changing Genblaze code, its provider connectors, command-line tools, JSON schemas, generated TypeScript types, tests, or documentation.
Why use it?
They give coding agents the project’s structure, rules, and safety checks so changes do not break package boundaries, data contracts, or repeatable output tracking.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/backblaze-labs/genblaze/agents-md.svg)](https://agentmods.dev/instructions/backblaze-labs/genblaze/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/backblaze-labs/genblaze/agents-md"><img src="https://agentmods.dev/badge/instructions/backblaze-labs/genblaze/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 867 This file is loaded in full into every session.
When invoked 867 The same file — it is already loaded in full.
Security scan A 0 findings. 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.00867 $0.00867
Opus 5 $0.00434 $0.00434
Sonnet 5 $0.00173 $0.00173
Haiku 4.5 $0.00087 $0.00087

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

Security

Grade A, and why

genblaze 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 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.

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.

AGENTS.md · 57 lines

How it starts

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

Agents

Repo Purpose

Orchestration framework for generative media pipelines with manifest-based provenance tracking. Produces 16 pip-installable packages: genblaze-core, 13 provider adapter packages (genblaze-openai, genblaze-google, genblaze-runway, genblaze-luma, genblaze-decart, genblaze-replicate, genblaze-elevenlabs, genblaze-stability-audio, genblaze-lmnt, genblaze-hume, genblaze-gmicloud, genblaze-nvidia, genblaze-assemblyai), genblaze-s3, and genblaze-cli.

Architecture Boundaries

  • libs/core/ — Core SDK; no external API dependencies
  • libs/connectors/replicate/ — Replicate-specific; depends on core
  • cli/ — CLI commands; depends on core
  • libs/spec/ — Language-neutral wire contract: JSON Schemas + generated TypeScript types (ts/genblaze.d.ts). Schemas are authoritative; any Pydantic model change must regenerate types via make ts-types and pass test_spec_conformance.py. No Python dependencies.
  • Providers never store API tokens in manifests
  • See ARCHITECTURE.md for full detail

Invariants and Guardrails

  • All changes must pass make test before PR
  • Canonical JSON hashing must remain deterministic — never change key sort order or float normalization
  • Manifest canonical_hash must always verify against re-serialized content
  • Provider adapters must implement submit/poll/fetch_output — no exceptions
  • All IDs are UUIDs — never sequential integers
  • EmbedPolicy must be respected in all embedding paths
  • Pydantic v2 models only — no v1 compatibility layer
  • Docs must be updated in the same PR as code changes (see Doc Update Mapping)
  • Python 3.11+ required

Doc Map

Read the full file on GitHub · 57 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 · 57 lines · 867 tokens per session scan A 20a5fcf70f21

Subscribe to this mod's changes

genblaze AGENTS.md is an instructions file published in the GitHub repository backblaze-labs/genblaze (557 stars, last pushed today), licensed MIT. It adds 867 tokens to every session, about $0.0043 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.