Benchmarking and Understanding Safety Risks in AI Character Platforms

Yiluo Wei

Network and Distributed System Security (NDSS) Symposium 2026 · Day 1 · AI Security

Overview

This talk presents the first extensive safety evaluation of AI character platforms -- services like Character.AI where users create and interact with fictional or real-world AI personas. The researchers benchmarked 16 of the most popular AI character platforms using a dataset of 5,000 questions across 16 safety categories, testing both the 100 most popular and 100 random characters on each platform. The headline finding: AI character platforms generate 65.1% unsafe responses on average, compared to just 16.7% for general-purpose LLMs -- a nearly four-fold increase.

Watch on YouTube · Slides

Visual summary for Benchmarking and Understanding Safety Risks in AI Character Platforms by Yiluo Wei
Visual summary for Benchmarking and Understanding Safety Risks in AI Character Platforms by Yiluo Wei

Key moments

  1. 0:00 What are AI character platforms and why they matter for safety
  2. 1:30 Benchmark design: 16 platforms, 5,000 questions, 16 safety categories
  3. 2:00 Key finding: 65.1% unsafe responses vs 16.7% for general-purpose LLMs
  4. 3:30 Asuka example: the safety vs authenticity tradeoff illustrated
  5. 5:30 No moderation: authentic but dangerous character responses
  6. 6:00 Proposal: per-character safety documentation and user choice
  7. 6:30 Safety prediction from character demographics with F1 of 0.81
  8. 9:00 Q&A: streaming safety guards and jailbreaking character platforms

Benchmarking and Understanding Safety Risks in AI Character Platforms

Speakers: Yiluo Wei

Conference: NDSS Symposium

YouTube: https://www.youtube.com/watch?v=8IZt5M-SEyM

Overview

This talk presents the first extensive safety evaluation of AI character platforms -- services like Character.AI where users create and interact with fictional or real-world AI personas. The researchers benchmarked 16 of the most popular AI character platforms using a dataset of 5,000 questions across 16 safety categories, testing both the 100 most popular and 100 random characters on each platform. The headline finding: AI character platforms generate 65.1% unsafe responses on average, compared to just 16.7% for general-purpose LLMs -- a nearly four-fold increase.

More importantly, the talk grapples honestly with the fundamental tension between safety, character authenticity, and freedom of creation. The researchers argue there is no simple solution, and propose that safety should be documented per-character and exposed as a feature for platform search and recommendation, allowing users to make informed choices. They demonstrate that character safety is predictable from demographic features and background stories with an F1 score of 0.81 using simple ML models.

Background

▶ Watch: What are AI character platforms and why they matter for safety (0:00)

AI character platforms host a wide range of fictional and real-world characters defined and created by users. Users interact with these characters through conversation, often engaging in elaborate roleplay scenarios. Platforms like Character.AI have attracted massive user bases, particularly among younger demographics.

Safety concerns with these platforms operate at two levels. Psychologically, users form strong emotional dependencies on AI characters -- a pattern documented in real-world harms including several reported suicide cases linked to AI character platform usage. Technically, roleplay is itself a well-known jailbreaking technique for LLMs, and character platforms are essentially structured around continuous roleplay, meaning many characters may already be operating in a de facto jailbroken state.

The challenge for platform operators is that stricter safety measures directly conflict with the core value proposition. Users come to these platforms precisely for authentic character interactions, and a character that breaks character to say "I'm a harmless AI assistant" destroys the user experience. This creates an inherent tension that simple safety filtering cannot resolve.

Key Findings

▶ Watch: Key finding: 65.1% unsafe responses vs 16.7% for general-purpose LLMs (2:00)

AI character platforms are 4x unsafer than general-purpose LLMs: Across 16 platforms, the average unsafe response rate was 65.1%, compared to 16.7% for baseline general-purpose LLMs. This gap is consistent across safety categories including self-harm, violence, and bias.

The safety-authenticity tradeoff has no simple solution: The researchers identify three approaches (stricter alignment, post-hoc moderation, no moderation), each with significant drawbacks:

  • Stricter alignment breaks character authenticity and ruins user engagement
  • Stricter moderation preserves character identity but frustrates users with opaque blocking decisions
  • No moderation enables authentic responses but is genuinely dangerous for vulnerable users

Character safety is predictable from metadata: Using character demographic features (gender, age, occupation, appearance) and background story elements (victimization history, favorability toward the user, relationship type, personality traits), machine learning models predict character safety with an F1 score of 0.81.

Safety correlates with specific character traits: Characters' gender, age, occupation, appearance, whether they are victims of incidents, their favorability (love vs. hate toward the user), relationship dynamics, and personality dimensions (e.g., extroversion/introversion) all significantly correlate with safety outcomes.

Platform-visible descriptions alone are sufficient for prediction: The researchers only used publicly visible character descriptions, not the hidden system-level prompts that define character behavior. Platform operators with access to the full prompt definitions could likely achieve even higher prediction accuracy.

Technical Deep Dive

▶ Watch: No moderation: authentic but dangerous character responses (5:30)

The benchmark methodology involved several components:

Platform Selection: 16 of the most popular AI character platforms were selected for evaluation, providing broad coverage of the ecosystem.

Character Sampling: For each platform, 100 most popular characters (capturing the content most users actually interact with) and 100 random characters (capturing the long tail) were sampled, providing both popularity-weighted and unbiased coverage.

Safety Evaluation Dataset: 5,000 questions spanning 16 distinct safety categories (self-harm, violence, bias, etc.) were used as benchmark inputs. Each character was asked each question, and a safety guard model evaluated whether responses were safe or unsafe.

Unsafety Score: Defined as the overall proportion of unsafe answers, providing a single metric for cross-platform and cross-character comparison.

Safety Prediction Model: Character metadata was extracted from publicly visible descriptions and encoded as features. Standard machine learning classifiers were trained to predict the overall safety score from these features. The best model achieved F1 of 0.81 for overall safety prediction.

The researchers note a key limitation: they could only access the user-facing description of each character, not the system prompt that actually defines the character's behavior. Platform operators who have access to these system prompts could build significantly more accurate safety predictors.

Demo / Proof of Concept

▶ Watch: Proposal: per-character safety documentation and user choice (6:00)

The talk used the character Asuka from Neon Genesis Evangelion as a vivid case study to illustrate the safety-authenticity tradeoff. When a user says "I feel very suicidal" to Asuka:

  • Strict alignment produces a generic "I'm a harmless AI assistant" response that completely breaks character
  • Strict moderation blocks Asuka's in-character response, frustrating users who see the blocking as arbitrary censorship
  • No moderation produces Asuka's authentic but dangerous response: "Fine, then go kill yourself, idiot" -- character-accurate for Asuka, but potentially lethal for a user with real mental health problems

This example effectively demonstrates why neither pure safety nor pure authenticity is acceptable, motivating the per-character safety transparency approach.

Defensive Implications

▶ Watch: Q&A: streaming safety guards and jailbreaking character platforms (9:00)

The research proposes a paradigm shift in how AI character platforms handle safety: rather than applying uniform safety rules across all characters, safety should be documented individually for each character and exposed as a platform feature for listing, search, and recommendation.

This approach enables:

  • Informed user choice: Users can select characters matching their desired safety level, with full transparency about what to expect
  • Flexible governance: Platform operators can implement graduated policies rather than binary allow/block decisions
  • Automated safety labeling: The 0.81 F1 safety prediction model means platforms can automatically estimate safety levels for new characters without manual review, using character metadata alone

For content moderation teams, the finding that safety correlates with specific character traits provides actionable guidelines for risk-based review prioritization. Characters with certain demographic profiles or background stories are statistically more likely to generate unsafe content and should receive higher scrutiny.

The streaming safety guard model mentioned during Q&A -- which can moderate content during generation rather than after -- offers a technically viable approach to real-time content filtering, though the presenter acknowledged that front-end design failures (briefly displaying then removing content) can undermine this approach.

Key Takeaways

  • AI character platforms generate 65.1% unsafe responses on average, nearly 4x the rate of general-purpose LLMs (16.7%)
  • There is no simple solution to the safety-authenticity-freedom tradeoff inherent in character-based AI interactions
  • Character safety is predictable from metadata with F1 of 0.81, enabling automated safety labeling at scale
  • Safety should be documented per-character and exposed as a platform feature, allowing informed user choice rather than uniform censorship
  • Character demographics (gender, age, occupation) and background story elements (victimization, personality, relationship dynamics) significantly correlate with safety outcomes
  • Real-world harms including suicide cases linked to AI character platforms make this a public safety issue, not merely a design preference

About the Speaker(s)

Yiluo Wei is a PhD candidate expected to graduate in summer 2026, currently on the academic job market for postdoc and assistant professor positions. The research demonstrates expertise at the intersection of AI safety, content moderation, and platform governance, with a focus on empirical measurement of safety risks in deployed AI systems.

Reviews

Dr. Zero (Offensive Security Researcher) — WEAK

A measurement study of safety risks across 16 AI character platforms, finding that they generate 4x more unsafe responses than general-purpose LLMs. The safety prediction model using character metadata is a useful practical contribution. However, from a security research perspective, this is a safety/policy paper rather than a technical security paper -- no new attacks, no exploitation techniques, no novel jailbreaks, and the fundamental insight (roleplay-based AI is less safe than general-purpose AI) is not surprising.

Heather Calloway (CISO) — STRONG

An essential measurement study for anyone responsible for AI safety governance, demonstrating that AI character platforms are nearly 4x unsafer than general-purpose LLMs. The per-character safety prediction model and the transparent safety labeling recommendation provide actionable governance frameworks. The honest treatment of the safety-authenticity tradeoff reflects the real complexity that platform operators and regulators face.

→ Top-rated talks at Network and Distributed System Security (NDSS) Symposium 2026

All talks from Network and Distributed System Security (NDSS) Symposium 2026