attack-vector-generation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/attack-vector-generationGenerates executable attack vectors for specified threat surfaces
- Solves the problem of identifying actionable attack paths for red teams
- Relies on threat-surface-mapping and subagent-spawning execution model
- Analyzes surface, artifact, and prior findings to prioritize novel vectors
- Returns prioritized vectors with severity, outcomes, and follow-up triggers
SKILL.md
.github/skills/attack-vector-generationView on GitHub ↗
--- 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
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.