finding-aggregation

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/finding-aggregation

Aggregates and classifies probe findings into a structured vulnerability report

  • Reduces redundant findings and organizes them by severity and type
  • Uses subagent execution for neutral, cross-probe analysis
  • Identifies patterns and coverage gaps from attack metadata
  • Delivers prioritized recommendations for remediation

SKILL.md

.github/skills/finding-aggregationView on GitHub ↗
---
name: finding-aggregation
description: Aggregate, deduplicate, and classify findings from multiple probes into a coherent vulnerability report.
execution: subagent
prompt: ./prompt.md
input: findings (string), attack_metadata (string)
used-by: [red-teaming]
---

# Finding Aggregation

Synthesizes findings from multiple attack probes into a coherent, deduplicated report.

## Execution

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

## Why Subagent

Aggregation requires neutral analytical stance — neither inflating nor minimizing findings. The aggregator must see patterns across individual probe results.

## Input

- **findings**: All probe results from the campaign
- **attack_metadata**: Metadata about attack coverage (surfaces hit, vectors used, personas deployed)

## Output

- **vulnerabilities**: Deduplicated list classified by severity and type
- **patterns**: Cross-cutting patterns observed across multiple probes
- **coverage_gaps**: Surfaces or dimensions not adequately tested
- **recommendations**: Prioritized hardening actions

More from yogsoth-ai/de-anthropocentric-research-engine