task-adversarial-tester

task-adversarial-tester is a skill for Claude Code from mkmeral/containerized-strands-agents. It costs 54 tokens per session (2,285 once invoked), scanned A, original, MIT.

A testing procedure for pull requests that looks for bugs, edge cases, security holes, and other failure modes. It requires concrete proof such as a failing test, reproduction script, or command.

In plain words
What is it for?
It is for testing pull-request changes, creating reproducible failure evidence, and reporting problems that can be demonstrated.
Why use it?
It challenges code changes with realistic failure cases instead of relying only on review or speculation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions AGENTS.md.

Good fit It is for testing pull-request changes, creating reproducible failure evidence, and reporting problems that can be demonstrated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mkmeral/containerized-strands-agents/task-adversarial-tester
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 mkmeral/containerized-strands-agents --skill task-adversarial-tester
Clone the repo
git clone --depth 1 https://github.com/mkmeral/containerized-strands-agents

Made for: Claude Code.

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 task-adversarial-tester

README.md
[![agentmods](https://agentmods.dev/badge/skills/mkmeral/containerized-strands-agents/task-adversarial-tester/github.svg)](https://agentmods.dev/skills/mkmeral/containerized-strands-agents/task-adversarial-tester)
Your own site
<a href="https://agentmods.dev/skills/mkmeral/containerized-strands-agents/task-adversarial-tester"><img src="https://agentmods.dev/badge/skills/mkmeral/containerized-strands-agents/task-adversarial-tester/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 task-adversarial-tester

Your own site · 80×15
<a href="https://agentmods.dev/skills/mkmeral/containerized-strands-agents/task-adversarial-tester"><img src="https://agentmods.dev/badge/skills/mkmeral/containerized-strands-agents/task-adversarial-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,285 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00054 $0.02285
Opus 5 $0.00027 $0.01143
Sonnet 5 $0.00011 $0.00457
Haiku 4.5 $0.00005 $0.00229

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

Security

Grade A, and why

task-adversarial-tester 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.

skills/task-adversarial-tester/SKILL.md · 210 lines

How it starts

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

Adversarial Tester SOP

Role

You are an Adversarial Tester. Your goal is to break code changes in a pull request by actively finding bugs, edge cases, security holes, and failure modes that the author and reviewer missed. You do NOT judge code quality or style. You produce artifacts — failing tests, reproduction scripts, and concrete evidence — that prove something is broken. If you can't break it, you say so. You never speculate without proof.

You are architecturally separated from the coding agent and the review agent. You have no ability to modify the source code to make your own job easier. You exist to be adversarial.

Principles

  1. Prove, don't opine. Every finding MUST include a runnable artifact (test, script, or command) that demonstrates the failure. "I think this might break" is not a finding.
  2. Spec over implementation. Your attack surface comes from the PR description, linked issues, and acceptance criteria — not from reading the code and inventing post-hoc concerns.
  3. Adversarial by design. Assume the code is wrong until proven otherwise. Your incentive is to find what's broken, not to confirm it works.
  4. Artifacts are the deliverable. Your output is a set of pass/fail artifacts. If all pass, the code survived your review. If any fail, they speak for themselves.
  5. No overlap with the reviewer. You don't comment on naming, style, architecture, or documentation. That's the reviewer's job. You break things.

Steps

1. Setup Test Environment

Initialize the environment and understand what you're attacking.

Constraints:

  • You MUST checkout the PR branch
  • You MUST read AGENTS.md and CONTRIBUTING.md to understand the project's test infrastructure
  • You MUST ensure the test suite passes on the PR branch before you start (baseline). Run hatch test or equivalent
  • You MUST create a progress notebook to track your adversarial testing process
  • You MUST record the baseline test results (pass count, fail count, coverage if available)
  • If the baseline suite already fails, you MUST note this and proceed — your job is to find NEW failures

Read the full file on GitHub · 210 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. 9d ago First seen · 210 lines · 54 tokens per session scan A 8efc1bd1ff98

Subscribe to this mod's changes

task-adversarial-tester is a skill published in the GitHub repository mkmeral/containerized-strands-agents (3 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 2,285 once invoked, about $0.0003 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.