Skip to main content

form-testing

Validates WordPress form submissions and email delivery, ensuring functionality and troubleshooting email issues effectively.

Install this skill

or
66/100

Security score

The form-testing skill was audited on Feb 28, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114```bash
medium line 98

Curl to non-GitHub URL

SourceSKILL.md
98# Test contact form via curl
medium line 190

Curl to non-GitHub URL

SourceSKILL.md
190curl -X POST "https://site.com/contact/" \
medium line 15

Access to root home directory

SourceSKILL.md
15/root/.claude/skills/form-testing/scripts/test-mail.sh wordpress-container
medium line 18

Access to root home directory

SourceSKILL.md
18/root/.claude/skills/form-testing/scripts/test-form.sh https://site.com/contact/
medium line 21

Access to root home directory

SourceSKILL.md
21/root/.claude/skills/form-testing/scripts/audit-forms.sh wordpress-container
low line 18

External URL reference

SourceSKILL.md
18/root/.claude/skills/form-testing/scripts/test-form.sh https://site.com/contact/
low line 99

External URL reference

SourceSKILL.md
99curl -X POST "https://site.com/contact/" \
low line 190

External URL reference

SourceSKILL.md
190curl -X POST "https://site.com/contact/" \
low line 310

External URL reference

SourceSKILL.md
310- [WP Mail SMTP Documentation](https://wpmailsmtp.com/docs/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →