Skip to main content

security-auditor

Identifies security vulnerabilities using OWASP Top 10 guidelines, enhancing code security through thorough audits and reviews.

Install this skill

or
77/100

Security score

The security-auditor skill was audited on Jun 10, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 81

Direct command execution function call

SourceSKILL.md
81grep -r "exec(\|system(\|spawn(" src/
medium line 81

System command execution

SourceSKILL.md
81grep -r "exec(\|system(\|spawn(" src/
low line 82

Node child_process module reference

SourceSKILL.md
82grep -r "child_process.exec" src/
low line 215

Webhook reference - potential data exfiltration

SourceSKILL.md
215# Check for webhook URLs
low line 216

Webhook reference - potential data exfiltration

SourceSKILL.md
216grep -r "webhook.*url\|callback.*url" src/
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →