Skip to main content

arch-security-review

Facilitates security reviews of code to identify vulnerabilities, enforce data protection, and implement secure coding practices.

Install this skill

or
97/100

Security score

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

Categories Tested

Security Issues

low line 185

Webhook reference - potential data exfiltration

SourceSKILL.md
185var url = request.WebhookUrl;
low line 189

Webhook reference - potential data exfiltration

SourceSKILL.md
189if (!IsAllowedUrl(request.WebhookUrl))
low line 190

Webhook reference - potential data exfiltration

SourceSKILL.md
190throw new SecurityException("Invalid webhook URL");
Scanned on May 13, 2026
View Security Dashboard
Installation guide →