Borrowing it
Nothing to install: this file belongs to martin-francois/symphony-trello. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/martin-francois/symphony-trello/main/.agents/skills/live-bugbash/SKILL.mdgit clone --depth 1 https://github.com/martin-francois/symphony-trelloWrote 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/martin-francois/symphony-trello/live-bugbash)<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/live-bugbash"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/live-bugbash/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/live-bugbash"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/live-bugbash.svg" alt="Reviewed on agentmods" width="80" 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.00117 | $0.03571 |
| Opus 5 | $0.00059 | $0.01785 |
| Sonnet 5 | $0.00023 | $0.00714 |
| Haiku 4.5 | $0.00012 | $0.00357 |
Grade A, and why
live-bugbash 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Live bug bash skill for Symphony for Trello
Use this skill when the operator asks for a bug bash, live bug bash, integration bug hunt, SPEC.md conformance pass, installer bug bash, workflow-parameter bug hunt, fake-integration bug bash, real Trello test, real Codex app-server test, access-mode bug hunt, or hardened-host bug bash for this repository.
This skill is safe by default. A normal invocation uses fake Trello, fake Codex, and fake/local GitHub so an accidental trigger cannot create external boards, repositories, issues, pull requests, or worker sessions against real services. Real integrations and hardened-host dangerous access are used only when the goal clearly opts in.
Codex should not implicitly use this skill for ordinary implementation work. This repository includes agents/openai.yaml with implicit invocation disabled.
Minimal invocations
Safe default with fakes and conservative host access:
/goal Use $live-bugbash until <future timestamp>.
Safe default with fakes but full hardened-host access-mode coverage:
/goal Use $live-bugbash until <future timestamp>. This is running on a hardened host.
Real run with all integrations enabled, but without hardened-host dangerous coverage:
/goal Use $live-bugbash until <future timestamp>. Do a real live bugbash without fakes.
Real run with all integrations enabled and hardened-host dangerous coverage:
/goal Use $live-bugbash until <future timestamp>. Do a real live bugbash on a hardened host.
Explicit real run equivalent:
/goal Use $live-bugbash until <future timestamp>. REAL_INTEGRATIONS=all HOST_PROFILE=hardened.
Mixed integration run:
/goal Use $live-bugbash until <future timestamp>. TRELLO_MODE=real CODEX_MODE=fake GITHUB_MODE=fake.
Continuation run:
/goal Use $live-bugbash until <future timestamp>. PREVIOUS_RUN_ID=live-bugbash-20260629T103000Z.
Advanced override:
/goal Use $live-bugbash until <future timestamp>. RUN_ID=live-bugbash-manual-2 ACTIVE_EXPLORATION_MINUTES_WITHOUT_FINDINGS=60 REAL_INTEGRATIONS=all HOST_PROFILE=hardened.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 246 lines · 117 tokens per session scan A 772dbc90e7d1
live-bugbash is a skill published in the GitHub repository martin-francois/symphony-trello (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 117 tokens to every session and 3,571 once invoked, about $0.0006 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-31.
Other skills, from other repositories
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
version-bump
Version the Team plugin at land time (DEV-internal, not distributed): decide the SemVer level, compute the next free version against current main, update all six version strings, cut the [Unreleased] changelog body into a dated [X.Y.Z] section, run the land-time consistency assertion, and commit chore(version): X.Y.Z.…
team-pr
Opens a pull request after verification. Trigger on "open the PR", "open a draft PR", or "/team-pr" only; never infer the phase from passed verification.
changelog
Defines Keep a Changelog updates. Load when the ship phase updates CHANGELOG.md with user-facing changes.