1password
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
1password-clipackage via the Homebrew (brew) package manager. Homebrew is a well-known, established service, and the formula used is the standard official package. - [COMMAND_EXECUTION]: Utilizes
tmuxto manage CLI sessions. This is a technical necessity for AI agents to interact with tools likeop signinthat require a pseudo-terminal (TTY) for secure authentication prompts. - [DATA_EXFILTRATION]: While the skill's primary purpose is accessing sensitive secrets, it includes specific safety instructions: 'Never paste secrets into logs, chat, or code' and 'Prefer op run / op inject over writing secrets to disk.' These represent security best practices.
- [INDIRECT_PROMPT_INJECTION]: The skill has an indirect prompt injection surface because it processes untrusted data (secret values) retrieved from external 1Password vaults.
- Ingestion points: Secret data entered via
op read,op inject, andop run(found inSKILL.mdandreferences/cli-examples.md). - Boundary markers: Absent; there are no specific delimiters to separate secret content from instructions.
- Capability inventory: Subprocess calls via
tmuxandop, and file writing viaop read --out-file(found inSKILL.mdandreferences/cli-examples.md). - Sanitization: Absent; the content of the secrets is not sanitized before being passed to other tools or the agent context.
Audit Metadata