file-operations
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Unix utilities such as
stat,ls,du,wc,find,grep,xargs,sort, andheadto gather file statistics and metadata. These commands are configured for read-only, non-destructive operations. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of external file content through the
Readtool andgrepoperations. This creates a surface where the agent could potentially process malicious instructions embedded within the files being analyzed, though the skill itself does not contain malicious intent. - [SAFE]: The skill does not perform network operations, exfiltrate data, attempt privilege escalation, or use any form of obfuscation. All proposed commands are consistent with the stated purpose of file analysis and metadata retrieval.
Audit Metadata