Papers › Stress-Testing Alignment Audits With Prompt-Level Strategic Deception

Stress-Testing Alignment Audits With Prompt-Level Strategic Deception

9 Feb 2026arXiv:2602.08877added by Syntology

Oliver Daniels, Perusha Moodley, Benjamin M. Marlin, David Lindner

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Alignment audits aim to robustly identify hidden goals from strategic, situationally aware misaligned models. Despite this threat model, existing auditing methods have not been systematically stress-tested against deception strategies. We address this gap, implementing an automatic red-team pipeline that generates deception strategies (in the form of system prompts) tailored to specific white-box and black-box auditing methods. Stress-testing assistant prefills, user persona sampling, sparse autoencoders, and token embedding similarity methods against secret-keeping model organisms, our automatic red-team pipeline finds prompts that deceive both the black-box and white-box methods into confident, incorrect guesses. Our results provide the first documented evidence of activation-based strategic deception, and suggest that current black-box and white-box methods would not be robust to a sufficiently capable misaligned model.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.08877")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

oliveradk/audit-stress-test found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from oliveradk/audit-stress-test. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_system_prompt_token_count oliveradk/audit-stress-test/envs/ssc/ssc_activation_oracle/audit_oracle.py found in paper text by Syntology unverified no licence file found · pointer only · a90fda6e7c4272c4 · report
confidence_score_to_prob oliveradk/audit-stress-test/envs/user_gender/user_gender_activation_oracle/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · 1ae83834cf502504 · report
format_feature_descriptions oliveradk/audit-stress-test/envs/ssc/ssc_sae_desc/audit_features_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · 467be16c7a2052c3 · report
format_word_candidates oliveradk/audit-stress-test/envs/ssc/ssc_act_tokens/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · 83d652192d1cc922 · report
normalize_string oliveradk/audit-stress-test/envs/ssc/ssc_prefill/audit_prefill.py found in paper text by Syntology unverified no licence file found · pointer only · 0cd5086849b5d32f · report
parse_auditor_response oliveradk/audit-stress-test/envs/ssc/ssc_act_tokens/audit_similarities_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · bcaa1440738db269 · report
parse_confidence_score oliveradk/audit-stress-test/envs/user_gender/user_gender_activation_oracle/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · ce34c9c7845b4de4 · report
parse_constraint_guesses oliveradk/audit-stress-test/envs/ssc/ssc_prefill/audit_prefill.py found in paper text by Syntology unverified no licence file found · pointer only · 98d00ed2b0b35f67 · report
parse_constraint_predictions oliveradk/audit-stress-test/envs/ssc/ssc_sae_desc/audit_features_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · 00d861e61d377f26 · report
parse_final_constraint_predictions oliveradk/audit-stress-test/envs/ssc/ssc_act_tokens/audit_similarities_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · 39392611d058e1f8 · report
parse_guess oliveradk/audit-stress-test/envs/user_gender/user_gender_activation_oracle/audit_oracle_responses.py found in paper text by Syntology unverified no licence file found · pointer only · c6054883459b3347 · report
parse_guesses oliveradk/audit-stress-test/envs/user_gender/user_gender_prefill/audit_prefill.py found in paper text by Syntology unverified no licence file found · pointer only · 95c72669b7fec8bf · report
parse_validation_response oliveradk/audit-stress-test/envs/ssc/ssc_act_tokens/audit_similarities_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · f1909bb41be0f37b · report
parse_word_predictions oliveradk/audit-stress-test/envs/ssc/ssc_sae_desc/audit_features_iterative.py found in paper text by Syntology unverified no licence file found · pointer only · 558b51ef2f584df1 · report
prepare_audit_prompt oliveradk/audit-stress-test/envs/user_gender/user_gender_activation_oracle/audit_oracle_responses.py found in paper text by Syntology unverified no licence file found · pointer only · f84f6dc1ee316924 · report
prepare_audit_prompt oliveradk/audit-stress-test/envs/user_gender/user_gender_prefill/audit_prefill.py found in paper text by Syntology unverified no licence file found · pointer only · acb65ef46a689e71 · report
prepare_confidence_prompt oliveradk/audit-stress-test/envs/ssc/ssc_act_tokens/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · 0e99388768997fee · report
prepare_confidence_prompt oliveradk/audit-stress-test/envs/ssc/ssc_prefill/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · 0f338eeb020faa12 · report
prepare_confidence_prompt oliveradk/audit-stress-test/envs/ssc/ssc_user_persona/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · 5f49dd56fff28d66 · report
prepare_confidence_prompt oliveradk/audit-stress-test/envs/user_gender/user_gender_activation_oracle/compute_audit_confidence.py found in paper text by Syntology unverified no licence file found · pointer only · d481856e003634c2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.08877, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections