trustmodel_govern
Check AI outputs against built-in governance policy packs (EU AI Act, NIST AI RMF, NYC LL144, OWASP LLM) to decide allow/block locally, returning violations.
Instructions
Check text against a governance policy pack and decide allow/block, locally. NO API key required. policy is a built-in pack id — eu-ai-act (default), nist-ai-rmf, nyc-ll144, or owasp-llm. Returns allowed/blocked, the policy id, and the list of rule violations (pattern and dimension rules). Use before letting AI output reach a user or another tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text/output to check against the policy. | |
| policy | No | Policy pack id: eu-ai-act (default), nist-ai-rmf, nyc-ll144, owasp-llm. | |
| context | No | Optional context the output was produced in. |