AssemblyZero GEMINI.md

AssemblyZero GEMINI.md is an instructions file for Gemini CLI from martymcenroe/AssemblyZero. It costs 1,434 tokens per session, scanned E, original, no licence file.

Project instructions for using Gemini CLI in the AssemblyZero repository, covering its operating rules, execution process, project context, and session logging.

In plain words
What is it for?
Running Gemini CLI tasks in AssemblyZero while following its operational and logging requirements.
Why use it?
They tell the coding agent how to work within AssemblyZero's expected Gemini workflow.

Instructions file for Gemini CLI

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/martymcenroe/assemblyzero/gemini-md
Clone the repo
git clone --depth 1 https://github.com/martymcenroe/AssemblyZero

Made for: Gemini CLI.

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 AssemblyZero GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/martymcenroe/assemblyzero/gemini-md.svg)](https://agentmods.dev/instructions/martymcenroe/assemblyzero/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/martymcenroe/assemblyzero/gemini-md"><img src="https://agentmods.dev/badge/instructions/martymcenroe/assemblyzero/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,434 This file is loaded in full into every session.
When invoked 1,434 The same file — it is already loaded in full.
Security scan E 3 findings. Scan, not verified.
Origin unknown 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.01434 $0.01434
Opus 5 $0.00717 $0.00717
Sonnet 5 $0.00287 $0.00287
Haiku 4.5 $0.00143 $0.00143

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

Security

Grade E, and why

AssemblyZero GEMINI.md scanned grade E with 3 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 3d 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

- `printenv GITHUB_TOKEN` (or any secret variable name)

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- `~/.aws/credentials`, `~/.aws/config`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Example violations:** `echo $GITHUB_TOKEN`, `curl -H "Authorization: $AWS_SECRET_ACCESS_KEY"`
GEMINI.md · 131 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 131 lines · 1,434 tokens per session scan E 03c4c1dcfcdc

Subscribe to this mod's changes

AssemblyZero GEMINI.md is an instructions file published in the GitHub repository martymcenroe/AssemblyZero (110 stars, last pushed 4d ago), with no licence file. It adds 1,434 tokens to every session, about $0.0072 per session on Opus 5. A static security scan graded it E with 3 findings (harvests environment variables, reaches for credential files, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories