Skip to main content

admin-devops

Facilitates infrastructure management and server provisioning using a unified profile for efficient cloud deployments.

Install this skill

or
66/100

Security score

The admin-devops skill was audited on Feb 9, 2026 and we found 8 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 108

Access to SSH directory

SourceSKILL.md
108keyPath = "C:/Users/Owner/.ssh/id_rsa"
medium line 5

Access to .env file

SourceSKILL.md
5deployments reference .env.local files via profile.deployments{}.
medium line 126

Access to .env file

SourceSKILL.md
126Deployments reference `.env.local` files containing provider credentials and config.
low line 146

Access to .env file

SourceSKILL.md
146$DeploymentEnv # Contains .env.local variables
low line 159

Access to .env file

SourceSKILL.md
159envFile = "D:/projects/my-deploy/.env.local"
medium line 184

Access to .env file

SourceSKILL.md
184### Step 2: Create .env.local
low line 189

Access to .env file

SourceSKILL.md
189cp templates/env-template.env ./my-deploy/.env.local
low line 197

Access to .env file

SourceSKILL.md
197envFile = "D:/projects/my-deploy/.env.local"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →