Borrowing it
Nothing to install: this file belongs to mastra-ai/mastra. 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/mastra-ai/mastra/main/.claude/skills/builder-smoke-test/SKILL.mdgit clone --depth 1 https://github.com/mastra-ai/mastraWrote 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/mastra-ai/mastra/builder-smoke-test)<a href="https://agentmods.dev/skills/mastra-ai/mastra/builder-smoke-test"><img src="https://agentmods.dev/badge/skills/mastra-ai/mastra/builder-smoke-test/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/mastra-ai/mastra/builder-smoke-test"><img src="https://agentmods.dev/badge/skills/mastra-ai/mastra/builder-smoke-test.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.00120 | $0.09549 |
| Opus 5 | $0.00060 | $0.04775 |
| Sonnet 5 | $0.00024 | $0.01910 |
| Haiku 4.5 | $0.00012 | $0.00955 |
Grade C, and why
builder-smoke-test scanned grade C 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 11d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- **Reset:** `rm -rf "$PROJECT_DIR"` (or re-run `scripts/scaffold.sh` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. **Under `--auth on`, extract the session cookie before running any other section.** The WorkOS cookie is `httpOnly`, so `curl` cannot mint it and `document.cookie` cannot read it. The scaffold ships a debug route at ` The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
26 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.
- assets/template/package.json 1.6 KB
- assets/template/src/mastra/agents/index.ts 279 B runs code
- assets/template/src/mastra/auth.ts 2.3 KB runs code
- assets/template/src/mastra/index.ts 3.7 KB runs code
- assets/template/src/mastra/tools/index.ts 471 B runs code
- assets/template/src/mastra/workflows/index.ts 543 B runs code
- assets/template/tsconfig.json 393 B
- references/agents.md 8.2 KB
- references/auth.md 8.7 KB
- references/channels.md 2.3 KB
- references/defaults.md 4.6 KB
- references/favorites.md 6.4 KB
- references/infrastructure.md 5.0 KB
- references/model-policy.md 3.8 KB
- references/permissions.md 9.1 KB
- references/picker-allowlist.md 3.9 KB
- references/reconciliation.md 7.1 KB
- references/registry.md 8.4 KB
- references/setup.md 7.3 KB
- references/skills.md 11 KB
- references/ui.md 15 KB
- references/workspace.md 3.8 KB
- scripts/preflight.sh 7.0 KB runs code
- scripts/scaffold.sh 7.6 KB runs code
- scripts/seed-multi-user.sh 5.3 KB runs code
- scripts/wait-for-server.sh 4.1 KB runs code
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.
- 11d ago First seen · 519 lines · 120 tokens per session scan C e926e7055cd8
builder-smoke-test is a skill published in the GitHub repository mastra-ai/mastra (27,896 stars, last pushed yesterday), with no licence file. It adds 120 tokens to every session and 9,549 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
testing-e2e
End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.
testing-patterns
Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.
web-system-tests
The web realization of the system-tests contract — browser-driven system tests with Playwright against a running frontend. Owns the project layout (tests/), the Playwright configuration (baseURL plus webServer, cross-engine projects), the role- and label-based selector policy, code coverage as an opt-in second run…
dpf-verify-on-live-install
Use when asked to functionally verify that a DPF feature works on the live install by driving the happy path on the running portal.
system-tests
Generic, composable conventions for system tests — black-box tests exercising the running system from the outside through its public surface. Defines the stack-neutral contract (no internals, environment coordinates as configuration, test isolation, total verdict reporting) and the taxonomy of expectation origins…