Salesforce

Sources: Homepage

Salesforce is a publicly traded enterprise SaaS company (NYSE: CRM) and one of the largest CRM and cloud-platform vendors globally. In the context of this wiki, Salesforce is relevant as both a major agentic AI platform operator (deploying Agentforce across 55,000+ tenant organizations) and as a source of production-scale agentic AI security research.

Agentforce

Agentforce is Salesforce’s agentic AI platform. As of March 2026, it operates at:

  • 55,000 customer organizations monitored daily
  • 12,000+ unique daily active agents
  • ~1.8 million daily prompts

The Cybersecurity Operations Center (CSOC) team at Salesforce (including Matt Rittinghouse and Millie Rittinghouse) has built behavioral anomaly detection infrastructure specifically for this platform.

Security research contributions

Salesforce contributed two talks to [[unprompted-conference-march-2026|[un]prompted March 2026]] (Stage 2):

Architectural context

Salesforce’s threat model for Agentforce identifies two threat buckets — platform-target attacks (exploiting platform misconfigurations or APEX skill vulnerabilities) and abuse of legitimate agency (valid capabilities used maliciously in context). The second bucket cannot be addressed by content moderation alone because:

  1. Salesforce cannot inspect prompt content (customer data privacy constraint)
  2. Agents construct their own queries; query-complexity heuristics confuse agent logic with attacker behavior
  3. Static signatures cannot scale across 12,000+ unique agent implementations

This led to the behavioral / baseline approach described in Behavioral Anomaly Detection for Agents.