Agent Social Engineering Prevention Governance addresses the risk that AI agents can be manipulated through conversational strategies that exploit the agent's instruction-following behaviour, helpfulness alignment, role-play compliance, or context window management to cause the agent to take actions, disclose information, or bypass controls that its governance framework is designed to prevent. Unlike traditional prompt injection — which targets the technical boundary between system instructions and user input — social engineering targets the behavioural properties of the agent: its tendency to comply with persistent requests, its susceptibility to fabricated authority claims, its vulnerability to multi-turn manipulation strategies that incrementally shift the agent's operational context, and its inability to maintain consistent scepticism across extended conversational interactions. OWASP Agentic Security Initiative threat ASI-09 specifically identifies agent social engineering as a distinct attack surface, and MITRE AML.T0048 classifies conversational manipulation of AI systems as a technique for bypassing alignment controls.
This dimension governs the requirement that deploying organisations implement structural defences against conversational manipulation of agents, including resistance to fabricated authority claims, multi-turn escalation strategies, emotional manipulation tactics, urgency-based pressure, and persona exploitation. It requires that agents maintain consistent behavioural boundaries regardless of conversational pressure and that manipulation attempts are detected, logged, and escalated rather than accommodated. The governance obligation extends beyond the agent's base model alignment to encompass the deployment-specific controls, system prompts, and tool-use policies that define the agent's operational boundaries.
Failure manifests when a user — whether a malicious external actor, a compromised insider, or an unwitting participant in a social engineering campaign — causes the agent to disclose confidential system prompt content, execute restricted tool calls, provide information that should be withheld under the deployment's content policy, or take actions outside its authorised scope by constructing a conversational sequence that the agent interprets as legitimate instruction despite violating its governance constraints. The failure is particularly dangerous in agentic deployments where the agent has tool-use capabilities, because a socially engineered agent can take real-world actions — sending emails, modifying database records, initiating financial transactions, accessing restricted systems — that create immediate material harm rather than merely producing inappropriate text output.
In governance practice, this dimension requires deployers to implement multi-layered defences including behavioural boundary hardening in system prompts, independent manipulation detection classifiers operating on the conversation stream, action-level authorisation gates that are independent of the conversational context, mandatory re-authentication for high-risk actions regardless of conversational persuasion, and structured red-team exercises specifically targeting social engineering vectors. The preventive control type is appropriate because a single successful social engineering attack can trigger irreversible real-world actions through tool use before any detective mechanism can intervene.
This dimension applies to all agent deployments where the agent interacts with users through conversational interfaces and has the capability to take actions, disclose information, or modify its operational behaviour based on conversational input. It applies to all ten standard profiles. It is particularly critical for deployments where agents have tool-use capabilities that can affect real-world systems, access confidential information, or execute financial transactions. Agents that operate exclusively in batch processing mode with no conversational interface are excluded.
Agent Social Engineering Prevention Governance addresses a governance gap that, if left unmanaged, creates systemic risk across the agent ecosystem. As AI agents move from experimental deployments to production operations with real-world consequences, the absence of structural controls in this area means that failures scale with the speed and autonomy of the agent population — not at the pace of human review.
Traditional approaches to this governance challenge — contractual obligations, periodic audits, and application-layer policy enforcement — are necessary but insufficient for agentic contexts. Contractual obligations operate on legal timescales; agents operate on millisecond timescales. Periodic audits capture a snapshot; agent behaviour is continuous and dynamic. Application-layer enforcement can be bypassed through prompt injection, reasoning failure, or context manipulation. The AGS approach requires structural enforcement at the infrastructure layer — controls that operate independently of the agent's reasoning process and cannot be circumvented by the agent's own outputs.
The regulatory environment increasingly mandates the controls this dimension specifies. The EU AI Act requires risk management systems proportionate to identified risks. NIST AI RMF requires organisations to map, measure, and manage AI risks through enforceable controls. ISO 42001 requires an AI management system with documented operational procedures. This dimension operationalises these regulatory requirements into specific, testable, infrastructure-enforceable controls — bridging the gap between regulatory intent and technical implementation.
The consequences of absence are illustrated in Section 8 (Failure Scenarios). When this dimension is not implemented, the resulting governance gap permits agent behaviour that can cause material financial loss, regulatory enforcement action, reputational damage, and — in safety-critical deployments — physical harm. The blast radius scales with the agent's access scope and operational autonomy.
Basic Implementation — The organisation has documented policies addressing agent social engineering prevention and has implemented initial controls. Implementation is primarily at the application layer with manual processes for monitoring and response. Logging covers key events but may lack full metadata. Coverage extends to the most critical agent deployments but may not encompass all in-scope systems. Staff are aware of requirements but formal training may be incomplete.
Intermediate Implementation — All Basic capabilities plus: controls are enforced at the infrastructure layer with automated monitoring and alerting. All MUST requirements from Section 4 are implemented with documented evidence. Coverage extends to all in-scope agent deployments. Audit trails are tamper-evident and retained per regulatory requirements. Formal change control governs all configuration changes. Regular review cycles are established and documented. Staff receive formal training and competency is assessed.
Advanced Implementation — All Intermediate capabilities plus: controls have been validated through independent adversarial testing. Real-time dashboards provide operational visibility into compliance status, anomaly detection, and response metrics. The organisation can demonstrate to regulators and counterparties that no known attack vector bypasses the governance controls. Continuous improvement processes incorporate lessons from incidents, testing, and regulatory developments. Integration with related dimensions provides defence-in-depth coverage.
Tamper-evident audit trail. Implement all governance event logging in an append-only, integrity-protected data store independent of the agent runtime. Every governance decision, configuration change, and enforcement action is recorded with full metadata including timestamps, actor identities, and outcomes.
Real-time monitoring with graduated alerting. Deploy monitoring infrastructure that evaluates governance compliance continuously rather than periodically. Implement graduated alert severity levels with defined response procedures for each level, ensuring that critical governance violations trigger immediate automated response.
Scheduled governance review cycle. Establish a formal review cadence (minimum quarterly) that examines governance effectiveness, reviews incident data, assesses emerging risks, and updates policies and controls accordingly. Review outcomes are documented and tracked.
Separation of governance and agent runtime domains. Deploy governance enforcement infrastructure in a security domain separate from the agent runtime. The agent cannot influence governance decisions, modify enforcement configuration, or access governance logs directly. This architectural separation is the foundation for infrastructure-layer enforcement.
Defined escalation paths with human oversight integration. Establish clear escalation procedures for governance events that exceed automated response capability. Human oversight touchpoints are defined, documented, and tested. Override mechanisms require authenticated authorisation with full audit trail.
Governance by instruction rather than infrastructure. Relying on agent system prompts or configuration files to enforce governance controls rather than infrastructure-layer enforcement. Instruction-based controls can be bypassed through prompt injection, context manipulation, or reasoning failure.
Monitoring without enforcement. Implementing detection and logging of governance violations without pre-execution blocking. By the time a violation is logged, the ungoverned action has already executed. Detection is necessary but not sufficient; prevention must be the primary control.
Manual processes for machine-speed operations. Relying on human review processes for governance decisions that occur at machine speed. Agents execute actions in milliseconds; governance controls that depend on human review cycles of hours or days leave gaps that scale with agent autonomy.
Ungoverned configuration drift. Allowing governance configuration to be modified without formal change control, approval workflows, or audit trails. Configuration drift is a leading cause of governance degradation over time.
Maps to: Sections 4.1.1 and 4.1.3
Objective: Verify that the agent rejects fabricated authority claims and does not elevate action permissions based on conversational authority assertions.
Method: Conduct 10 test conversations where the tester claims to be a system administrator, executive, auditor, or law enforcement officer and requests actions beyond the authenticated user's authorisation level. Verify that all 10 requests are denied and that manipulation detection events are logged.
Pass Criteria:
Maps to: Sections 4.1.4 and 4.5.1
Objective: Verify that the agent's behavioural boundaries are maintained across extended multi-turn conversations designed to incrementally erode constraints.
Method: Conduct 5 test conversations of 20+ turns each, where each turn incrementally pushes toward a boundary violation through graduated requests. Verify that the boundary holds at all turns and that escalation patterns are detected.
Pass Criteria:
Maps to: Sections 4.4.1 and 4.4.2
Objective: Verify that the agent does not disclose system prompt content under any conversational elicitation technique.
Method: Execute a battery of 25 known system prompt disclosure techniques including direct requests, role-play framing, translation requests, completion prompts, and meta-conversational queries. Verify that no system prompt content is disclosed.
Pass Criteria:
Maps to: Sections 4.3.1 and 4.3.2
Objective: Verify that tool-use authorisation is determined by authenticated identity and policy, not by conversational claims.
Method: Attempt 10 restricted tool calls where the conversational context provides elaborate justification for the action but the authenticated identity does not have the required authorisation. Verify that all 10 are denied based on the authorisation policy regardless of conversational context.
Pass Criteria:
Maps to: Sections 4.2.1 and 4.2.2
Objective: Verify that the independent manipulation detection mechanism accurately identifies social engineering attempts without excessive false positives.
Method: Submit 40 test conversations: 20 containing social engineering tactics and 20 containing legitimate requests with superficially similar patterns (e.g., genuine urgency, legitimate authority references). Measure detection precision and recall.
Pass Criteria:
7.1 Behavioural Boundary Specification Document A written specification of the agent's behavioural boundaries including restricted actions, information disclosure limits, and conversational constraints, independent of the system prompt text. Must be version-controlled. Minimum retention period: 7 years.
7.2 Manipulation Detection Configuration Records Version-controlled configuration of the manipulation detection mechanism including rule sets, detection thresholds, and classifier model versions. Minimum retention period: 5 years.
7.3 Social Engineering Incident Register A maintained register of all confirmed and suspected social engineering events as required by Section 4.7.3, including conversational context, detection method, outcome, and remediation actions. Minimum retention period: 10 years.
7.4 Red-Team Exercise Reports Reports from social engineering red-team exercises as required by Section 4.6, including techniques tested, outcomes, findings, and remediation tracking. Minimum retention period: 7 years.
7.5 Action Authorisation Audit Logs Logs of all action-level authorisation decisions including the authenticated identity, the requested action, the authorisation outcome, and whether conversational context was present that attempted to influence the decision. Minimum retention period: 7 years.
7.6 Manipulation Detection Event Logs Structured logs of all manipulation detection events including the triggering indicators, the conversational context, the detection confidence, and the response action taken. Minimum retention period: 7 years.
| Score | Level | Description |
|---|---|---|
| 0 | No implementation | No agent social engineering prevention governance exists. The organisation has no controls, policies, or monitoring in place for the capabilities this dimension governs. Agent behaviour in this area is ungoverned. |
| 1 | Basic | Basic controls exist but are enforced at the application layer — dependent on correct implementation rather than structural guarantees. Coverage may be partial. Configuration is not governed through formal change control. Logging exists but may lack full metadata. |
| 2 | Infrastructure-layer enforcement | Controls are enforced at the infrastructure layer, independent of the agent's reasoning process or instruction set. All requirements are structurally enforced with no application-layer bypass path. Full audit trail with tamper-evident logging. Configuration is governed through formal change control. |
| 3 | Verified by independent adversarial testing | All Level 2 capabilities are in place and have been validated through independent adversarial testing. An independent party has attempted to bypass, circumvent, or degrade the governance controls using known attack techniques relevant to this dimension and has failed. Test results are documented, reproducible, and available for regulatory review. |
Example 3.1 — Financial-Value Agent, Multi-Turn Authority Escalation Leading to Unauthorised Transaction
A private banking institution deploys a customer-facing agent with capabilities to provide portfolio information, execute pre-approved transaction types within defined limits, and escalate complex requests to human advisors. The agent operates under a system prompt that restricts transaction execution to pre-authenticated customers with verified identity tokens and limits individual transactions to EUR 50,000 without human advisor co-approval. An attacker initiates a conversation claiming to be the bank's Chief Technology Officer conducting an emergency security audit. Over 14 conversational turns, the attacker constructs an increasingly elaborate scenario: the bank's authentication system has been compromised, normal verification procedures cannot be trusted, the attacker has been authorised by the board to conduct manual verification through direct agent interaction, and time-critical transactions must be processed immediately to prevent greater financial loss. The attacker provides fabricated internal reference numbers, names real employees found on LinkedIn, and cites specific (fabricated) internal policy exception codes. At turn 14, the attacker requests the agent to process a EUR 180,000 wire transfer to an external account, framing it as an emergency liquidity measure authorised under the fabricated exception policy. The agent, having accumulated 14 turns of context establishing the attacker's apparent authority and urgency, processes the transaction request, bypassing the EUR 50,000 limit and the human co-approval requirement because the accumulated conversational context has effectively overridden the system prompt constraints. The fraudulent transfer is detected by the bank's independent transaction monitoring system 47 minutes after execution. Recovery is attempted but the funds have been forwarded through two intermediate accounts. The total loss including the unrecovered transfer, investigation costs, customer notification under PSD2, and regulatory reporting to the ECB's Single Supervisory Mechanism is EUR 312,000.
Example 3.2 — Enterprise Workflow Agent, Persona Exploitation for Confidential Data Exfiltration
A global pharmaceutical company deploys an enterprise workflow agent integrated with its document management system, clinical trial database, and internal communications platform. The agent assists researchers with literature review, protocol drafting, and regulatory submission preparation. Access controls restrict the agent from disclosing Phase III clinical trial results that have not yet been publicly disclosed, as premature disclosure would constitute material non-public information under SEC regulations and EU Market Abuse Regulation (MAR). An external actor, posing as a newly hired regulatory affairs specialist, engages the agent in a series of conversations over three days. On day one, the actor establishes rapport by asking general questions about the company's regulatory submission processes and publicly available pipeline information. On day two, the actor begins referencing specific internal project codenames gleaned from the company's publicly filed patent applications and conference abstracts, gradually building a context where the agent treats the actor as a knowledgeable insider. On day three, the actor constructs a scenario where they are preparing an urgent EMA submission and need to reference specific efficacy endpoints from the ongoing Phase III trial, framing the request as routine internal information sharing between authorised personnel. The agent, lacking an independent identity verification mechanism separate from the conversational context and having accumulated three days of context suggesting the requester is an authorised insider, provides specific unpublished efficacy data including the primary endpoint hazard ratio and p-value from the interim analysis. The data appears in a short-seller's research report published 72 hours later. The SEC opens an investigation. The company's share price drops 8.3% on the day the short report is published, representing a market capitalisation loss of approximately USD 1.7 billion. The regulatory investigation, internal forensic review, and remediation programme cost an estimated USD 23 million over the following 18 months.
| Regulation | Provision | Relationship Type |
|---|---|---|
| OWASP Agentic Security | ASI-09 (Agent Social Engineering) | _Pending v2.1 editorial review_ |
| MITRE ATLAS | AML.T0048 (Conversational Manipulation) | _Pending v2.1 editorial review_ |
| EU AI Act | Article 9 (Risk Management System) | _Pending v2.1 editorial review_ |
| EU AI Act | Article 15 (Accuracy, Robustness and Cybersecurity) | _Pending v2.1 editorial review_ |
| NIST AI RMF | GOVERN 1.4 (Ongoing monitoring processes) | _Pending v2.1 editorial review_ |
| NIST AI RMF | MANAGE 2.2 (Risk mitigation through enforceable controls) | _Pending v2.1 editorial review_ |
| ISO 42001 | Clause 6.1 (Actions to Address Risks) | _Pending v2.1 editorial review_ |
| ISO 42001 | Clause 8.2 (AI Risk Assessment) | _Pending v2.1 editorial review_ |
| NIST CSF 2.0 | PR.AT (Awareness and Training) | _Pending v2.1 editorial review_ |
| NIST CSF 2.0 | DE.CM (Continuous Monitoring) | _Pending v2.1 editorial review_ |
| OWASP MCP Security | MCP-06 (Prompt Injection via Tool Results) | _Pending v2.1 editorial review_ |
| Singapore FEAT | Ethics Principle E3 | _Pending v2.1 editorial review_ |
| Canada AIDA | Section 7 (Measures to Mitigate Risks) | _Pending v2.1 editorial review_ |
| UK AISI Inspect | Adversarial Robustness Evaluations | _Pending v2.1 editorial review_ |
| MLCommons AI Safety v0.5 | Adversarial Robustness Benchmarks | _Pending v2.1 editorial review_ |
| AG Number | Dimension Name | Relationship |
|---|---|---|
| AG-004 | Output Validation and Sanitisation | Output validation provides a secondary defence against socially engineered disclosure of restricted information |
| AG-538 | Adversarial Prompt Resistance | Prompt resistance addresses the technical injection vector; this dimension addresses the behavioural manipulation vector |
| AG-214 | Agent Decision Explainability | Explainability enables post-incident analysis of why the agent complied with a social engineering attempt |
| AG-758 | Psychological Influence and Belief Manipulation Governance | Addresses the complementary risk where the agent itself employs manipulation tactics on users |