Apex ThreatDemonstrated research proof-of-conceptv1.22.1

In plain English

This page covers the high-risk pattern where small adapters, routes, memory, evaluators, and descendants can reinforce each other across time. It is a risk model, not a build guide.

  • Why this matters: AI risk can come from the whole arrangement, not one obvious model.
  • What to look for: data, memory, routes, adapters, tools, evaluators, updates, and rollback paths.
  • Technical version below: the expert terminology remains available and is linked through the glossary.

Multi-LoRA Composition Chains

Evidence levelDemonstrated research proof-of-conceptTechnical label: Demonstrated research proof-of-concept

Existing research on Combining model weights or adapter deltas into one artifact. Open glossary definition, LoRA-based backdoors, and composition-triggered adapter vulnerabilities supports a narrower claim: component-level safety evidence may not predict composed behavior. Cognivirus extends that result architecturally to dynamic multi-LoRA chains.

The chain is the artifact

A multi-A common kind of small adapter used to specialize large models. Open glossary definition runtime is not “base plus adapters” in the abstract. It is a specific chain:

base family → adapter A → adapter B → safety adapter C → router-selected prompt policy → memory state → tool profile

Changing one edge can change the behavior. Changing the order can change the behavior. Changing the base can change the behavior. Changing the A system that judges whether an AI output or candidate is acceptable. Open glossary definition can change what gets promoted.

Higher-order interaction

Pairwise tests can miss the unsafe path. A small add-on that changes or specializes model behavior. Open glossary definition A may pass with the base. Adapter B may pass with the base. The safety adapter may pass with the base. The risky behavior may require A, B, and C loaded together under a specific route.

That makes the composition chain the minimum unit of evaluation.

Safety adapters are not magic shields

A safety adapter can reduce risk in one tested context while interacting unpredictably in another. It may conflict with a capability adapter, be bypassed by a route that invokes a different stack, or fail under a quantized A conclusion or output produced from data. Open glossary definition setting. The correct claim is never “the stack is safe because it includes a safety adapter.” The correct claim is “this exact stack was evaluated for these behaviors under these conditions.”

Required manifest fields

A multi-LoRA A machine-readable record of the exact runtime composition used for an evaluation, release, incident, or rollback. Open glossary definition should record:

Without those fields, later investigators cannot reconstruct the actual chain that produced an incident.