Generate specific attack strategies for a given threat surface, producing concrete probes that can be executed.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill attack-vector-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Attack Vector Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-attack-vector-generation)More formats (shields.io, HTML) on the badges page.
---
name: attack-vector-generation
description: Generate specific attack strategies for a given threat surface, producing concrete probes that can be executed.
execution: subagent
prompt: ./prompt.md
input: surface (string), artifact (string), prior_findings (string)
used-by: [red-teaming]
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!