stress-testing-agent-changes

stress-testing-agent-changes is a skill for Claude Code from FlyFission/nuclear-grade-context-engineering. It costs 103 tokens per session (1,825 once invoked), scanned A, original, MIT.

Attacks your own agent change, tool grant, dependency, model, or release on purpose, across risk types such as prompt injection, gaining extra power, unsafe output, and tool misuse, and records what you tried, what happened, and the leftover risk. Use when a change widens an agent's power, data access, or network…

Skill for Claude Code

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

Part of the nuclear-grade plugin — 29 skills, 28 commands, 5 agents shipped together

Install with agentmods
npx agentmods add skills/flyfission/nuclear-grade-context-engineering/stress-testing-agent-changes
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 FlyFission/nuclear-grade-context-engineering --skill stress-testing-agent-changes
Clone the repo
git clone --depth 1 https://github.com/FlyFission/nuclear-grade-context-engineering

Made for: Claude Code.

Or install nuclear-grade, the plugin that ships this one along with the rest of its 29 skills, 28 commands, 5 agents.

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-testing-agent-changes

README.md
[![agentmods](https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/stress-testing-agent-changes.svg)](https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/stress-testing-agent-changes)
Your own site
<a href="https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/stress-testing-agent-changes"><img src="https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/stress-testing-agent-changes.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,825 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 unknown 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.00103 $0.01825
Opus 5 $0.00051 $0.00912
Sonnet 5 $0.00021 $0.00365
Haiku 4.5 $0.00010 $0.00183

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

Security

Grade A, and why

stress-testing-agent-changes 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 today.

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-testing-agent-changes/SKILL.md · 124 lines

How it starts

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

Stress-Testing Agent Changes

Overview

When an agent can use tools, read data, or affect releases, it gives attackers something to aim at. Normal "does it work" testing does not test for that. This skill is about attacking your own work on purpose to find weak spots (red teaming). You do it in an orderly way: list the kinds of attacks that matter here, say what safe behavior should look like, try the attacks (or simulate them), write down what happened, and tie the findings into the packet's evidence record.

Decision contract

  • Claim checked: each attack type chosen for this setup has a recorded contained/uncertain/exposed result with expected behavior written before the result, no finding quietly dropped, and python tools/ng.py validate .nuclear/changes/<slug> passes.
  • Artifact observed: basis.md, risk.md, and past OPEX records naming the agent role, tools, and data reach -> a red-team record in verification.md (or red-team.md) with each type's result, leftover risk, and backup controls.
  • Decision affected: block -- per adversarial class, contained / uncertain / exposed; uncertain or exposed findings feed ship.md.
  • Failure class: unhardened-agent-power (an unchecked attack type, or an exposed finding shipped with no named leftover risk).
  • Next action: name leftover risk and backup controls in ship.md; an exposed finding touching credentials, production data, or users escalates.

When to Use

  • An agent is getting new tools, network access, credentials, or the power to write files.
  • A change widens what an agent may read, run, call, or release.
  • A dependency or model update may change how the agent handles input it should not trust.
  • The release packet needs attack evidence, not just "does it work" test coverage.
  • A past OPEX record (a lessons-from-operation record) found a gap in how attacks were handled.

When Not to Use

  • The change involves no agent power (it is pure data, formatting, or documentation work).
  • A formal penetration test, certified security audit, or regulatory exercise is already planned.
  • The packet mode is Quick and the risk check confirms no new trust or permission boundary.

Read the full file on GitHub · 124 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. today First seen · 124 lines · 103 tokens per session scan A aa802c1dc878

Subscribe to this mod's changes

stress-testing-agent-changes is a skill published in the GitHub repository FlyFission/nuclear-grade-context-engineering (33 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 1,825 once invoked, about $0.0005 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-09-06.

Related

Other skills, from other repositories

ship-workflow

Automated release pipeline: merges main, runs tests, pre-landing review, version bump, changelog, bisectable commits, and PR creation. Triggers on: "ship it", "release this", "prepare for release", "open a PR", "push and PR", "land this", "/ship-workflow".

Mathews-Tom/armory · 71 tokens

repo-harness-check

Verification entrypoint for repo-harness workflow readiness. Runs workflow gates, task sync, contract checks, inspector, and migration dry-run before merge or release.

Ancienttwo/repo-harness · 36 tokens

quick-finalize

Close out a change without the deep review loop: stage, simplify code and docs, run the project's checks, smoke test, update the changelog, self-improve, and ship. Use when the user asks to "quick finalize", "quickly finalize", "finalize quickly", "light finalize", "wrap this up quickly", "close this out without the…

tobihagemann/turbo · 89 tokens

ring:creating-worktrees

Creating an isolated git worktree for parallel branch work: selects the directory by priority order, verifies/adds .gitignore safety, auto-installs the detected toolchain's dependencies, runs a baseline test, and reports readiness. Use before a feature that needs isolation from the main workspace or before executing…

LerianStudio/ring · 88 tokens

coding-agents-farm

To orchestrate parallel coding-agent farms (Claude, Codex, Copilot, Gemini, etc.) on isolated git worktrees.

griddynamics/rosetta · 32 tokens

agentplane-task-closure-recovery

Use when Agentplane task completion, direct finish, branchpr integration, hosted-close, close-tail PRs, PR metadata, dirty task artifacts, or remote branch divergence need diagnosis or recovery.

basilisk-labs/agentplane · 46 tokens