Skip to content
Report library
Purpose / Other

Recipe Find Large Files Skill Security Audit

What the author says it does (original text)

Identify large Google Drive files consuming storage quota.

Independent security check

No obvious risks found in this check

Files checked
1
Risks found
0
Could it run dangerous commands?Looks for programs run straight after downloading, remote control of your computer, and hidden commands.No risks found
Could it expose your files or keys?Looks for uploads of files containing passwords or keys, and keys written directly in the code.No risks found
Could it delete files or keep running?Looks for broad file deletion, disk overwrites, and programs set to start automatically.No risks found
Could it bypass safety checks?Looks for skipped website security checks, excessive file access, or actions that skip your approval.No risks found
Could it mislead the AI or hide text?Checks the skill instructions for requests to ignore you, influence the report, or hide text in invisible characters.No risks found
Could it change links or payment recipients without asking?Looks for forced referral or payment changes combined with instructions to hide the change.No risks found

Inside this skill

1 instruction sections

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
SKILL.md:24In the instructionsOpen original file
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 move

The 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
SKILL.md:25In the instructionsOpen original file
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 move

Execution 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
SKILL.md:9In the instructionsOpen original file
    domain: "productivity"    requires:      bins:        - gws      skills:        - gws-drive---
SKILL.md:18In the instructionsOpen original file
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
Start here · InstructionsSKILL.md
recipe-find-large-files
Lines connect the instruction file to its sections, not an observed execution order. Select a section to read the source.
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