04-grain-validation
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements logic focused on data engineering validation within Spark pipelines. Analysis of the scripts and documentation confirms that all operations are limited to standard DataFrame transformations and metadata introspection.
- [COMMAND_EXECUTION]: The Python utility
scripts/validate_grain.pyusesspark.sqlto execute schema introspection queries (e.g.,SHOW CREATE TABLE). These operations are used solely to retrieve table metadata for validation purposes and do not involve untrusted inputs or risky command execution.
Audit Metadata