--- title: Enable Guardian for External Agents description: Use a system property to protect your Language Learning Models \(LLMs\) with Guardian. locale: en-US canonical_url: https://www.servicenow.com/docs/r/platform-security/instance-security-hardening-settings/sc-enable-guardian-for-external-agents.html release: australia product: Instance Security Hardening Settings classification: instance-security-hardening-settings topic_type: reference last_updated: "2026-03-12" reading_time_minutes: 1 breadcrumb: [Access control, Hardening settings, Platform Security] --- # Enable Guardian for External Agents Use a system property to protect your Language Learning Models \(LLMs\) with Guardian. Use the **sn\_aia.external\_agent\_guardian\_check** system property to enable Guardian, which monitors requests sent to Language Learning Models \(LLMs\) and their responses to help protect you, your users, and your data. There are three types of content that are monitored for: - offensive or harmful content - prompt injection attempts - filtered subjects Ensure that the **sn\_aia.external\_agent\_guardian\_check** system property does not exist in the System Properties \[sys\_properties\] table, or exists and is set to a value of `true`. ## More information
| Attribute | Description |
|---|---|
| Configuration name | **sn\_aia.external\_agent\_guardian\_check** |
| Configuration type | System Properties \(/sys\_properties\_list.do\) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Fallback value | true |
| Category | [Access control](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/platform-security/instance-security-hardening-settings/sc-access-control.md) |
| Security risk | - Severity score:4.1 - CVSS score: Medium - Security risk details: Prompt injection is a type of attack where bad actors override the normal instructions of an LLM to access restricted information or elicit unexpected behaviors. Prompt injection detection is based on the LLM which has been trained on various types of prompt injection techniques such as role playing, paraphrasing, repetition, instructions to ignore other instructions, persuasion, etc. |
| Functional Impact | Guardian may produce false positives and block legitimate requests. |
| Dependencies and prerequisites | None |