CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-audit-external-sharing

Find and review Google Drive files shared outside the organization.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-audit-external-sharing
What are skills?

65

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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.