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 skills/dealfluence/adeu/analyze-branchingnpx skills add dealfluence/adeu --skill analyze-branchinggit clone --depth 1 https://github.com/dealfluence/adeuWrote 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/skills/dealfluence/adeu/analyze-branching)<a href="https://agentmods.dev/skills/dealfluence/adeu/analyze-branching"><img src="https://agentmods.dev/badge/skills/dealfluence/adeu/analyze-branching.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.1 | $0.00033 | $0.00260 |
| Opus 5 | $0.00016 | $0.00130 |
| Sonnet 5 | $0.00007 | $0.00052 |
| Haiku 4.5 | $0.00003 | $0.00026 |
Grade A, and why
analyze-branching 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.
What it actually says
Analyze Branching Skill
This skill provides formal analysis of control-flow branchings, decision points, and nesting depth across the Python (python/src/adeu/redline/engine.py) and TypeScript (node/packages/core/src/engine.ts) engine implementations.
Usage
Run the engine branch checker script from repository root:
uv run python scripts/check_engine_branches.py
Or analyze individual files:
Python Analysis
uv run python scripts/analyze_python_branches.py [path_to_file]
TypeScript Analysis
node scripts/analyze_ts_branches.mjs [path_to_file]
Metrics
- Cyclomatic Complexity: Counts decision nodes (
if,elif/else, loops, exception handlers, logical boolean operatorsand/or/&&/||, conditional expressions). - Max Depth: Deepest nesting level of control flow structures inside a single function.
- Deep Nesting Warning: Flags functions with branch nesting levels $\ge 6$.
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.
- 6d ago First seen · 34 lines · 33 tokens per session scan A b2ed1995df8a
analyze-branching is a skill published in the GitHub repository dealfluence/adeu (152 stars, last pushed 3d ago), licensed MIT. It adds 33 tokens to every session and 260 once invoked, about $0.0002 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.
Other skills, from other repositories
legaltech-expert
Expert in legal technology: contract lifecycle management, e-discovery, AI-assisted legal research, case and matter management, document automation, and compliance tooling. Use when the user mentions legal case or matter management, e-discovery and legal holds, CLM or contract review and obligation tracking, legal…
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.
persona-event-coordinator
Plan and manage events — scheduling, invitations, and logistics.
persona-team-lead
Lead a team — run standups, coordinate tasks, and communicate.
persona-researcher
Organize research — manage references, notes, and collaboration.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.