structured-attack-campaign
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/structured-attack-campaignComplete attack lifecycle from surface enumeration through probing to aggregated findings.
SKILL.md
.github/skills/structured-attack-campaignView on GitHub ↗
--- name: structured-attack-campaign description: "Tactic: Full attack lifecycle — threat surface enumeration, attack vector generation, systematic probing, and finding aggregation across all surfaces." type: tactic used-by: [red-teaming] strategies: [systematic-probing, assumption-challenge, adversarial-persona, alternative-analysis] --- # Structured Attack Campaign Tactic Complete attack lifecycle from surface enumeration through probing to aggregated findings. ## Orchestration 1. **threat-surface-mapping** enumerates all attackable surfaces of the artifact 2. **attack-vector-generation** produces prioritized attack vectors per surface 3. **probe-execution** executes each vector, records outcome (success/failure/partial) 4. Partial successes trigger follow-up vector generation (depth-first on promising attacks) 5. **finding-aggregation** deduplicates, classifies, and ranks all findings 6. **attack-resilience-scoring** computes coverage metrics and overall resilience score ## Subagents Dispatched - threat-surface-mapping (1 call at start) - attack-vector-generation (1 call per surface) - probe-execution (1 call per vector, budget-limited) - finding-aggregation (1 call at end) - attack-resilience-scoring (1 call at end) ## Termination Conditions - All budgeted attack vectors exhausted - All surfaces probed to at least depth 1 - Critical vulnerability found (early termination with immediate report) - Diminishing returns: 3 consecutive probes yield no new findings
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.