file-compress
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes Python's built-in zipfile and tarfile modules, avoiding any external or unverifiable dependencies.
- [SAFE]: The extraction process for tar archives uses the filter='data' argument, which is the current security standard for preventing path traversal and other malicious archive exploits.
- [SAFE]: Analysis of the Python script and skill instructions reveals no signs of prompt injection, data exfiltration, or unauthorized persistence mechanisms.
- [SAFE]: All file operations are restricted to the user-specified archive paths and target directories, consistent with the skill's intended utility.
Audit Metadata