Does the registry execute skill code?
Does the registry execute skill code?
No. The registry stores, indexes, and serves packages; the guardrails service statically scans files and never executes anything either. Running a skill is the caller’s own runtime’s responsibility.
Can I lower a Level 1 guardrail to WARN for my tenant?
Can I lower a Level 1 guardrail to WARN for my tenant?
No — Level 1 is mandatory and enforced by the guardrails service itself, not by caller configuration. Only Level 2–4 checks are configurable, and only Level 2 is on by default.
What happens to WARN findings — are they stored anywhere queryable?
What happens to WARN findings — are they stored anywhere queryable?
They’re recorded as
guardrail_warning_ids on the immutable publish audit event, not in a separate scan-result store — a tenant audits warning trends from the audit log itself.Can a custom rule call out to an external API to check a value?
Can a custom rule call out to an external API to check a value?
No — every rule, catalog or custom, must be evaluable fully offline from the package’s own files. This is a hard design constraint of the guardrails service, not a current limitation.