Best Practices for Building Agents Recap
Arthur
Agentic AI

Governing AI Agents in Federal Environments: A FISMA-Aligned Approach

Arthur Team
By:Arthur Team
August 24, 2026
Governing AI Agents in Federal Environments: A FISMA-Aligned Approach

Federal agencies and their contractors are rolling out AI agents as fast as anyone else, sometimes faster given the pressure to modernize. These agents do more than generate text. They act. They query internal systems, touch sensitive data, and call APIs across scattered compute environments. If you operate under the Federal Information Security Modernization Act, that shift lands on your desk as a hard question: how do you govern something autonomous, probabilistic, and multiplying across your environment?

FISMA, passed in 2002 and amended by the Federal Information Security Modernization Act of 2014, requires agencies to run agency-wide information security programs built around three with objectives: confidentiality, integrity, and availability. Compliance rests on continuous monitoring, risk assessment, documented controls, and system authorization. The Office of Management and Budget sets policy and oversight, the National Institute of Standards and Technology develops the standards, and CISA administers implementation and operational oversight for civilian agencies.

Those rules were written for deterministic systems, and agents break the assumptions underneath them. The upside is that the same capabilities that make an agent reliable also make it governable. Here is a practical approach to agent governance and how it lines up with what FISMA already asks of you.

Why federal environments raise the stakes

An agent with access to internal systems and sensitive data carries real risk no matter how well it is built. In a federal context, statutory obligations and the sensitivity of the data make that risk sharper.

The harder problem is visibility. Most teams cannot see their full agent footprint. Agents arrive from every direction: engineering teams shipping new applications, vendors selling agent-based products, and existing software that quietly adds agents through routine updates and patches. That churn produces a shadow agent crisis. Organizations tracking dozens of agents last year now face thousands, with no central inventory and no clear owner for any of them.

You cannot secure, monitor, or authorize what you cannot see. Discovery comes first.

Step one: discover every agent

Spreadsheets do not scale to thousands of agents that appear and change by the day. Discovery has to be automated and continuous, and no single method catches everything, so a multilayered strategy built on four techniques works best:

  • OTEL telemetry. The industry has settled on OpenTelemetry as the standard for agent telemetry. Listeners watch these streams for new agents, new tools, and configuration changes, and infer detailed behavior from a standard signal.
  • MCP monitoring. Watching Model Context Protocol servers surfaces new servers in the environment and flags changes to existing ones as agents come online.
  • Network-layer analysis. Inspecting proxied or general network traffic for LLM signatures catches agent and tool usage that would otherwise slip by.
  • API-driven discovery. Cloud platforms like GCP Vertex AI and AWS Bedrock increasingly expose APIs that advertise what is running, adding another layer of coverage.

Once discovered, an unregistered agent becomes a governed application. You assign it to an application, give it an accountable owner, and map it to the policies that should apply. That is the inventory and accountability any FISMA security program depends on.

Step two: govern with a unified but customizable framework

Governance is where most organizations stall. Four problems keep showing up: no established policy for agents, fragmented policies that never roll up across teams, tooling that only works on one cloud or framework, and blanket controls that ignore how different each use case is.

A sound approach handles all four:

  • A unified policy framework applies across the whole enterprise so nothing slips through.
  • Agnostic governance through a single, central control plane works regardless of use case, stack, or cloud provider.
  • Customizable policies adapt to each agent, because a citizen-facing agent and a back-office data agent need very different controls.

That last point is not trivial. A citizen-facing support agent needs guardrails for PII, toxicity, hallucination, and prompt injection, plus evaluators for tone, correctness, and topic adherence. A back-office agent working with structured data needs SQL accuracy evaluators and strict read/write access policies. The framework stays unified while the policies stay specific to each job.

Continuous monitoring as ongoing assessment

FISMA requires continuous monitoring of authorized systems to catch weaknesses and respond to incidents quickly, with significant changes documented in the System Security Plan (SSP). Point-in-time checks fit deterministic software. They do not fit agents. An agent that passes a test suite today can fail the same cases tomorrow, because its behavior is probabilistic and production throws far more varied inputs at it than any handwritten test set. Ongoing assessment is the only approach that matches how agents actually behave.

Two layers deliver that assessment:

  • Continuous evals run against real production traffic. They are unsupervised, so they need no ground-truth answer, which is what lets them run on every interaction. Each eval is binary pass/fail, targets one specific failure mode, and returns a plain-language explanation. Common checks include hallucination, answer completeness, topic adherence, and goal accuracy.
  • Real-time guardrails intercept behavior as it happens. Pre-LLM guardrails handle PII detection and redaction, sensitive data blocking, and prompt injection before input reaches the model. Post-LLM guardrails handle hallucination detection, toxicity, and action validation before a response reaches the user. The strongest pattern is a self-correction loop: a failed response gets fed back to the model with a targeted correction request and revised mid-execution instead of surfacing as an error.

Every guardrail trigger and eval result gets emitted as telemetry. Teams can alert immediately on high-confidence failures or queue interactions for human review. Either way, you end up with an auditable, real-time record of how each agent behaves in production, which is the kind of evidence continuous monitoring calls for.

Keeping data inside the authorization boundary

FISMA ties the rigor of a system's controls to its risk categorization under FIPS 199, which spans Low, Moderate, and High impact levels. That categorization drives minimum requirements under FIPS 200 and the corresponding NIST SP 800-53 control baseline.

A federated architecture that separates the data plane from the control plane solves for this:

  • The data plane runs inside the agency's own VPC, next to the AI workloads. Prompts, completions, retrieved documents, and PII stay local and never cross the boundary.
  • The control plane handles dashboards, alerts, RBAC, and SSO. Only lightweight, anonymized metrics travel to it from the data plane.

You get the operational simplicity of a managed control plane without shipping production inference data to a vendor. For workloads carrying confidentiality and integrity obligations, keeping sensitive data inside the controlled environment often decides how much authorization work an agent creates, and whether it earns an Authority to Operate without a drawn-out review. One caveat worth naming: what leaves the environment matters. Anonymized operational metrics are a different question from sensitive federal metadata, and the agency's Authorizing Official, not the vendor, decides where the boundary falls.

Accountability through named ownership

Every agent needs a named owner accountable for its compliance and behavior. An agent without an owner is an agent without accountability, and reviewers treat that as a red flag.

Good governance views make ownership actionable. For each agent they surface the tools it can call, the models and providers it uses, the data sources it touches, and the subagents it delegates to. That is the risk surface a reviewer needs, in one place, instead of reconstructed from scattered logs.

The ADLC as the underlying methodology

Governance is not bolted on at the end. It is the third phase of the Agent Development Lifecycle (ADLC), a methodology for building reliable agents. The ADLC runs through planning and initial implementation, the Agent Development Flywheel of iterative evaluation and improvement, and agentic governance.

For federal teams, the takeaway is encouraging: the work that makes an agent reliable is the same work that makes it governable. Teams that instrument thoroughly, run continuous evals, and enforce guardrails from day one are already most of the way to review-readiness. Governance turns into a byproduct of good engineering rather than a separate compliance scramble.

Move fast and still clear review

FISMA and agentic AI can feel like opposing forces, one demanding rigor and documentation, the other moving faster than any approval cycle. They do not have to fight. Automated discovery gives you inventory. A unified, customizable policy framework gives you control. Continuous evals and guardrails give you ongoing assessment. A federated architecture keeps sensitive data inside your boundary. Named ownership gives you accountability. Put together, they let federal teams adopt agents aggressively and still meet the obligations that govern them.

This is how Arthur works with federal teams building and deploying AI agents. Discovery gives you the inventory, policy gives you control, evals and guardrails give you ongoing assessment, and a federated architecture keeps inference data inside your boundary. To get started, book a demo with an AI expert.

SHARE