containerization-strategy

containerization-strategy is an agent for coding agents from AndrewAltimit/template-repo. It costs 0 tokens per session (1,467 once invoked), scanned B, original, Unlicense.

A plan for running a multi-agent system with Docker containers. Docker packages software and its dependencies into isolated environments, while some agents must remain on the main computer because of authentication requirements.

In plain words
What is it for?
It is for designing automated agent workflows, deciding where each agent runs, and documenting container and authentication constraints.
Why use it?
It clarifies which agents can run in containers and which need access to host-machine login credentials.

Agent

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 agents/andrewaltimit/template-repo/containerization-strategy
Clone the repo
git clone --depth 1 https://github.com/AndrewAltimit/template-repo

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 containerization-strategy

README.md
[![agentmods](https://agentmods.dev/badge/agents/andrewaltimit/template-repo/containerization-strategy.svg)](https://agentmods.dev/agents/andrewaltimit/template-repo/containerization-strategy)
Your own site
<a href="https://agentmods.dev/agents/andrewaltimit/template-repo/containerization-strategy"><img src="https://agentmods.dev/badge/agents/andrewaltimit/template-repo/containerization-strategy.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,467 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00000 $0.01467
Opus 5 $0.00000 $0.00733
Sonnet 5 $0.00000 $0.00293
Haiku 4.5 $0.00000 $0.00147

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

Security

Grade B, and why

containerization-strategy scanned grade B with 2 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.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

1. **Eliminated `curl | bash` Pattern**

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

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

1. **Eliminated `curl | bash` Pattern**
docs/agents/containerization-strategy.md · 198 lines

How it starts

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

Agent Containerization Strategy and Architecture Constraints

This document outlines the containerization approach for the multi-agent system, addressing both security concerns and architectural constraints while maintaining functionality.

Overview

After careful analysis, we've determined that agents can be divided into two categories based on authentication and technical requirements:

  1. Host-Only Agents (Cannot be containerized due to authentication constraints)
  2. Containerizable Agents (Can run fully in Docker containers)

This division creates fundamental architectural constraints that affect how the system operates in automated workflows.

Agent Classification

Host-Only Agents

These agents MUST run on the host system due to authentication requirements:

Claude Code
  • Reason: Requires machine-specific subscription authentication
  • Details: Claude CLI uses browser-based OAuth flow tied to the host machine
  • Documentation: See docs/agents/claude-auth.md
Gemini CLI
  • UPDATE: Now fully containerizable! See automation/corporate-proxy/gemini/
  • Container Options:
    • Standard container with host auth: tools/cli/containers/run_gemini_container.sh
    • Corporate proxy version: automation/corporate-proxy/gemini/
  • Documentation: See automation/corporate-proxy/gemini/README.md

Containerizable Agents

These agents can run in Docker containers with proper configuration:

Codex
  • Authentication: Auth file mounted from host (~/.codex/auth.json)
  • Container: mcp-codex or codex-agent
  • Requirements: Node.js runtime
  • Helper Script: tools/cli/containers/run_codex_container.sh
OpenCode
  • Authentication: API key via environment variable
  • Container: openrouter-agents
  • Requirements: Node.js runtime
Crush (Charm Bracelet)
  • Authentication: API key via config file
  • Container: openrouter-agents
  • Requirements: Go runtime

Architectural Constraints

Read the full file on GitHub · 198 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. 5d ago First seen · 198 lines · 0 tokens per session scan B 97542f5b3890

Subscribe to this mod's changes

containerization-strategy is an agent published in the GitHub repository AndrewAltimit/template-repo (131 stars, last pushed 2mo ago), licensed Unlicense. It costs nothing until one of its globs matches a file; then it loads 1,467 tokens. A static security scan graded it B with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.