Skip to main content

pact-testing-patterns

Provides comprehensive testing strategies and quality assurance workflows for effective test design and coverage evaluation.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344await page.goto(`http://localhost:3000/verify?token=${verificationToken}`);
low line 330

External URL reference

SourceSKILL.md
330await page.goto('http://localhost:3000/register');
low line 344

External URL reference

SourceSKILL.md
344await page.goto(`http://localhost:3000/verify?token=${verificationToken}`);
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →