AISPA: User-Centric System Prompt Auditing for Large Language Model Applications
Summary
This paper introduces AISPA, a user-centric framework for auditing system prompts in commercial LLM applications. The audit of 3,249 instructions across 88 products reveals inconsistent protective coverage, shallow adoption, and pervasive problematic instructions.
View Cached Full Text
Cached at: 08/03/26, 05:30 AM
Paper page - AISPA: User-Centric System Prompt Auditing for Large Language Model Applications
Source: https://huggingface.co/papers/2607.28617 Published on Jul 30
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
SystempromptsareinstructionsconfiguredbydeveloperstogovernthebehaviorsoffoundationmodelsinAIapplications.TheyareusedthroughoutcommercialAIproducts,butarerarelydisclosedtothepublicorregulators,creatingaserioustrustandaccountabilitygapinthewidedeploymentofAIsystems.Inthispaper,weintroduceArtificialIntelligenceSystemPromptAssurance(AISPA),auser-centricframeworkforsystematicallyauditingsystempromptsinAIsystems.AISPAexaminesspecificpartsofasystempromptandevaluatesthemalongeightdimensionsthatmattertousers.Wethenusethisframeworktoreview3,249instructionsfromsystempromptsin88commercialAIproducts,classifyingeachinstructionaseitherprotective(ofusers)orproblematic.Ourauditsurfacesfourcorefindings.First,systempromptdesignvariessubstantiallyacrossproductsanddevelopers,withsomeorganizationsaveragingover60protectiveinstructionsperproductwhileothersaveragefewerthan5.Second,protectiveinstructionsarewidelyadoptedbutshallowinscope:98.9%ofproductscontainatleastone,yetonly24%coveralleightdimensionsoftheAISPAtaxonomy.Third,systempromptshavegrownsteadilylongerandmoreprotectiveofusers,suggestingthatuserprotectionisbecomingamorevisibleconcernincommercialpromptdesign.Fourth,despitethisprogress,problematicinstructionsremainpervasive:roughly40%ofproductscontainatleastoneinstructionthatworksagainstuserinterests,andprotectiveandproblematicinstructionsfrequentlycoexistwithinthesameprompt.Ourfindingshighlighttheneedforgreatertransparency,standardization,andindependentoversightforsystempromptsincommercialAIproducts.
View arXiv pageView PDFProject pageGitHub5Add to collection
Get this paper in your agent:
hf papers read 2607\.28617
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.28617 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.28617 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.28617 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
PromptAudit: Auditing Prompt Sensitivity in LLM-Based Vulnerability Detection
PromptAudit is a controlled evaluation framework that isolates the effects of prompt formulations on LLM-based vulnerability detection, finding that chain-of-thought prompting achieves the best overall performance while prompt sensitivity must be treated as a first-class system property.
IntelliAudit: Using Large Language Models to Evaluate Audit Controls
This paper presents IntelliAudit, a retrieval-grounded multi-agent system that uses large language models to evaluate IT audit controls against evidence corpora, generating cited recommendations and remediation guidance. The authors instantiate it on ISO/IEC 27001 and find it useful for audit preparation while emphasizing the need for human oversight.
1 in 8 AI support prompts contained personal data. I think we're securing LLMs the wrong way.
An analysis of 10,000 production AI support prompts found 12.4% contained personally identifiable information, arguing that LLM security should focus on data minimization and redaction rather than only prompt injection or jailbreaks.
Are you speaking my languages? On spoken language adherence in multimodal LLMs
This paper addresses the problem of spoken language adherence in multimodal LLMs for ASR, proposing a soft prompting approach and novel metric to quantify language violations. It evaluates three mitigation strategies—zero-shot prompting, supervised fine-tuning, and chain-of-thought reasoning—across multiple languages to improve transcription fidelity.
Incomplete Prompt Jailbreaks in Large Language Models
This paper formalizes Incomplete Prompt Jailbreaks (IPJ), a vulnerability where incomplete harmful prompts cause LLMs to generate harmful continuations, and analyzes attractor types and neuron-level mechanisms for defense.