hologres-schema-generator
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation and template resource for Hologres DDL generation. It provides guidance on storage formats, partitioning, and indexing.
- [EXTERNAL_DOWNLOADS]: The documentation mentions
pip install hologres-clias a prerequisite. This package is the official command-line interface for Alibaba Cloud Hologres, which aligns with the skill's author ('aliyun') and intended purpose. - [COMMAND_EXECUTION]: The skill mentions using shell commands like
hologres sql runandhologres table create. These are expected operations for a database management utility and are provided as instructions for the user/agent to follow for its primary function. - [DYNAMIC_EXECUTION]: The partition management reference includes PostgreSQL-compatible PL/pgSQL blocks (
DO $$ ... END $$) that use dynamic SQL (EXECUTE format(...)). These are standard administrative scripts for automating partition management and do not represent a security risk within the context of the skill's purpose.
Audit Metadata