Skip to main content

ai-factory.security-checklist

Provides a comprehensive security audit checklist based on OWASP Top 10, ensuring secure coding practices before deployment.

Install this skill

or
33/100

Security score

The ai-factory.security-checklist skill was audited on Mar 1, 2026 and we found 15 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 208

Direct command execution function call

SourceSKILL.md
208exec(`convert ${userFilename} output.png`);
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157const query = `SELECT * FROM users WHERE id = ${userId}`;
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160const query = `SELECT * FROM users WHERE email = '${email}'`;
medium line 208

Template literal with variable interpolation in command context

SourceSKILL.md
208exec(`convert ${userFilename} output.png`);
medium line 346

Template literal with variable interpolation in command context

SourceSKILL.md
346console.log(`Connecting with password: ${password}`);
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349throw new Error(`DB connection failed: ${connectionString}`);
high line 209

Destructive rm -rf command

SourceSKILL.md
209// Attack: filename = "; rm -rf /"
low line 313

Fetch to external URL

SourceSKILL.md
313fetch('/api/action', {
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28bash ~/.claude/skills/security-checklist/scripts/audit.sh
medium line 33

Access to .env file

SourceSKILL.md
33- .env tracked in git
low line 117

Access to .env file

SourceSKILL.md
117secret: process.env.SESSION_SECRET,
low line 343

Access to .env file

SourceSKILL.md
343.env committed to repository
low line 355

Access to .env file

SourceSKILL.md
355- [ ] .env in .gitignore
low line 370

Access to .env file

SourceSKILL.md
370bfg --delete-files .env
low line 281

External URL reference

SourceSKILL.md
281"connect-src 'self' https://api.example.com",
Scanned on Mar 1, 2026
View Security Dashboard