Skip to main content

secrets-management

Implements secure secrets management for CI/CD pipelines using tools like Vault and AWS Secrets Manager to protect sensitive information.

Install this skill

or
76/100

Security score

The secrets-management skill was audited on May 15, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90```yaml
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148```yaml
medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191```yaml
medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200```yaml
low line 78

External URL reference

SourceSKILL.md
78export VAULT_ADDR='http://127.0.0.1:8200'
low line 104

External URL reference

SourceSKILL.md
104url: https://vault.example.com:8200
low line 123

External URL reference

SourceSKILL.md
123- export VAULT_ADDR=https://vault.example.com:8200
low line 295

External URL reference

SourceSKILL.md
295server: "https://vault.example.com:8200"
Scanned on May 15, 2026
View Security Dashboard
Installation guide →