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 Mar 8, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 194

Webhook reference - potential data exfiltration

SourceSKILL.md
194var url = request.WebhookUrl;
low line 198

Webhook reference - potential data exfiltration

SourceSKILL.md
198if (!IsAllowedUrl(request.WebhookUrl))
low line 199

Webhook reference - potential data exfiltration

SourceSKILL.md
199throw new SecurityException("Invalid webhook URL");
Scanned on Mar 8, 2026
View Security Dashboard