Skip to main content
ClaudeWave
Skill329 repo starsupdated 5d ago

attack-vector-generation

This Claude Code skill generates specific, executable attack vectors targeting identified threat surfaces by spawning a specialized subagent for adversarial ideation. Use it during security research and penetration testing workflows when you need concrete attack strategies tailored to particular vulnerabilities, with outputs ranked by impact severity and conditions for escalation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/attack-vector-generation && cp -r /tmp/attack-vector-generation/skills/attack-vector-generation ~/.claude/skills/attack-vector-generation
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Attack Vector Generation

Generates concrete, executable attack vectors targeting a specific threat surface.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Why Subagent

Vector generation requires creative adversarial thinking without defensive contamination. Each surface needs fresh attack ideation.

## Input

- **surface**: The specific threat surface to target (from threat-surface-mapping)
- **artifact**: The artifact being attacked
- **prior_findings**: Results from previous probes (to avoid repetition)

## Output

- **vectors**: List of specific attack vectors with description, expected outcome, and severity estimate
- **priority_order**: Recommended execution order (highest-impact first)
- **follow_up_triggers**: Conditions that should trigger deeper investigation