CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-audit-external-sharing

Find and review Google Drive files shared outside the organization.

65

Quality

60%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/recipe-audit-external-sharing/SKILL.md
SKILL.md
Quality
Evals
Security

Audit External Drive Sharing

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.

Steps

  1. List externally shared files: gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}'
  2. Check permissions on a file: gws drive permissions list --params '{"fileId": "FILE_ID"}'
  3. Revoke if needed: gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.