recipe-audit-external-sharing
Find and review Google Drive files shared outside the organization.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Find and review Google Drive files shared outside the organization.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Google Workspace Admin SDK: Manage users, groups, and devices.
Google Workspace Alert Center: Manage Workspace security alerts.
Google Apps Script: Manage and execute Apps Script projects.
Google Cloud Identity: Manage identity groups and memberships.
Google People: Manage contacts and profiles.
Google Workspace Reseller: Manage Workspace subscriptions.
| name | recipe-audit-external-sharing |
| version | 1.0.0 |
| description | Find and review Google Drive files shared outside the organization. |
| metadata | {"openclaw":{"category":"recipe","domain":"security","requires":{"bins":["gws"],"skills":["gws-drive"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Find and review Google Drive files shared outside the organization.
[!CAUTION] Revoking permissions immediately removes access. Confirm with the file owner first.
gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}'gws drive permissions list --params '{"fileId": "FILE_ID"}'gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'