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
| 140 | Create 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
| 152 | op run --env-file=.env -- npm start |
low line 153
Access to .env file
SourceSKILL.md
| 153 | op 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
| 165 | APP_ENV=dev op run --env-file=.env -- ./start.sh |
low line 166
Access to .env file
SourceSKILL.md
| 166 | APP_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
| 185 | cat > .env.local << 'EOF' |
low line 192
Access to .env file
SourceSKILL.md
| 192 | op 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 DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry