Finding Aggregation

Aggregate, deduplicate, and classify findings from multiple probes into a coherent vulnerability report.

yogsoth-ai a0d7a3d 2 files · 3.0 KB Updated

File contents

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

Available SOPs

Optional, no fixed order; the final leaf is always a sop.

SOP When to use
spawn-agent Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent.

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/finding-aggregation commit a0d7a3dd03

Frequently asked questions

npx skillmds@latest add yogsoth-ai/finding-aggregation