file-converter
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs all file processing and conversions locally. No network operations, external downloads, or data exfiltration patterns were detected in any of the scripts.
- [SAFE]: Data parsing is handled using secure methods, such as
yaml.safe_load()in the conversion scripts, which prevents arbitrary code execution during YAML deserialization. - [SAFE]: Interaction between Bash and Python is performed safely using environment variables and command-line arguments rather than string interpolation, mitigating potential command injection risks.
- [SAFE]: No obfuscation, persistence mechanisms, or hardcoded credentials were found within the skill's files or metadata.
Audit Metadata