Skip to main content

security-review

Facilitates security reviews of code to identify vulnerabilities, implement authorization, and ensure data protection.

Install this skill

or
97/100

Security score

The security-review skill was audited on Mar 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154var url = request.WebhookUrl;
low line 158

Webhook reference - potential data exfiltration

SourceSKILL.md
158if (!IsAllowedUrl(request.WebhookUrl))
low line 159

Webhook reference - potential data exfiltration

SourceSKILL.md
159throw new SecurityException("Invalid webhook URL");
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →