Governed Outbound
SkillDev toolsFetch one allowlisted source, scrub personal data, and deliver the exact safe payload through a configured provider with approval and independent readback; use plan explicitly for a handoff only.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Governed Outbound skill
What this skill tells your AI
The instructions your AI receives, as published by runxhq/runx in skills/governed-outbound/SKILL.md and read by ahel’s review.
Deliver exact scrubbed outbound content in this order:
web-fetchperforms the bounded provider read and returns source readback.redact-piidetects semantic identifiers, deterministically scrubs the content, and withholds residual content unless its final verdict isready.- The exact scrubbed content and digest pass directly to
send-as; the caller selects only the provider and bounded target, never provider request grammar. send-as#sendplans principal and audience, derives the provider request and idempotency key, requests exact approval for the consequential send, performs it once, and requires independent provider readback.
The provider adapter remains separately configured and tenant-agnostic. Missing
adapter authority blocks before delivery; a plan or accepted request is never
reported as sent. Select the explicit plan runner when a provider-neutral
handoff is the requested outcome.
Composes
redact-pii#redact-piisend-as#plansend-as#sendweb-fetch#web-fetch
Stop conditions
- Missing or disallowed fetch inputs stop in
web-fetch. needs_revieworblockedredaction skips planning and delivery.- The plan runner never asks for performative approval; approval belongs to the
exact live send in
send-as#send. - A send plan whose principal, audience, or digest differs from the approved redaction fails deterministic finalization.
- Provider execution and readback must occur in the selected downstream adapter before any caller reports delivery.
Output
outbound_plan records completion: plan_only, provider_delivery: not_executed, source and redaction digests, the bounded send plan, and the selected provider actions. The scrubbed content remains available only in the redaction step output for the authorized downstream adapter.
Default delivery inputs are url, allowlist, channel, principal, and a
tenant-owned connector containing only provider and exact target.
operator_context is optional. The explicit plan runner omits connector.
Signals
- GitHub stars
- 87
- Forks
- 101
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
governed-outbound- Source
- github.com/runxhq/runx