genblaze CLAUDE.md

genblaze CLAUDE.md is an instructions file for coding agents from backblaze-labs/genblaze. It costs 415 tokens per session, scanned A, original, MIT.

Project instructions for Genblaze, an open-source Python toolkit that coordinates media-generation services and records the origin of each result.

In plain words
What is it for?
Use them when developing features, adding provider connectors, running tests or checks, updating documentation, or preparing a Genblaze release.
Why use it?
They define the required reading order, testing, formatting, documentation, connector, and release routines for making safe repository changes.

Instructions file

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

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/backblaze-labs/genblaze/claude-md.svg)](https://agentmods.dev/instructions/backblaze-labs/genblaze/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/backblaze-labs/genblaze/claude-md"><img src="https://agentmods.dev/badge/instructions/backblaze-labs/genblaze/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 415 This file is loaded in full into every session.
When invoked 415 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.1 $0.00415 $0.00415
Opus 5 $0.00208 $0.00208
Sonnet 5 $0.00083 $0.00083
Haiku 4.5 $0.00042 $0.00042

Measured 6d ago against content hash 15342dba9ef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

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

CLAUDE.md · 16 lines

What it actually says

Genblaze — Claude Code Config

  • Follow AGENTS.md at all times
  • Read order: README.md → ARCHITECTURE.md → AGENTS.md → relevant feature doc
  • Plans go in docs/exec-plans/active/
  • Test commands: make test (full-suite gate), /test-package <name> (one package), /test-package changed (only changed packages)
  • Quick single-file run: cd libs/core && pytest tests/unit/<file>.py -v
  • Lint: make lint. Python edits are auto-formatted via .claude/hooks/auto-format.sh.
  • Always run make test before considering work complete
  • Update docs in the same PR as code changes
  • Keep diffs minimal — only change what's needed
  • Adding a new connector: use /scaffold-provider. Before tagging a release: run make pre-release and read RELEASING.md. After publish: make post-release VERSION=<umbrella-version>. Auditing docs freshness: /verify-docs.
  • Release flow: tag name follows the CHANGELOG wave header (v0.3.0), not any single package's version. Workflow at .github/workflows/release.yml triggers on GitHub Release creation; workflow_dispatch runs a TestPyPI dry-run.
  • CI policy: Dependabot PRs run NO CI. Every job in .github/workflows/ci.yml and security.yml is guarded by if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.user.login != 'dependabot[bot]' }}. When adding a job to any pull_request-triggered workflow, copy that same guard onto it, otherwise Dependabot PRs would start running CI again. release.yml has no pull_request trigger, so it needs no guard.
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. 6d ago First seen · 16 lines · 415 tokens per session scan A 15342dba9ef1

Subscribe to this mod's changes

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