video-quality-enhance
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill integrates with the
meituCLI to perform video quality restoration. It correctly limits its scope to video processing and explicitly rejects requests involving resolution changes or images, ensuring behavior matches its stated purpose. - [SAFE]: Credential management for
MEITU_OPENAPI_ACCESS_KEYandMEITU_OPENAPI_SECRET_KEYfollows standard practices, reading from environment variables or a specific vendor configuration file (~/.meitu/credentials.json). - [SAFE]: File system permissions for reading and writing are strictly scoped to the tool's configuration paths and the designated visual workspace (
~/.openclaw/workspace/visual/), minimizing the risk of unauthorized data access. - [SAFE]: The command execution is restricted to the authorized
meitubinary. While the skill ingests external data (video_url), the primary logic involves the Agent generating a descriptivepromptbased on visual recognition, which acts as a sanitization layer between user input and the CLI command.
Audit Metadata