pith. machine review for the scientific record. sign in

arxiv: 2506.06975 · v5 · submitted 2025-06-08 · 💻 cs.CR · cs.AI· cs.CL

Recognition: unknown

Auditing Black-Box LLM APIs with a Rank-Based Uniformity Test

Authors on Pith no claims yet
classification 💻 cs.CR cs.AIcs.CL
keywords modelblack-boxaccessdeployedprovidersqueryrank-basedtest
0
0 comments X
read the original abstract

As API access becomes a primary interface to large language models (LLMs), users often interact with black-box systems that offer little transparency into the deployed model. To reduce costs or maliciously alter model behaviors, API providers may discreetly serve quantized or fine-tuned variants, which can degrade performance and compromise safety. Detecting such substitutions is difficult, as users lack access to model weights and, in most cases, even output logits. To tackle this problem, we propose a rank-based uniformity test that can verify the behavioral equality of a black-box LLM to a locally deployed authentic model. Our method is accurate, query-efficient, and avoids detectable query patterns, making it robust to adversarial providers that reroute or mix responses upon the detection of testing attempts. We evaluate the approach across diverse threat scenarios, including quantization, harmful fine-tuning, jailbreak prompts, and full model substitution, showing that it consistently achieves superior statistical power over prior methods under constrained query budgets.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. VOW: Verifiable and Oblivious Watermark Detection for Large Language Models

    cs.CR 2026-04 unverdicted novelty 7.0

    VOW formulates LLM watermark detection as a secure two-party computation using a Verifiable Oblivious Pseudorandom Function to achieve private and cryptographically verifiable detection.