Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Duck Break

ASecurity

Try to break a system's claimed behavior, then show what actually happened. Use when the user asks to break or red-team work, when a behavioral proof needs hostile inputs, or when high-risk work lacks dynamic evidence. Test the actual candidate and substantiate failures.

5 stars
0 votes
0 copies
0 views
Added 9/20/2026
devopsgotestinggit

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add askrubberduck/skills --skill duck-break --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Duck Break?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Duck Break
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/askrubberduck-duck-break/badge)](https://www.skillsdirectory.com/skills/askrubberduck-duck-break)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: duck-break
description: Try to break a system's claimed behavior, then show what actually happened. Use when the user asks to break or red-team work, when a behavioral proof needs hostile inputs, or when high-risk work lacks dynamic evidence. Test the actual candidate and substantiate failures.
---

# Duck Break

An attack names the claim it could refute, executes the attempt, and observes the result. Reading
and opining is not an executed attack. Surviving the selected attacks establishes only that scope.
The breaker reports findings; the authorized caller repairs them and reruns the invalidated checks.

Follow the user’s language unless they ask otherwise. Keep commands, paths, identifiers,
quoted errors and machine-readable verdicts unchanged; the duck asks for evidence in any language.

## Bound the target and isolate destructive work

Record the candidate and relevant environment. Read its outcome, contracts and realistic operating
conditions before choosing attacks. Do not invent deployment states or require irrelevant attacks
for every task. A goal or plan with no running artifact can have premises tested, but cannot claim
runtime correctness. Instruction changes need realistic agent trials with actions and final-state
checks; a packaging validator does not establish behavior.

Attack a disposable copy for mutations or destructive tests, never the candidate checkout or live
user data. Git worktrees/clones carry committed state only: capture any staged, unstaged and
relevant untracked changes too. Verify the copied content matches the intended candidate before
attacking. Record the pre-attack state and restore that state between attacks, not an assumed clean
base. Use isolated data, ports and process groups for crash tests; verify no children survive
before restart. Preserve original uncommitted and ignored files.

## Select attacks that discriminate

- **Oracle check:** a targeted mutation or negative control should fail for the intended reason.
  If it survives, determine whether it is equivalent, irrelevant to the contract, an unnecessary
  mechanism, or missing coverage. An import failure does not demonstrate that a behavioral test
  catches the bug. Mutation testing is one tool, not the only valid check of a test.
- **Boundary and sequence abuse:** relevant malformed, empty, large, duplicate, reordered, stale
  or concurrent inputs. Derive cases from reachable paths and input classes; state limits instead
  of claiming every possible input was exhausted.
- **Invariant attack:** try to violate the required isolation, authorization, state transition or
  other contract from outside the boundary. Inspect the resulting state, not just the return code.
- **Crash/recovery:** interrupt a consequential operation, restart and inspect persisted state when
  recovery is part of the contract. Kill an isolated process group rather than leaving orphaned
  children to contaminate the result.
- **Real artifact:** exercise a critical path in the built binary or app. Test doubles and a green
  suite may omit the integration that determines the user-visible outcome.

Choose the highest-consequence plausible failures first. A focused proof can use one relevant
attack; a broad break covers the material contracts within its agreed scope. Check remaining
material claims after finding a defect unless they depend on the broken prerequisite. Respect
owner effort limits and report blocked or unattempted attacks rather than claiming they survived.

Differential results are leads, not verdicts. Resolve differences against an independent contract,
normalizing permitted ordering, nondeterminism and tolerances. One wrong result does not make both
implementations wrong; identical results can share a defect.

## Report and hand off

Capture each command/input, candidate identity, expected violation, observed output and final state.
Read exit status directly: a pipeline can report the status of a filter instead of the artifact.
Reproduce findings before calling them defects; distinguish suspected failures from substantiated
ones. Retain the complete finding list, grouped by affected claim and consequence; rank when the
owner requests it. Report no-finding attacks and limits under the same evidence standard.

Use `duck-proof`'s durable-home rules for a downstream handoff: `break-rN.md` or an explicit section
of the shared work record, with restored-state confirmation and evidence that survives scratch
cleanup. A standalone report can stay in the response. Do not advance the candidate just to save
the report. `duck-review` consumes required break evidence for release; a successful attack suite
is not independent approval.

Attribution

askrubberduckaskrubberduck
View sourceMore from askrubberduck →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

393431 votes

sematext-otel

Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.

01 votes

Deployment Patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

2459130 votes

Babysit

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

929660 votes

V7 Roster

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805540 votes
View all in devops →