decrypt-secrets
Decrypts MCP tokens for secure remote sessions, ensuring safe authentication for accessing servers.
Install this skill
or
70/100
Security score
The decrypt-secrets skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 18
Access to .env file
SourceSKILL.md
| 18 | 1. Your tokens are stored encrypted in `.env.local.encrypted` (safe to commit) |
medium line 19
Access to .env file
SourceSKILL.md
| 19 | 2. Running this decrypts them to `.env.local` (gitignored) |
medium line 36
Access to .env file
SourceSKILL.md
| 36 | 1. Add your tokens to `.env.local`: |
medium line 50
Access to .env file
SourceSKILL.md
| 50 | 3. Commit `.env.local.encrypted` to your repo |
medium line 56
Access to .env file
SourceSKILL.md
| 56 | - `.env.local` is gitignored - your actual tokens are never committed |
medium line 57
Access to .env file
SourceSKILL.md
| 57 | - `.env.local.encrypted` uses AES-256-GCM encryption |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry