> For the complete documentation index, see [llms.txt](https://docs.trustlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlogix.io/trust-ai/guardian-agent.md).

# Guardian Agent

Guardian Agent is our next-generation security agent and a conversational security expert designed to revolutionize how you manage security, compliance, and data governance.

### **Key Functionalities**

#### **Intelligent Monitoring & Auditing:**

* **Agent Activity Tracking:** Instantly identify unauthorized query executions and monitor agent behavior to ensure it aligns with security controls like NIST and ISO42001.
* **Permission Forensics:** Quickly trace back which specific permissions or privileges enabled a particular action or query by an agent.

#### Advanced Privilege Abuse Detection:

* **Role Analysis:** Proactively identify users and agents  with excessive privileges, such as the ACCOUNTADMIN role, and analyze historical GRANT and REVOKE operations.
* **Assignment Security:** Automatically check for security issues within role assignments and ensure users or agents have appropriate access for their job functions/purpose.

#### Sensitive Data Protection:

* **Masking Policy Validation:** Verify which sensitive columns lack masking policies and monitor which agents are accessing them.

#### Dark Data & Residency Insights:

* **Inactive Data Cleanup:** Identify "dark" tables—sensitive data that hasn't been queried in over 90 days—to reduce your risk surface and storage costs.
* **Cross-Environment Monitoring:** Detect cross-database or cross-environment access patterns and track data movement or export activities by agents and/or users.

#### Comprehensive User Profiling:

* Get instant snapshots of user profiles, including their roles, departments, default namespaces, and MFA status.

### Key Benefits

* **Automated Compliance:** Stay ahead of regulatory requirements with built-in support for GDPR, CCPA/CPRA, ISO27001, ISO42001, SOC2, and NIST CSF.
* **Proactive Risk Mitigation:** Catch dormant admin accounts, potential data exfiltration, and privilege escalations before they can be exploited by agents.
* **Operational Efficiency:** Replace hours of manual log analysis and complex SQL queries with simple natural language questions.
* **Enhanced Visibility:** Gain a 360-degree view of your data ecosystem, from who has access to how that data is moving across your organization.
* **Actionable Insights:** Every query provides not just data, but suggested next steps to help you further harden your security environment.

### What’s Next?

We are continuously expanding Guardian Agent’s capabilities. Soon, you’ll be able to download detailed audit records directly as CSV files and enjoy even more refined "Suggested Next Questions" to guide your security investigations.

Empower your security team with Guardian Agent today—the future of intelligent data protection.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trustlogix.io/trust-ai/guardian-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
