Recipe Find Large Files Skill Security Audit
What the author says it does (original text)
Identify large Google Drive files consuming storage quota.
No obvious risks found in this check
- Files checked
- 1
- Risks found
- 0
Inside this skill
The Skill's command reads Google Drive file metadata, sorts it by quota usage in descending order, and returns up to 20 files with their IDs, names, sizes, MIME types, and owners. This matches its stated purpose of finding large files consuming storage.
View source
1. List files sorted by size: `gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table`2. Review the output and identify files to archive or moveThe workflow only asks the user to review the results and identify candidates for archiving or moving; the provided command does not delete, move, archive, or modify files.
View source
1. List files sorted by size: `gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table`2. Review the output and identify files to archive or moveExecution depends on the external `gws` program and the `gws-drive` Skill. Their implementations are not included, so this audit can assess only the visible listing request, not the dependencies' permissions or behavior.
View source
domain: "productivity" requires: bins: - gws skills: - gws-drive---> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`Files and check records1 files
Coverage and gaps
Content covered in each file
These are the source ranges included in this check, not a guarantee that every issue has been resolved.
SKILL.mdFull text included
This report is for the version above. We read the available code and instructions without running the skill or checking extra packages it installs. This is not a promise of safety: a different version or setup may behave differently.
SKILL.mdInstructions
- Lines read
- 27
- File checksum (to compare versions)
- f98aa94f7c594c0f085054347b55236fedf5fe3fad2e15006082eceac5faff11