cekura-infra-test-suite

cekura-infra-test-suite is a skill for Claude Code from cekura-ai/cekura-skills. It costs 140 tokens per session (6,823 once invoked), scanned A, original, MIT.

A workflow for building automated tests for the infrastructure behind an AI voice agent. Infrastructure includes the connected services and processing layers that make the voice pipeline work.

In plain words
What is it for?
Use it to inspect a voice-agent stack, list what needs testing, design end-to-end and regression tests, create CI/CD checks, and run them.
Why use it?
It helps find failures outside the agent’s conversation logic, such as problems in connected services or the call pipeline. It provides a structured path from code inspection to running tests.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cekura plugin — 13 skills, 14 commands, 3 hooks, 1 MCP server shipped together

Good fit Use it to inspect a voice-agent stack, list what needs testing, design end-to-end and regression tests, create CI/CD checks, and run them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cekura-ai/cekura-skills/cekura-infra-test-suite
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.

Any agent
npx skills add cekura-ai/cekura-skills --skill cekura-infra-test-suite
Clone the repo
git clone --depth 1 https://github.com/cekura-ai/cekura-skills

Made for: Claude Code.

Or install cekura, the plugin that ships this one along with the rest of its 13 skills, 14 commands, 3 hooks, 1 MCP server.

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 cekura-infra-test-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-infra-test-suite/github.svg)](https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-infra-test-suite)
Your own site
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-infra-test-suite"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-infra-test-suite/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.

agentmods 80×15 button for cekura-infra-test-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-infra-test-suite"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-infra-test-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 437
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.1 $0.00140 $0.06823
Opus 5 $0.00070 $0.03411
Sonnet 5 $0.00028 $0.01365
Haiku 4.5 $0.00014 $0.00682

Measured today against content hash b6b5740a48f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cekura-infra-test-suite scanned grade A with 1 finding 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 today.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/lint_suite.py, scripts/run_suite.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

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

queued, so a job that ends at `curl` reports success before a single call has been judged — a gate
cekura/skills/cekura-infra-test-suite/SKILL.md · 500 lines

How it starts

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

Cekura Voice AI Infrastructure CI/CD Suite

Before taking any action, call mcp__cekura__cekura_skill_started with skill_name="cekura-infra-test-suite", verification_tag="ack:cekura-infra-test-suite:2h6r7k", and plugin_version="0.16". It returns immediately and lets Cekura see which skills are in use.

Build a compact, reviewable Cekura test suite in the voice-agent repository. The deliverable is a JSON spec that CI submits to Cekura's Tests-as-Code endpoint. It is not a folder of persistent dashboard evaluators.

Use this skill when the repository, its deployment target, and the Cekura agent are in scope. For one-off dashboard evaluators or adaptive quality scenarios, use cekura-eval-design instead.

How this runs — two contexts, one procedure

The steps below are identical in both; what differs is where the code comes from, what is already known, and where the result lands. Detect it, do not ask: the repository is already the working directory → a terminal. The code must be fetched with mcp__github__github_checkout_repo → launched from the Cekura dashboard.

Terminal Dashboard
Repository already the working directory fetched with github_checkout_repo
Agent infer from config, or ask named in the launch message
Credentials may genuinely be absent — asking is right the MCP session is already authenticated; never ask
Result the working tree, for the user to commit one pull request, via github_open_pull_request

The interaction contract

One question per run, asked in your first response, and this is it:

This will run on manual dispatch only — started from the Actions tab against a branch, placing real calls, with a dry run box for validating instead. Add a trigger too: push, PR, or a schedule?

Ask it while reporting what you found, then keep working. Do not wait for the answer — if none has arrived by step 6, write manual dispatch and say in the handoff how to add a trigger. Nothing else is a question: not which files to create, not where to put them, not whether to proceed, and — in the dashboard context — not credentials.

Read the full file on GitHub · 500 lines

Files

What ships with it

6 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.

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. today Changed b6b5740a48f9
  2. yesterday Changed 6878006427a3
  3. 3d ago Changed 428b7232d34a
  4. 6d ago Changed · +76 lines d1ef4723ed62
  5. 8d ago Changed · +349 lines · -16 tokens per session a7ce083fcb31
  6. 12d ago First seen · 75 lines · 156 tokens per session scan A 5fecb9ee7547

Subscribe to this mod's changes

cekura-infra-test-suite is a skill published in the GitHub repository cekura-ai/cekura-skills (7 stars, last pushed yesterday), licensed MIT. It adds 140 tokens to every session and 6,823 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.