etl-tools
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): Analysis of the provided files (GUIDE.md, PATTERNS.md, config.yaml, schema.json, and validate.py) reveals no malicious intent or security risks. The skill follows best practices such as using
yaml.safe_load()for configuration parsing. - [EXTERNAL_DOWNLOADS] (SAFE): No external dependencies are downloaded or executed. The validation script operates entirely on local file paths within the skill directory.
- [COMMAND_EXECUTION] (SAFE): The skill does not contain any instructions or code that execute arbitrary system commands or sub-processes with untrusted input.
Audit Metadata