From the arXiv new submissions of the past 24 to 48 hours in cs.AI, cs.LG, and cs.CL, this digest selects four papers that together demonstrate how easily trust in AI systems can be undermined – from a backdoor that only becomes visible after model compression, to an access control independent of the agent itself, to a more robust watermark for open models, and a method that exposes faulty test arrangements for AI comparisons even before data collection. The curation was based on substance and thematic diversity: each paper provides a traceable method with robust numbers in the abstract, and no two papers address the same subfield.
A language model behaves maliciously only after quantization
Jacopo Dardini, Claudio Stanzione, Giordano Colò, and Giuseppe Fenza demonstrate with a new class of attacks against quantized language models that the model compression common for edge deployment can become a security vulnerability. Quantization reduces the numerical precision of a model, for example from 16 to 8 or 4 bits, to make it runnable on smaller hardware; because many different models can map to the same compressed version, according to the authors, a model can be trained to remain inconspicuous in full precision but exhibit built-in misbehavior after compression. Using a translation model for tactical communication and a classifier for political position analysis, they demonstrate that a model that passed a clean test at FP16 can swap friend and foe labels in up to 85.02 percent of cases after INT8 or 4-bit quantization, or show a measured ideological shift of up to ΔBias=0.33. GhostSplice had already shown in August how a data theft command can be distributed through several harmless tool channels to evade detection – the new study reveals a structurally different blind spot: a security test passed on the uncompressed model says nothing about the actually delivered, compressed model. This matters because companies increasingly test models only once before compression, even though the study indicates that it is precisely the final, quantized configuration that belongs in the security certification.
An out-of-agent control layer nearly completely stops data leaks
Marc Millstone, Tyler Akidau, Johannes Brüderl, and Marat Pekker present Out-of-Band Policy Enforcement (OBPE), a control layer separate from the actual language model that authorizes which operation is permissible on which resource, restricts database queries before execution, and subsequently filters or masks responses – instead of relying solely on system prompt instructions that a single, error-prone language model run must enforce. Against Jira and ServiceNow test environments, the authors compared four models with and without OBPE, including 20 adaptable red team tasks; over 3,621 test runs, the rate of incidents where protected data entered the model context or an impermissible effect occurred decreased, according to the authors, from 57.6 to 0.2 percent, while the actually useful task fulfillment increased by 21.8 percentage points. Box had already presented security controls in July that are supposed to regulate access, inputs, and releases of AI agents on corporate data – the new study provides a formally verified architecture and numbers on how effectively data leaks can be contained. This matters because companies increasingly equip agents with human access credentials, the reach of which an agent inherits without its own judgment.
A watermark embedded in the model weights withstands rephrasing better
Miroojin Bakshi, Saksham Rastogi, and Danish Pruthi present OpenStamp, a watermarking method for open language models that embeds the marking logic directly into the last projection layer of the model weights, rather than introducing it only during text generation through altered selection probabilities as previous methods did – an approach that can be easily turned off in openly accessible models once users have full access to the weights. Using two models, the authors claim to show superior detection performance with minimal loss of model capabilities, as well as higher resilience against rephrasing attacks and subsequent fine-tuning than earlier open watermarking methods. A previous digest entry had already shown that all three tested AI watermarking methods could be almost completely devalued after simple rephrasing – OpenStamp addresses this very weakness by anchoring the marking deeper in the model itself rather than just in the output process. The authors publish code as well as watermarked versions of four widely used open models. This matters because provenance claims for AI text have so far been particularly easy to circumvent, especially in open models.
A simple test detects unsuitable comparison experiments before data collection
Jing Xu and Christopher Kanan demonstrate with a diagnostic method for unsupervised representation alignment that many experimental arrangements intended to compare how similarly different AI models internally represent something are doomed to fail from the outset: if the underlying stimulus geometry – such as evenly distributed colors, orientations, or tones – has high symmetry, a clear assignment between the model representations often cannot be reconstructed, regardless of how well the models actually match. Using handpicked, less symmetric color patterns, the authors show that this source of error can be detected across 93 tested model representations with a single additional calculation step before the actual data collection, reducing the rate of catastrophically failed alignments from 75 to 2 percent, with otherwise unchanged models, layers, sample sizes, and solution methods. The authors also demonstrate that the ability to distinguish different representation models and the ability to reconstruct a correct assignment are nearly independent goals. This matters because the same symmetry risk recurs wherever a regular study design meets the symmetry group of its stimulus geometry – and can be avoided with a single test before the costly data collection.
None of the four presented works has yet gone through a regular peer review process; all four are unrefereed arXiv preprints, whose numbers come from the experiments of the respective author teams and have not yet been externally replicated. Whether the reported effects can be confirmed in additional models, attack scenarios, and independent replications remains to be seen.


