You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every connector today is read-only. The framework introduces writes (Sheets append, GitHub create-issue/PR, workflow trigger) operating with the user's real credentials — so consent + guardrails are a prerequisite, not an afterthought.
Do
Declared scopes per connector (read vs write) surfaced to the subscriber at grant time: "this agent will be able to write to spreadsheet X / open PRs on repo Y."
Consent record per (instance, connector, resource, scope); no write tool is offered without it.
Admin visibility: an admin page/panel listing every connector grant across users (provider, resource, scope, granted-at) — extends the admin portal transparency; audit every connector auth + write.
Acceptance
A write tool is unavailable until the subscriber consents to that scope on that resource.
Write/destructive calls require approval by default; all connector writes audited.
Admin can see all connector grants + recent connector actions.
Part of the connector/tool framework epic. Gates the write features in the GitHub + Sheets connectors. Related: #75 (browser-agent trust model).
[connectors] Connector consent + write-scope safety + admin visibility
Every connector today is read-only. The framework introduces writes (Sheets append, GitHub create-issue/PR, workflow trigger) operating with the user's real credentials — so consent + guardrails are a prerequisite, not an afterthought.
Do
Acceptance
Part of the connector/tool framework epic. Gates the write features in the GitHub + Sheets connectors. Related: #75 (browser-agent trust model).