stress-test

stress-test is a skill for Claude Code from sjarmak/agent-workflows. It costs 0 tokens per session (1,862 once invoked), scanned A, original, MIT.

A security review that sends several independent reviewers to try breaking a codebase or system design from different angles, then combines their findings into a severity-ranked vulnerability map.

In plain words
What is it for?
Use it to inspect a file, directory, or system description for security weaknesses, trust-boundary problems, unsafe data flows, and other ways it could be attacked.
Why use it?
It reduces the chance that one reviewer misses an attack path or that reviewers influence one another’s findings.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the agent-workflows plugin — 28 skills, 4 agents, 4 hooks shipped together

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.

agentmods
npx agentmods add skills/sjarmak/agent-workflows/stress-test
Any agent
npx skills add sjarmak/agent-workflows --skill stress-test
Clone the repo
git clone --depth 1 https://github.com/sjarmak/agent-workflows

Made for: Claude Code.

Or install agent-workflows, the plugin that ships this one along with the rest of its 28 skills, 4 agents, 4 hooks.

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 stress-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/sjarmak/agent-workflows/stress-test.svg)](https://agentmods.dev/skills/sjarmak/agent-workflows/stress-test)
Your own site
<a href="https://agentmods.dev/skills/sjarmak/agent-workflows/stress-test"><img src="https://agentmods.dev/badge/skills/sjarmak/agent-workflows/stress-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,862 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.01862
Opus 5 $0.00000 $0.00931
Sonnet 5 $0.00000 $0.00372
Haiku 4.5 $0.00000 $0.00186

Measured 6d ago against content hash a8191ba99c25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

stress-test 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.

skills/stress-test/SKILL.md · 172 lines

How it starts

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

Parallel Adversarial Attack Surface Analysis. Spawns N independent agents, each tasked with BREAKING a system from a different attack angle. No agent sees others' findings. Synthesizes into a vulnerability map with severity ratings.

Arguments

$ARGUMENTS — format: [N] [path/to/code_or_design or inline description] where N is optional (default: 5, min 3, max 7)

Parse Arguments

Extract:

  • agent_count: the optional leading integer (default 5, min 3, max 7)
  • attack_target: the file path, directory path, or inline description of the system to analyze

If the target is missing or unclear, ask the user to clarify before proceeding.

Phase 1: Identify the Target

Determine the target type and build a comprehensive understanding:

  • If a file or directory path is given: read and explore it to understand the system — its structure, components, dependencies, data flows, trust boundaries, and deployment model
  • If an inline description is given: parse it for the same information

Prepare a target brief covering:

  • What the system does (purpose, scope)
  • Components and their responsibilities
  • Dependencies (internal and external)
  • Data flows (input sources, processing, storage, output)
  • Trust boundaries (authenticated vs unauthenticated, internal vs external, admin vs user)
  • Deployment model (where it runs, how it scales)

Present the target brief to the user and confirm before proceeding. Adjust if the user gives feedback.

Phase 2: Spawn Attack Agents

Launch all N agents in parallel using the Agent tool. Each agent gets the target brief plus a unique attack vector selected from this list (assign sequentially, wrapping if N < 7):

Attack Vector 1: Edge Cases & Input Boundaries

Malformed input, boundary values, type confusion, unicode edge cases, empty/null/huge payloads, concurrent conflicting inputs, format string attacks, deserialization of untrusted data.

Attack Vector 2: Scale & Resource Exhaustion

What happens at 100x load, memory leaks under sustained use, unbounded growth (queues, logs, caches), connection pool exhaustion, hot spots, thundering herd, algorithmic complexity attacks (ReDoS, hash collision).

Read the full file on GitHub · 172 lines

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. 6d ago First seen · 172 lines · 0 tokens per session scan A a8191ba99c25

Subscribe to this mod's changes

stress-test is a skill published in the GitHub repository sjarmak/agent-workflows (9 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,862 tokens. 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.

Related

Other skills, from other repositories

speckit.clarify

Skill "speckit.clarify" from caipe-io/ai-platform-engineering, covering user input and outline.

caipe-io/ai-platform-engineering · 0 tokens

speckit.specify

Skill "speckit.specify" from caipe-io/ai-platform-engineering, covering user input, outline, quick guidelines, section requirements and for ai generation.

caipe-io/ai-platform-engineering · 0 tokens

update-docs

Audit and update all documentation moving parts for ai-platform-engineering. Checks release blog posts, features page, agent docs, homepage version strings, Docusaurus version config, and sidebar completeness. Fixes what is stale and reports what needs manual attention. Use after cutting a release, adding a new agent…

caipe-io/ai-platform-engineering · 70 tokens

docker-compose-first-install

Validate and repair the OSS first-install Docker Compose path. Use when editing docker-compose.yaml, docker-compose.dev.yaml, .env.example, release image tags, Compose profiles, Keycloak/OpenFGA/RAG defaults, or first-launch UI behavior for local all-in-one installs.

caipe-io/ai-platform-engineering · 60 tokens

speckit.plan

Skill "speckit.plan" from caipe-io/ai-platform-engineering, covering user input, outline, phases, phase 0: outline & research and phase 1: design & contracts.

caipe-io/ai-platform-engineering · 0 tokens

speckit.sync-template

Skill "speckit.sync-template" from caipe-io/ai-platform-engineering, covering user input, outline, step 1 — read current state, step 2 — discover latest release and step 3 — read the manifest.

caipe-io/ai-platform-engineering · 0 tokens