Skip to main content

security-audit

Conducts thorough security audits on codebases, identifying vulnerabilities, misconfigurations, and exposed secrets with actionable recommendations.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 95

Node child_process module reference

SourceSKILL.md
95- Unsanitized input in shell commands (`os.system`, `exec`, `child_process.exec`)
medium line 67

Access to .env file

SourceSKILL.md
67- `.env` files committed to git: `git ls-files | grep -i '\.env'`
low line 164

Access to .env file

SourceSKILL.md
164Fix: Move to .env, add .env to .gitignore, rotate the key
medium line 211

Access to .env file

SourceSKILL.md
211- Check `.gitignore` for missing entries (`.env`, `*.pem`, `*.key`).
Scanned on May 15, 2026
View Security Dashboard
Installation guide →