agenix-secrets
Facilitates the creation and management of age-encrypted secrets for secure NixOS configurations, enhancing security for sensitive data.
Install this skill
or
46/100
Security score
The agenix-secrets skill was audited on Jun 12, 2026 and we found 8 security issues across 3 threat categories, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 102
Template literal with variable interpolation in command context
SourceSKILL.md
| 102 | ```nix |
low line 66
Access to hidden dotfiles in home directory
SourceSKILL.md
| 66 | age -d -i ~/.ssh/id_ed25519 my-secret.age |
low line 134
Access to hidden dotfiles in home directory
SourceSKILL.md
| 134 | age -d -i ~/.ssh/id_ed25519 hosts/<host>/secrets/my-env.age > /tmp/my-env.txt |
low line 149
Access to hidden dotfiles in home directory
SourceSKILL.md
| 149 | age -d -i ~/.ssh/id_ed25519 hosts/<host>/secrets/my-env.age |
high line 66
Access to SSH directory
SourceSKILL.md
| 66 | age -d -i ~/.ssh/id_ed25519 my-secret.age |
high line 134
Access to SSH directory
SourceSKILL.md
| 134 | age -d -i ~/.ssh/id_ed25519 hosts/<host>/secrets/my-env.age > /tmp/my-env.txt |
high line 149
Access to SSH directory
SourceSKILL.md
| 149 | age -d -i ~/.ssh/id_ed25519 hosts/<host>/secrets/my-env.age |
low line 162
External URL reference
SourceSKILL.md
| 162 | --url="http://nuc:8080" \ |
Scanned on Jun 12, 2026
View Security Dashboard