keeper-secrets
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
keeper-secrets-manager-clipackage viapip. This is the official CLI tool provided by the vendor for secrets management. - [COMMAND_EXECUTION]: The skill utilizes the
ksm execcommand to execute subprocesses with secrets injected as environment variables. It also employstmuxsessions to maintain authentication state and handle interactive prompts during CLI operations. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a vulnerability surface for indirect prompt injection because it retrieves data from an external source (the Keeper Vault) and incorporates it into the agent's context.
- Ingestion points: Data enters the context via
ksm secret list,ksm secret get, andksm interpolateas documented inSKILL.mdandreferences/ksm-commands.md. - Boundary markers: The instructions do not define explicit boundary markers for the retrieved data, although they advise the agent to inspect metadata first and confirm actions with the user.
- Capability inventory: The skill allows shell command execution (
ksm exec), file writing (ksm interpolate), and network operations (ksm sync) as described across the reference files. - Sanitization: There is no explicit logic provided to sanitize or escape the content retrieved from the vault before processing.
Audit Metadata