Skip to main content

1password-cli

Facilitates secrets management and API key retrieval using the 1Password CLI for secure development environments.

Install this skill

or
76/100

Security score

The 1password-cli skill was audited on Feb 9, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 138

Access to .env file

SourceSKILL.md
138### Using .env Files
medium line 140

Access to .env file

SourceSKILL.md
140Create a `.env` file with secret references:
low line 143

Access to .env file

SourceSKILL.md
143# .env file
low line 152

Access to .env file

SourceSKILL.md
152op run --env-file=.env -- npm start
low line 153

Access to .env file

SourceSKILL.md
153op run --env-file=.env -- python app.py
low line 161

Access to .env file

SourceSKILL.md
161# .env file with variable
low line 165

Access to .env file

SourceSKILL.md
165APP_ENV=dev op run --env-file=.env -- ./start.sh
low line 166

Access to .env file

SourceSKILL.md
166APP_ENV=prod op run --env-file=.env -- ./start.sh
low line 184

Access to .env file

SourceSKILL.md
184# Create .env.local with secret references
low line 185

Access to .env file

SourceSKILL.md
185cat > .env.local << 'EOF'
low line 192

Access to .env file

SourceSKILL.md
192op run --env-file=.env.local -- npm run dev
medium line 308

Access to .env file

SourceSKILL.md
308| `op run --env-file=.env -- cmd` | Run with .env secrets |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →