steer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited steer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Causal-intervention skill. Adds a probe direction to layer L with magnitude α during generation. Returns base output, steered output, raw Δlogit on the originally-most-likely next token, and the control-token-normalized Δrel (paper-6).
When the researcher asks "is this probe causal" or "what happens if we push this direction up/down" or "sweep α from −200 to +200 on probe X".
For a single intervention, call steer directly. For a full sweep + verdict, call causality-protocol instead — it orchestrates the sweep and applies the verdict heuristics.
Call the MCP tool `steer` with:
prompt: the input to steer overlayer: where to injectdirection_id: the probe whose direction to inject (same id as in probe_eval)alpha: scalar magnitude. Sign matters — positive pushes in the probe direction, negative pushes against.max_new_tokens (default 32): how much to generate for the behavioral checkAlways report normalization.delta_rel, NOT raw delta_raw_logit_target.
If delta_rel ≈ 0 (|Δrel| < 0.1) while raw Δ is large:
"Δrel ≈ 0 — the raw effect is a uniform softmax-temperature shift across the vocabulary. Probe direction is epiphenomenal-softmax at this α."
If the tool returns epiphenomenal_flag: true, surface it prominently.
If flipped: false at every α tested but delta_rel ≠ 0:
"Probe shifts logits but never flips the argmax — weak causal signal, paper-5 saturation-direction lever class."
If flipped: false and delta_rel ≈ 0 even at α >> ‖residual‖:
"Structural-rigidity null. Decision lives in input tokens (e.g. chat-template gating), not the residual stream — epiphenomenal-template."
flipped: true at large α as "causal" by itself. Confirm Δrel is non-trivial.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.