converter
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/convert.shscript utilizesrsync -a --copy-linksto process resource directories. By following symbolic links, the script could be induced to copy sensitive system files or directories into the converter's output folder if a source skill contains malicious symlinks. - [COMMAND_EXECUTION]: The conversion pipeline includes a clean-up step that executes
rm -rfon an output directory path. Part of this path is constructed using thenamefield from the skill's YAML frontmatter. Because this field is not sanitized for path traversal sequences (such as../), a malformed skill name could potentially cause the script to delete unintended files or directories outside of the designated converter directory.
Audit Metadata