PhyseaWiki How AI actually works Papers physea.ai →

Rules & guardrails

What are runtime guardrails and excessive agency?

Runtime guardrails inspect what flows in and out, filtering inputs and validating outputs before use. They defend against excessive agency: identity abuse, privilege abuse, and rogue-agent behavior.

Last updated 2026-06-15 · Physea Labs

Beyond permissions, runtime guardrails inspect what flows in and out: filtering inputs, constraining the dialog, checking retrieved content, and validating outputs before they are used. Frameworks like NeMo Guardrails and Guardrails AI implement these as programmable rails around the model.

The risk these defend against has a name. OWASP’s Top 10 for Agentic Applications catalogs failure modes including identity and privilege abuse and outright rogue-agent behavior, the dangers that appear specifically when an agent has too much autonomy and too little oversight.[1] Choosing a tool is its own decision; one comparison advises starting with LLM Guard if you are building a production app with real users and need broad coverage out of the box.[2]

Guardrail tools & references

References

  1. OWASP Top 10 for Agentic Applications — OWASP
  2. Best AI Agent Security & Guardrails Tools in 2026 — DEV Community