glean-cli-shared
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the Glean CLI using Homebrew from the
gleanwork/taprepository. This is a standard installation method for the vendor's tool. - [COMMAND_EXECUTION]: The documentation describes various CLI commands for authentication (
glean auth), schema introspection (glean schema), and interacting with different Glean services. - [CREDENTIALS_UNSAFE]: The skill references authentication via environment variables (
GLEAN_API_TOKEN) and local configuration files (~/.glean/config.json). It uses placeholders and explicitly advises against outputting secrets directly, following security best practices.
Audit Metadata