disk-hygiene
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of Bash scripts to perform disk audits and cleanups. It executes standard macOS utilities such as
df,du,find,stat, andsort. It also invokes cleanup commands for popular developer tools likebrew,uv,pip,npm, anddocker. - [DATA_EXFILTRATION]: No network activity was detected. The skill reads file metadata (size, modification date, path) and presents it to the user via the
AskUserQuestiontool for confirmation before any deletion. There is no evidence of data being sent to external servers. - [PROMPT_INJECTION]: The skill contains 'Self-Evolving' instructions, directing the agent to fix and update the
SKILL.mdfile if it encounters issues. While this instructs the agent to modify its own logic, it is presented as a functional requirement for tool maintenance rather than an attempt to bypass safety or ethical guardrails. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data in the form of local filenames when scanning for large files or triaging the Downloads folder. Because the agent is instructed to update the
SKILL.mdfile based on its execution experience, there is a theoretical surface where a maliciously named file could influence the agent's self-modification process. However, the scripts use proper shell quoting ("$f"), and the risk is assessed as low given the local context.
Audit Metadata