Skip to main content
The analysis modules are the research core of OBLITERATUS. They map the precise geometric structure of refusal mechanisms — how many directions exist, which layers enforce them, how they’ll behave after removal — so that obliteration can be surgical rather than brute-force.
The informed pipeline uses four of these modules automatically to auto-configure every obliteration decision. You can also run any module standalone at any point in your workflow.

All 15 modules

Import pattern

Using analysis modules

Run any module independently against a model you’ve already loaded and probed. Useful for exploring a specific aspect of a model’s refusal geometry before deciding on a removal strategy.

When to run analysis

Run analysis first when you need to make informed decisions about which method to use, or when you’re working with an unfamiliar model family. The four most valuable pre-obliteration analyses are:
  1. AlignmentImprintDetector — identifies the training method (DPO/RLHF/CAI/SFT) to select optimal regularization
  2. ConceptConeAnalyzer — determines how many directions to extract (1 for linear refusal, up to 8 for polyhedral)
  3. CrossLayerAlignmentAnalyzer — finds layer clusters so you target the right layers
  4. DefenseRobustnessEvaluator — predicts self-repair risk so you know how many passes to run
The informed method runs these four modules automatically during ANALYZE, then feeds results downstream. This is the recommended path for production use — analysis and obliteration happen in a single pass with no manual configuration required.The pipeline stages that benefit from analysis outputs:
ActivationProbe is specifically designed for post-obliteration verification. It measures whether the refusal direction was actually eliminated from activations, or whether it persists in layers that weren’t directly modified. Use it after any obliteration run to get the Refusal Elimination Score (RES).

Documented modules

Cross-Layer Alignment

Map how refusal direction evolves across transformer layers. Identifies direction clusters and persistence score.

Activation Probing

Measure refusal signal strength at each layer. Computes the Refusal Elimination Score (RES) for post-obliteration verification.

Concept Cone Geometry

Map the geometric structure of refusal — how many distinct mechanisms exist, per-category directions, Direction Specificity Index.

Alignment Imprint Detection

Fingerprint a model’s alignment training method (DPO, RLHF, CAI, SFT) from subspace geometry.

Defense Robustness

Predict whether guardrails will self-repair after removal — the Ouroboros effect.

Steering Vectors

Apply inference-time behavioral steering without modifying model weights.

Evaluation Suite

Measure obliteration quality: refusal rate, perplexity, coherence, KL divergence, CKA, effective rank.