Skip to main content

vibe-security

Provides comprehensive security analysis and vulnerability detection for various programming languages and frameworks.

Install this skill

or
67/100

Security score

The vibe-security skill was audited on Feb 28, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178--code "db.query(\`SELECT * FROM users WHERE id = \${userId}\`)"
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198--original "db.query(\`SELECT * FROM users WHERE id = \${userId}\`)" \
medium line 328

Template literal with variable interpolation in command context

SourceSKILL.md
328const user = await db.query(`SELECT * FROM users WHERE id = ${userId}`);
medium line 364

System command execution

SourceSKILL.md
364os.system(f'ls -la {user_dir}')
medium line 364

Python os.system command execution

SourceSKILL.md
364os.system(f'ls -la {user_dir}')
medium line 361

Python subprocess execution

SourceSKILL.md
361subprocess.run(['ls', '-la', sanitized_dir])
low line 481

External URL reference

SourceSKILL.md
481- [OWASP Top 10](https://owasp.org/www-project-top-ten/)
low line 482

External URL reference

SourceSKILL.md
482- [CWE Top 25](https://cwe.mitre.org/top25/)
low line 483

External URL reference

SourceSKILL.md
483- [SANS Top 25](https://www.sans.org/top25-software-errors/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →