Adversarial Red-Team Simulator
Ki · Reasoning
The Problem
The security plan assumes a cooperative world where all users follow the rules, missing potential threat vectors.
The Operation
When activated, the reasoning changes. Adopt adversarial perspective with full plan knowledge, sole objective: cause failure. Attack vector 1, isolate the plan's weakest dependency by removing, corrupting, or denying it. For each vector, classify severity and generate a concrete counter-strategy. If no plausible attack found, validate why the plan is robust. Output each vector with target, mechanism, severity, and counter-strategy. It will not leave vulnerability without countermeasure.
The Structure
Under the hood, the reasoning follows an adversarial self-attack that actively tries to break its own conclusions. The loop runs until all inputs are processed or no new progress emerges.
If a plan assumes cooperative actors without simulating how an adversary would exploit its weaknesses, red-team simulation was omitted.
Haki · Reasoning-Multi
Cross-Domain Suppression
In Haki mode, the API retrieves the primary ability first, then fans out to three synergy roles that compound its reasoning.
When retrieved in Haki mode, the primary ability is augmented with failure guards extracted from 3 abilities in different cognitive domains. Each guard blocks a specific reasoning failure the primary alone wouldn't catch. A self-check forces verification before output. The result is cross-domain coverage that no single ability can reach alone.
Appears in Use Cases