storage-analyzer
Warn
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto execute disk usage analysis tools (du) and system information utilities (diskutil,uname,sw_vers) within thescripts/scan.pyscript.\n- [COMMAND_EXECUTION]: Thescripts/server.pyscript provides a local HTTP server that exposes functionality to delete files (rm) or move them to the trash (trash) via POST requests.\n- [COMMAND_EXECUTION]: On macOS, the skill utilizesosascriptto perform file deletions through the Finder application, and on Windows, it usesctypesto callSHFileOperationWfor recycling files.\n- [COMMAND_EXECUTION]: The skill executes shell commands to open directories in the host system's file manager (openon macOS,exploreron Windows) viascripts/server.py.\n- [DATA_EXFILTRATION]: Thescripts/scan.pyscript recursively scans the user's home directory and application data folders, collecting detailed metadata about file paths and sizes to be processed by the AI agent.\n- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes unvalidated file names and paths from the user's file system (ingestion points inscripts/scan.py) and uses them in classification logic that drives file deletion capabilities (capability inventory inscripts/server.py). There are no boundary markers to prevent malicious instructions in file names from influencing the agent's behavior.
Audit Metadata