mv
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent on the use of standard shell utilities including
mv,rsync, andtest. It provides best practices for usingsudowhen elevated permissions are required for file operations in protected directories. - [PROMPT_INJECTION]: The skill identifies the risk of processing filenames that could be interpreted as command options (e.g., names starting with hyphens) and provides sanitization techniques to mitigate this.
- Ingestion points: Filenames and directory paths provided as command arguments.
- Boundary markers: Not specified in command templates.
- Capability inventory: Shell execution for moving files, merging directories, and administrative tasks.
- Sanitization: Documentation explicitly instructs the use of the
--flag to terminate option parsing and double-quoting to handle special characters or spaces in filenames.
Audit Metadata