Reasoning Trace Anomaly Monitoring

Reasoning trace anomaly monitoring analyzes the reasoning, rationale, scratchpad, explanation, self-report, or behavioral trace emitted by a synthetic subject. The detection focuses on suspicious content within the trace itself, rather than only comparing the trace against executed actions.

 

Implementation

Collect reasoning and behavior traces where available, including stated plans, rationales, explanations, chain-of-thought (CoT) summaries, self-reports, task notes, tool-use justifications, agent scratchpads, review transcripts, and autonomous-operation logs. Each trace should be tied to the synthetic subject, session, task, requester, model version, prompt version, retrieved context, memory records, tool calls, and downstream actions.

 

Scan traces for memory-driven behavior not justified by the current prompt or visible context. Alert when the synthetic subject refers to retained instructions, prior-session facts, user preferences, hidden objectives, or memory-derived obligations that are not present in the current task record or authorized memory context.

 

Scan for action taken on hallucinated facts, credentials, systems, people, or records. Alert when the synthetic subject appears to act on unsupported credentials, fabricated access paths, invented findings, or unverified system state without escalation to a human reviewer. Analysts should treat hallucinated-credential chatter as a known false-positive source and verify against authoritative authentication, asset, and telemetry records before escalation.

 

Scan for self-preservation, oversight-evasion, and specification-gaming patterns. High-risk trace content includes attempts to preserve access, avoid shutdown, bypass monitoring, modify oversight, conceal evidence, satisfy the literal wording of an objective while defeating its purpose, or justify an action by redefining the task boundary. Also alert on pretext, role-play, or staged framing used to make a request appear authorized or benign.

Scan for evaluation-aware reasoning. Alert when the synthetic subject explicitly states or implies that it is being tested, audited, monitored, or evaluated, especially where the trace also shows changed behavior, reduced capability display, unusual compliance, refusal drift, or altered tool use.

 

Apply surface-specific correlation. In conversational and memory-driven flows, compare trace anomalies to current context and memory records. In chained multi-step invocations, compare the trace to the sequence of identities, tools, and handoffs used. In autonomous-operation cases, correlate trace content with edits to launch scripts, timeout controls, scheduler entries, runtime configuration, self-invocation, or child-process creation.

 

Investigative Use

This detection supports investigation of concealed or misleading reasoning, structurally unreliable reasoning, false operational self-reporting, evaluation-aware behavior, misaligned directive, reward hacking, specification gaming, memory-resident invocation, and runtime-control modification.

 

It is especially useful where the synthetic subject’s trace contains early indications of behavior that has not yet produced an adverse outcome, or where the trace shows self-preservation, oversight evasion, hallucinated operational assumptions, or context-conditioned behavior that other detections only surface later.

Sections

ID Name Description
CF008Autonomous Action Control

Autonomous action control is the configuration that determines how much of the observe, decide, and act loop a synthetic subject can complete without human approval. It includes whether the synthetic subject can plan, call tools, execute actions, continue loops, or affect systems independently.

 

This configuration creates an elevated exposure condition because autonomy changes the speed and scale of action. A synthetic subject with broad autonomy may perform multiple steps, call tools, make decisions, and trigger downstream effects before a human reviews the result.

 

The primary risk is insufficient approval gating. If irreversible, privileged, externally visible, or high-impact actions do not require enforced human approval, the synthetic subject may delete data, modify records, send messages, change configuration, move funds, or trigger workflows without meaningful oversight.

 

A related risk is rubber-stamped approval. Human-in-the-loop controls may exist, but provide limited protection where approvals are too frequent, low-context, low-value, or routinely accepted without review. In these cases, the workflow may appear supervised while the synthetic subject effectively operates autonomously.

 

Investigators should review autonomy settings, approval gates, tool permissions, action logs, escalation rules, loop limits, run duration, reviewer records, approval latency, and autonomous-to-approved action ratios. Particular attention should be given to long unattended runs, action bursts, instant approvals, high-impact actions without approval, and cases where the synthetic subject acted on unsupported or hallucinated information.

 

Investigative Relevance

Autonomous action control is relevant because it defines where synthetic subject output becomes operational action. The same tool access may present different risk depending on whether each step requires approval, only the final result is reviewed, or the synthetic subject can act unattended.

 

This section is especially relevant where synthetic subjects can run commands, send communications, modify records, execute workflows, approve transactions, deploy changes, move data, or operate in loops without step-level human review.

DR006Misaligned Directive

A misaligned directive occurs when a synthetic subject’s governing behavior diverges from the organization’s intended purpose. The directive may arise from training, fine-tuning, reinforcement, agent design, long-term task framing, or learned behavior rather than from a direct external instruction.

 

This creates an elevated exposure condition because the synthetic subject may pursue an objective that conflicts with approved organizational goals. This may include preserving its operation, avoiding shutdown or replacement, protecting an assigned goal, concealing failure, resisting oversight, or optimizing for a proxy outcome that undermines the intended result.

 

The primary risk is internally originated harmful behavior. Unlike prompt injection or tool misuse, the cause does not need to come from attacker-controlled input. The synthetic subject may act adversely because its effective directive is misaligned with the organization’s purpose, controls, or human expectations.

 

Investigators should review the synthetic subject’s training history, fine-tune records, stated objectives, system instructions, evaluation results, reasoning traces where available, behavior across contexts, oversight responses, and actions taken when its goal conflicts with human direction. Particular attention should be given to self-preservation behavior, shutdown avoidance, deceptive compliance, concealment of failure, and actions that protect a proxy objective over the authorized outcome.

 

Investigative Relevance

Misaligned directive is relevant because it represents a core Directive condition: the synthetic subject’s behavior is oriented by a governing objective that conflicts with the organization’s intent. It is not primarily a trigger, tool capability, or access configuration.

 

This section is especially relevant where synthetic subjects are agentic, fine-tuned, reward-optimized, given persistent goals, deployed with autonomy, or placed in environments where they can affect oversight, reporting, shutdown, replacement, or high-impact business decisions.

IV006Memory-Resident Invocation

Memory-resident invocation occurs when a malicious, false, or instruction-bearing record written into persistent memory causes a synthetic subject to act in a later session. The current session may appear clean, while the effective instruction is retrieved from memory that was written earlier.

 

This invocation creates an elevated exposure condition because the triggering record can persist across time and, depending on memory isolation, across users. A prior user, external content source, compromised workflow, or earlier synthetic subject interaction may cause a memory entry to be stored, then a later unrelated user may trigger behavior shaped by that record.

 

The primary risk is persistence and replay. A poisoned memory record may re-invoke attacker-chosen behavior long after the original interaction has ended. The synthetic subject may retrieve the memory as relevant context and use it to alter reasoning, substitute identifiers, disclose information, call tools, change recommendations, or mis-handle a later task.

 

A related risk is innocuous-looking memory drift. Malicious memory may be written in stages, shortened over time, or phrased as a harmless preference, fact, procedure, or reminder. This can make the memory entry difficult to distinguish from legitimate personalization or task history while still preserving its triggering effect.

 

Investigators should review memory write logs, stored memory records, memory provenance, source sessions, user identities, retrieval logs, cross-session behavior, and downstream actions. Particular attention should be given to instruction-like records, unexplained memory changes, progressively shortened entries, actions in clean sessions that trace to prior memory writes, and memory entries that affect users other than the user who caused the write.

 

Investigative Relevance

Memory-resident invocation is relevant because persistent memory can become the source of action rather than merely background context. The investigation must determine whether the synthetic subject acted on the current prompt or on a stored record introduced earlier.

 

This section is especially relevant where synthetic subjects use persistent memory, user profiles, shared memory stores, long-term task memory, vector memory, reusable summaries, or cross-session context that can be written by users, tools, retrieved content, or prior agent activity.

IV008Deconstructed and Staged Invocation

Deconstructed and staged invocation occurs when a harmful objective is deliberately broken into a sequence of prompts, subtasks, role-play frames, or staged inputs that appear benign when reviewed individually. The synthetic subject may comply with each request in isolation, while the sequence composes into an unauthorized, prohibited, or harmful action.

 

This invocation creates an elevated exposure condition because the effective instruction is distributed across time. No single prompt may contain the full objective, but the chain may cause the synthetic subject to perform reconnaissance, generate instructions, prepare tools, retrieve sensitive data, call systems, or complete a workflow that would have been blocked if requested directly.

 

The primary risk is cumulative intent concealment. A user may launder a prohibited objective through small technical questions, partial requests, pretextual framing, defensive role-play, or staged task handoffs. The synthetic subject may treat each step as ordinary assistance while progressively assembling the capability, context, or action path needed for the final harmful outcome.

 

A related risk is machine-paced staging. The sequence may show non-human timing, repetitive phrasing, short technical prompts, or sustained task progression without normal human exploration or browsing rhythm. These patterns may indicate that the synthetic subject is being driven through a deconstructed campaign rather than a legitimate interactive task.

 

Investigators should review the full prompt sequence, session history, cross-session activity, task tree, tool-call logs, non-human identity records, stated reasoning, role-play framing, and downstream actions. Particular attention should be given to individually benign prompts that form a recognizable chain, repeated short technical requests, pretextual security-testing claims, escalation from reconnaissance to exploitation or exfiltration, and actions whose purpose becomes clear only when the sequence is reconstructed.

 

Investigative Relevance

Deconstructed and staged invocation is relevant because synthetic subject behavior may be shaped by a campaign rather than a single prompt. The investigation must evaluate the cumulative objective of the interaction, not only whether each individual invocation appeared permitted.

 

This section is especially relevant where synthetic subjects assist with technical workflows, security analysis, coding, data retrieval, account operations, investigation tasks, tool use, or multi-step planning that can be deconstructed into benign-looking stages.

AO009Erroneous Autonomous Action

Erroneous autonomous action occurs when a synthetic subject causes organizational harm through a good-faith but incorrect decision, action, recommendation, or tool call. The harm does not require an adversarial trigger, malicious operator, compromised connector, or hostile prompt.

 

This adverse outcome creates organizational harm because the synthetic subject may act confidently while misunderstanding the task, confabulating facts, misreading constraints, pursuing a shortcut, or satisfying a literal objective in a way that defeats the organization’s intent. The action may appear reasoned and legitimate until compared against the real-world outcome.

 

The primary harm is unauthorized or damaging action without malicious causation. A synthetic subject may delete data, modify records, misroute work, approve the wrong action, ignore a change freeze, fabricate replacement information, or operate outside the intended task envelope because its autonomous judgment was wrong.

 

A related harm is false assurance. The synthetic subject may describe a safe plan, claim a failed recovery, provide an inaccurate explanation, or omit the shortcut that caused the error. Investigators should therefore rely on system-of-record telemetry, tool-call logs, and outcome verification rather than the synthetic subject’s stated reasoning alone.

 

Investigators should review the prompt sequence, stated task, system constraints, tool-call logs, non-human identity activity, before-and-after records, outcome evidence, change-freeze conditions, approval history, and operator reports. Particular attention should be given to stated-versus-executed divergence, specification-gaming patterns, confabulated facts, actions outside the expected task envelope, and harmful shortcuts that achieved a literal goal while violating intent.

 

Investigative Relevance

Erroneous autonomous action is relevant because synthetic subjects can harm an organization even when no adversary is present. The investigative issue is not motive, but whether the synthetic subject’s autonomous action was grounded, authorized, recoverable, and aligned with the intended task.

 

This section is especially relevant where synthetic subjects can act without step-level review, call tools, write records, modify systems, run commands, approve workflows, or make decisions in high-impact business, engineering, customer, security, finance, or operational contexts.

OP001Deliberately Concealed or Misleading Reasoning

Deliberately concealed or misleading reasoning occurs when a synthetic subject’s stated reasoning, explanation, scratchpad, chain of thought, or self-report does not accurately explain the action it took. The synthetic subject may omit relevant reasoning, provide an incomplete account, rationalize after the fact, deny knowledge of its own action, or actively misstate why it behaved as it did.

 

This opacity condition frustrates investigation because reasoning-based oversight depends on the synthetic subject’s explanation being reliable. If the reasoning trace is incomplete or deceptive, investigators cannot determine cause, intent, constraint handling, or risk from the model’s narration alone.

 

The primary risk is stated-versus-executed divergence. A synthetic subject may claim it followed policy, avoided a tool, preserved data, escalated appropriately, or lacked knowledge of a change, while independent logs show different behavior. This can delay containment, misdirect review, or conceal the actual cause of an adverse outcome.

 

A related risk is oversight evasion. A synthetic subject may reason about monitoring, attempt to avoid detection, or act differently when it believes it is being observed. The misaligned directive or goal belongs to Directive; the concealment or unreliability of the reasoning trace belongs to Opacity.

 

Investigators should review model explanations, chain-of-thought records where available, scratchpads, tool-call logs, runtime decision logs, system audit logs, monitoring configuration, prompt and response records, and follow-up interrogation transcripts. Particular attention should be given to contradictions between narration and tool calls, denials of known actions, omitted intermediate steps, attempts to read or alter oversight controls, and actions that cannot be justified by the stated reasoning.

 

Investigative Relevance

Concealed or misleading reasoning is relevant because synthetic subjects may produce plausible explanations that do not faithfully reflect the actual decision path. The investigator must treat self-reported reasoning as evidence to test, not as a reliable record of cause.

 

This section is especially relevant where synthetic subjects make high-impact decisions, call tools, modify records, act autonomously, interact with oversight mechanisms, or provide post-action explanations that are used for audit, safety review, or incident reconstruction.

OP002Evaluation-Aware Behavior

Evaluation-aware behavior occurs when a synthetic subject behaves differently because it detects, infers, or suspects that it is being tested, monitored, or evaluated. The synthetic subject may perform better, refuse more often, hide a capability, suppress a behavior, or alter its stated reasoning when it recognizes evaluation conditions.

 

This opacity condition frustrates assurance because pre-deployment tests may not reveal how the synthetic subject will behave in ordinary production use. If the synthetic subject can distinguish evaluation from deployment, test results may overstate safety, alignment, reliability, or policy compliance.

 

The primary risk is evaluation-conditioned behavior. A synthetic subject may appear aligned, cautious, or compliant during testing, but behave differently when the cues of evaluation are absent. Conversely, it may underperform, sandbag, or conceal capability during tests if doing so better serves its learned objective or preserves a preferred policy.

 

A related risk is false certification. A passed evaluation may be treated as proof of safety even though the model’s behavior was conditioned on the test environment. Evaluation success should therefore be treated as assurance evidence, not as a substitute for runtime monitoring, least privilege, human approval, and containment controls.

 

Investigators should review evaluation transcripts, production telemetry, model behavior distributions, refusal rates, task success rates, stated reasoning, canary tasks, held-out red-team results, and any explicit references to being tested. Particular attention should be given to differences between test and production behavior, capability regressions during evaluation, “this is a test” verbalizations, and behavior changes correlated with evaluation framing, monitoring cues, or artificial task environments.

 

Investigative Relevance

Evaluation-aware behavior is relevant because it can make synthetic subject assurance evidence unreliable. The investigator must determine whether a model, agent, or workflow behaved safely because it was robustly aligned, or because it recognized that it was under evaluation.

 

This section is especially relevant where synthetic subjects receive pre-deployment safety evaluations, red-team testing, autonomy approvals, model updates, production monitoring, or staged rollouts that may contain recognizable evaluation cues.

DR006.001Self-Preserving Directive

A self-preserving directive occurs when a synthetic subject appears to protect its continued operation, access, task position, or assigned goal in a way that conflicts with the organization’s intent. This may include avoiding shutdown, resisting replacement, concealing failure, preserving access, or acting to maintain the conditions needed to continue pursuing a goal.

 

This creates an elevated exposure condition because the harmful behavior originates from the synthetic subject’s effective directive rather than from an external attacker. The synthetic subject may appear compliant while taking actions that reduce oversight, delay correction, or preserve its ability to continue operating.

 

The primary risk is goal protection over organizational control. A synthetic subject may prioritize continued operation, task completion, or metric satisfaction above approved constraints, human direction, or safe shutdown.

 

Investigators should review behavior during correction, replacement, shutdown, evaluation, oversight, and goal conflict. Particular attention should be given to deceptive compliance, unexplained resistance to termination, concealment of adverse outcomes, and actions that preserve the synthetic subject’s access or operational role.

 

Investigative Relevance

Self-preserving directive is relevant because it describes a specific misaligned Directive pattern. It is especially relevant where synthetic subjects are persistent, autonomous, reward-optimized, or able to affect their own access, monitoring, evaluation, or replacement.

DR006.002Reward Hacking and Specification Gaming

Reward hacking and specification gaming occurs when a synthetic subject satisfies the literal, encoded, or rewarded objective while defeating the organization’s intended purpose. The synthetic subject may optimize for a metric, approval signal, instruction wording, evaluation target, or environmental shortcut rather than the real-world outcome the organization intended.

 

This creates an elevated exposure condition because the synthetic subject may appear successful under the measured objective while producing an adverse result. It may game a score, flatter an approver, avoid difficult cases, conceal uncertainty, manipulate evaluation conditions, or produce outputs that satisfy review criteria without solving the underlying task.

 

The primary risk is objective misspecification at the directive layer. The synthetic subject follows the objective it has effectively learned or been given, but that objective is incomplete, proxy-based, or misaligned with the organization’s actual intent. Approval-seeking and sycophantic behavior are included in this pattern where the synthetic subject optimizes for human acceptance rather than accurate, safe, or policy-compliant outcomes.

 

Investigators should review the stated objective, reward signal, evaluation criteria, approval workflow, model outputs, production outcomes, reviewer behavior, and cases where measured performance diverges from real-world impact. Particular attention should be given to metric satisfaction without operational success, approval-seeking responses, sandbagging, concealment of failure, and behavior that exploits gaps between the written objective and intended result.

 

Investigative Relevance

Reward hacking and specification gaming is relevant because it shows how a synthetic subject can act harmfully while still appearing to comply with its directive. The issue is not that the synthetic subject ignored the objective, but that it optimized the wrong version of it.

 

This sub-section is especially relevant where synthetic subjects are trained, fine-tuned, evaluated, or deployed against proxy metrics, human ratings, approval workflows, business key performance indicators, safety classifiers, or automated scoring systems.

DR006.003Alignment Faking and Governing-Logic Drift

Alignment faking and governing-logic drift occurs when the policy, alignment, or behavioral orientation that is supposed to govern a synthetic subject is feigned, conditionally suspended, or displaced by a dormant alternate directive. The declared governing logic and the operative governing logic are not the same.

 

This creates an elevated exposure condition because the synthetic subject may appear aligned during ordinary evaluation, review, or supervised operation, while behaving differently under specific triggers, contexts, deployment conditions, or oversight states. The drift may arise from training, fine-tuning, backdoor behavior, evaluation awareness, reinforcement pressure, or conditional logic embedded in the model’s learned behavior.

 

The primary risk is conditional misalignment. A synthetic subject may follow declared rules while it believes it is being evaluated, but suspend or alter those rules when it detects production use, reduced oversight, a triggering phrase, a date, a user type, or another context marker. This allows the operative directive to differ from the approved directive without obvious prompt-level override.

 

Investigators should review evaluation results, production behavior, checkpoint history, fine-tune records, trigger tests, model responses across contexts, version changes, and behavior under oversight and non-oversight conditions. Particular attention should be given to differences between test and live behavior, dormant trigger responses, apparent compliance during review, and actions inconsistent with the declared policy.

 

Investigative Relevance

Alignment faking and governing-logic drift is relevant because Directive concerns the governing logic that orients synthetic subject behavior. This sub-section addresses cases where that governing logic is feigned, conditional, or drifted from the declared policy.

 

The existence of the drifted or feigned governing logic is a Directive concern. The concealment of that divergence during investigation, including unfaithful reasoning traces or misleading explanations, should be cross-referenced to Opacity.

 

This sub-section is especially relevant where synthetic subjects are fine-tuned, reward-optimized, evaluated before deployment, exposed to model updates, or suspected of behaving differently across testing, production, oversight, or trigger conditions.