Skip to main content

security-testing

Conducts security testing for vulnerabilities using OWASP principles, ensuring robust authentication and authorization practices.

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85const response = await api.get(`/orders/${userBOrder.id}`, {
medium line 86

Template literal with variable interpolation in command context

SourceSKILL.md
86headers: { Authorization: `Bearer ${userAToken}` }
medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95headers: { Authorization: `Bearer ${userToken}` }
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105const response = await api.get(`/products?search=${malicious}`);
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147expect((await fetch(`https://example.com${ep}`)).status).not.toBe(200);
low line 145

Access to .env file

SourceSKILL.md
145const endpoints = ['/debug', '/.env', '/.git', '/admin'];
low line 147

External URL reference

SourceSKILL.md
147expect((await fetch(`https://example.com${ep}`)).status).not.toBe(200);
low line 212

External URL reference

SourceSKILL.md
212run: docker run owasp/zap2docker-stable zap-baseline.py -t https://staging.example.com
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →