1password
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
opcommand-line tool andtmuxfor session orchestration and secret retrieval. - The workflow in
SKILL.mdusesop signin,op whoami, andop vault listwithin a managedtmuxsession to handle authentication challenges. - [DATA_EXFILTRATION]: The skill is designed to access and handle sensitive credentials from 1Password vaults.
- Examples in
references/cli-examples.mddemonstrate reading passwords and private keys (op read) and writing secrets to disk (op read --out-file). - These behaviors are the primary intended purpose of the skill and are mitigated by guardrails prohibiting the pasting of secrets into logs or chat.
- [EXTERNAL_DOWNLOADS]: The skill provides metadata and instructions for installing the official 1Password CLI.
- The
SKILL.mdfrontmatter specifies the1password-cliHomebrew formula for installation. - [INDIRECT_PROMPT_INJECTION]: The skill processes vault paths and secret identifiers which may be sourced from untrusted data.
- Ingestion points: Secret paths (e.g.,
op://app-prod/db/password) and environment variable names used as arguments for theoptool. - Boundary markers: None present in the instructions to separate user-provided paths from system commands.
- Capability inventory: Capability to write secrets to files (
op inject,op read --out-file) and execute subprocesses with injected secrets (op run) as shown inreferences/cli-examples.md. - Sanitization: No explicit sanitization or validation of the secret paths or template inputs is mentioned.
Audit Metadata