cli-keys
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions include installing the
omniroutepackage from the npm registry usingnpm install -g omnirouteor running it throughnpx. - [COMMAND_EXECUTION]: The skill functions by executing various subcommands of the
omnirouteCLI, such askeys add,keys list,keys rotate, andoauth start. These commands allow the agent to manage authentication credentials and OAuth flows. - [COMMAND_EXECUTION]: The skill contains commands like
keys revealandkeys listwhich are designed to display sensitive API key information. This is part of the tool's intended functionality for secret management, but users should be aware that secret values will appear in the agent's context and logs.
Audit Metadata