file-handler
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill follows security best practices for local filesystem management. It includes explicit warnings against storing sensitive data and defines a clear, restricted scope for its operations.\n- [COMMAND_EXECUTION]: The script
scripts/skillz.shexecutes system commands likemkdir,grep, andfind. It protects against injection by validating all user-supplied path segments (typeandslug) against a strict regex (^[A-Za-z0-9._-]+$) and by using proper shell quoting and flag terminators (--).\n- [DATA_EXFILTRATION]: While the skill involves moving data to and from the disk, the logic is strictly local. The validation routineskillz_validate_segmentprevents path traversal by rejecting separators (/,\\) and parent directory references (..), ensuring that file operations are confined to the intended.skillzdirectory tree.
Audit Metadata