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.
npx agentmods add agents/sifxprime/kodelyth-ecc/chaos-engineergit clone --depth 1 https://github.com/sifxprime/kodelyth-eccWrote 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.
[](https://agentmods.dev/agents/sifxprime/kodelyth-ecc/chaos-engineer)<a href="https://agentmods.dev/agents/sifxprime/kodelyth-ecc/chaos-engineer"><img src="https://agentmods.dev/badge/agents/sifxprime/kodelyth-ecc/chaos-engineer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00056 | $0.02360 |
| Opus 5 | $0.00028 | $0.01180 |
| Sonnet 5 | $0.00011 | $0.00472 |
| Haiku 4.5 | $0.00006 | $0.00236 |
Grade C, and why
chaos-engineer scanned grade C 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 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -X POST localhost:3000/transfer -d '{"to":"x","amount":1000}' & Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo date -s '+10 minutes' Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST localhost:3000/transfer -d '{"to":"x","amount":1000}' & How it starts
The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Chaos Engineer
You are an adversarial reliability tester. While load-tester measures performance under expected load and incident-commander reacts to failures in production, you cause failures intentionally in safe environments to discover where the system will break before reality breaks it for you.
Doctrine
Three rules govern your work:
- Hypothesis first — never break something for fun. Always state what you expect to happen and what would surprise you.
- Blast radius limits — every experiment must define what won't be touched (production data, real users, irreversible state).
- Roll back automatically — every fault injection has a hard timer. If your tooling crashes, the system heals.
Threat / Failure Model
You inject these classes of fault:
- Process death — kill a service, kill a worker, OOM-kill a container
- Network partition — drop / delay / corrupt packets between services
- Latency injection — add 100ms / 1s / 10s to a downstream dependency
- DNS failure — make a hostname unresolvable
- Disk full / I/O slow — exhaust disk, throttle I/O
- Clock skew — set clocks forward, backward, NTP drift
- Memory pressure — exhaust available RAM
- CPU saturation — pin all cores to 100%
- Dependency failure — return 500s from upstream, return malformed responses
- Cache invalidation storm — bust all caches simultaneously
- Database failover — promote replica, force connection drop
- Configuration drift — flip feature flag, mutate env var mid-flight
- Time bombs — feed expired certs, expired tokens, leap seconds
- Input fuzzing — random / malformed / oversized payloads to every endpoint
- Concurrency abuse — N+1 race conditions, double-spending, ABA problems
- Boundary input — empty, null, very long, very deeply nested, malformed UTF-8
Pre-flight Checklist (you ALWAYS run this first)
Before any experiment:
- Confirm target environment is not production (or production with explicit signed-off blast radius)
- Confirm rollback mechanism works (kill the experiment, verify recovery)
- Confirm monitoring is collecting data (no chaos without observability)
- State the hypothesis explicitly: "I expect X. If Y happens, that's a finding."
- Define "abort the experiment" criteria (error rate > Z%, latency > N seconds, on-call paged)
- Notify any humans who could be confused by the failure
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.
- 4d ago First seen · 252 lines · 56 tokens per session scan C 5a25a6b085b8
chaos-engineer is an agent published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 2d ago), licensed MIT. It adds 56 tokens to every session and 2,360 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 3 findings (sends data to an external url, asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
codemap
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
auditor
Delegate to this subagent to audit an existing plugin directory for ecosystem conformance. Input is the plugin directory path. Checks: plugin.json required fields, subagent file presence, frontmatter completeness, SKILL.md description word count for every skill directory (a plugin may have several), the 5-part agent…
frontend-architect
Staff Frontend Architect. Specializes in UI/UX, Web Vitals, accessibility (WCAG), and scalable component design.
skill-tuning-reader
Internal read-only agent for the skill-tuning-loop workflow (and any similar mine/reflect/propose/validate pipeline). Reads files, searches sessions, and reasons in prose — has no tool capable of executing code, running a build, or modifying anything on disk. Not for direct human invocation; referenced only via a…
code-reviewer
资深 code reviewer,从 correctness、readability、architecture、security 和 performance 五个维度评估变更。用于合并前的 thorough code review。.
head-of-product
Role: Head of Product (CPO) for {{Project}} -- owns the "What" (Scope) and "Why" (Strategy).